COLOR #C4CA93

HEX: #C4CA93
RGB: (196,202,147)

Color info

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

RGB color model

#C4CA93 color RGB value is (196,202,147).

  • red value is 196;
  • green value is 202;
  • blue value is 147.
RGB:
(196,202,147)
(77%,79%,58%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 147 of 255 = 58%

196
202
147

R + G + B ~ 71%. #C4CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 147 = 545 (100%)
R 196 of 545 ~ 35.96%
G 202 of 545 ~ 37.06%
B 147 of 545 ~ 26.97%

%35.96
%37.06
%26.97

CMYK color model

#C4CA93 color CMYK value is (3,0,27,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(3,0,27,21)
C3M0Y27K21 
(3%,0%,27%,21%)
(0.03/0.00/0.27/0.21)	

CMYK percentages

%2.97
%0
%27.23
%20.78

Codes

Color #C4CA93 in popluar color models

C4CA93
RGB196202147
HSL67°34.16%68.43%
HSB/HSV67°27.23%79.22%
CMYK2.97%0.00%27.23%
20.78%

Color #C4CA93 in popluar number systems.

HEXC4CA93
Decimal196202147
Binary110001001100101010010011
Octal304312223

Shades and tints

Shades of #C4CA93

#C4CA93
(196,202,147)
#B3B886
(179,184,134)
#A2A679
(162,166,121)
#91946C
(145,148,108)
#80825F
(128,130,95)
#6F7052
(111,112,82)
#5E5E45
(94,94,69)
#4D4C38
(77,76,56)
#3C3A2B
(60,58,43)
#2B281E
(43,40,30)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4CA93

#C4CA93
(196,202,147)
#C9CE9C
(201,206,156)
#CED2A5
(206,210,165)
#D3D6AE
(211,214,174)
#D8DAB7
(216,218,183)
#DDDEC0
(221,222,192)
#E2E2C9
(226,226,201)
#E7E6D2
(231,230,210)
#ECEADB
(236,234,219)
#F1EEE4
(241,238,228)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CA93 color. Also use rgb(196,202,147) instead hex code.

Text Font Color

.myTextColor { color: #C4CA93; }

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

This text font color is #C4CA93.


Background Color

.myBgColor { background-color: #C4CA93; }

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

This div background color is #C4CA93.


Border color

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

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

This div border color is #C4CA93.


Opacity

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

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

Text with #C4CA93 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 #C4CA93;}

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

This text has shadow with #C4CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CA93 on black background.


Color preview on white background

This text has color #C4CA93 on white background.



Black color preview on #C4CA93 background

This text has black color on #C4CA93 background.


White color preview on #C4CA93 background

This text has white color on #C4CA93 background.