COLOR #C4C68E

HEX: #C4C68E
RGB: (196,198,142)

Color info

#C4C68E contains red, green and blue colors in about the same proportion. Web safe color of #C4C68E is #CCCC99 (or #CC9).

RGB color model

#C4C68E color RGB value is (196,198,142).

  • red value is 196;
  • green value is 198;
  • blue value is 142.
RGB:
(196,198,142)
(77%,78%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 142 of 255 = 56%

196
198
142

R + G + B ~ 70%. #C4C68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 142 = 536 (100%)
R 196 of 536 ~ 36.57%
G 198 of 536 ~ 36.94%
B 142 of 536 ~ 26.49%

%36.57
%36.94
%26.49

CMYK color model

#C4C68E color CMYK value is (1,0,28,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 22.35%
CMYK:
(1,0,28,22)
C1M0Y28K22 
(1%,0%,28%,22%)
(0.01/0.00/0.28/0.22)	

CMYK percentages

%1.01
%0
%28.28
%22.35

Codes

Color #C4C68E in popluar color models

C4C68E
RGB196198142
HSL62°32.94%66.67%
HSB/HSV62°28.28%77.65%
CMYK1.01%0.00%28.28%
22.35%

Color #C4C68E in popluar number systems.

HEXC4C68E
Decimal196198142
Binary110001001100011010001110
Octal304306216

Shades and tints

Shades of #C4C68E

#C4C68E
(196,198,142)
#B3B482
(179,180,130)
#A2A276
(162,162,118)
#91906A
(145,144,106)
#807E5E
(128,126,94)
#6F6C52
(111,108,82)
#5E5A46
(94,90,70)
#4D483A
(77,72,58)
#3C362E
(60,54,46)
#2B2422
(43,36,34)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C4C68E

#C4C68E
(196,198,142)
#C9CB98
(201,203,152)
#CED0A2
(206,208,162)
#D3D5AC
(211,213,172)
#D8DAB6
(216,218,182)
#DDDFC0
(221,223,192)
#E2E4CA
(226,228,202)
#E7E9D4
(231,233,212)
#ECEEDE
(236,238,222)
#F1F3E8
(241,243,232)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C68E color. Also use rgb(196,198,142) instead hex code.

Text Font Color

.myTextColor { color: #C4C68E; }

<p style="color:#C4C68E">This sample text font color is #C4C68E.</p>

This text font color is #C4C68E.


Background Color

.myBgColor { background-color: #C4C68E; }

<div style="background-color:#C4C68E">Inner text</div>

This div background color is #C4C68E.


Border color

.myBorderColor { border: 1px solid #C4C68E; }

<div style="border:3px solid #C4C68E">Div</div>

This div border color is #C4C68E.


Opacity

.myOpacity80 { color: #C4C68E; opacity: 0.8; }

<p style="color:#C4C68E;opacity:0.8;">80%</p>

Text with #C4C68E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4C68E;}

<p style="text-shadow: 3px 3px 1px #C4C68E">Text here.</p>

This text has shadow with #C4C68E color.

.textShadow {text-shadow: 3px 3px 1px #C4C68E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4C68E, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4C68E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4C68E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4C68E, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4C68E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C4C68E;
  -webkit-box-shadow:	1px 1px 3px 2px #C4C68E;
  box-shadow:		1px 1px 3px 2px #C4C68E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4C68E;
-webkit-box-shadow: 1px 1px 3px 2px #C4C68E;
box-shadow:1px 1px 3px 2px #C4C68E;">
Div content here</div>
This div box has shadow with color #C4C68E.

Preview

Color preview on black background

This text has color #C4C68E on black background.


Color preview on white background

This text has color #C4C68E on white background.



Black color preview on #C4C68E background

This text has black color on #C4C68E background.


White color preview on #C4C68E background

This text has white color on #C4C68E background.