COLOR #C4CA9E

HEX: #C4CA9E RGB: (196,202,158)

Color info

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

RGB color model

#C4CA9E color RGB value is (196,202,158).

RGB: (196,202,158) (77%, 79%, 62%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 158 of 255 = 62%

196
202
158

R + G + B ~ 73%. #C4CA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 158 = 556 (100%)
R 196 of 556 ~ 35.25%
G 202 of 556 ~ 36.33%
B 158 of 556 ~ 28.42'%

%35.25
%36.33
%28.42

CMYK color model

#C4CA9E color CMYK value is (3,0,22,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 20.78%

CMYK: (3,0,22,21)
C3M0Y22K21 (3%, 0%, 22%, 21%)
(0.03 / 0.00 / 0.22 / 0.21)

CMYK percentages

%2.97
%0
%21.78
%20.78

Codes

Color #C4CA9E in popluar color models

C4 CA 9E
RGB 196 202 158
HSL 68° 29.33% 70.59%
HSB/HSV 68° 21.78% 79.22%
CMYK 2.97% 0.00% 21.78%
20.78%

Color #C4CA9E in popluar number systems.

HEX C4 CA 9E
Decimal 196 202 158
Binary 11000100 11001010 10011110
Octal 304 312 236

Shades and tints

Shades of #C4CA9E

#C4CA9E
(196,202,158)
#B3B890
(179,184,144)
#A2A682
(162,166,130)
#919474
(145,148,116)
#808266
(128,130,102)
#6F7058
(111,112,88)
#5E5E4A
(94,94,74)
#4D4C3C
(77,76,60)
#3C3A2E
(60,58,46)
#2B2820
(43,40,32)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4CA9E

#C4CA9E
(196,202,158)
#C9CEA6
(201,206,166)
#CED2AE
(206,210,174)
#D3D6B6
(211,214,182)
#D8DABE
(216,218,190)
#DDDEC6
(221,222,198)
#E2E2CE
(226,226,206)
#E7E6D6
(231,230,214)
#ECEADE
(236,234,222)
#F1EEE6
(241,238,230)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CA9E; }

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

This text font color is #C4CA9E.

Background Color

.myBgColor { background-color: #C4CA9E; }

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

This div background color is #C4CA9E.

Border color

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

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

This div border color is #C4CA9E.

Opacity

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

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

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

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

This text has shadow with #C4CA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CA9E.

Preview

Color preview on black background

This text has color #C4CA9E on black background.


Color preview on white background

This text has color #C4CA9E on white background.


Black color preview on #C4CA9E background

This text has black color on #C4CA9E background.


White color preview on #C4CA9E background

This text has white color on #C4CA9E background.


Related colors

Complementary color

Complementary color for #hex is #3B3561.


I love getcolorcode.com

Triadic colors

1 #9EC4CA and #CA9EC4 with #C4CA9E are triadic colors.

2 #9ECAC4 and #CAC49E with #C4CA9E are triadic colors.