COLOR #C4CAA7

HEX: #C4CAA7
RGB: (196,202,167)

Color info

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

RGB color model

#C4CAA7 color RGB value is (196,202,167).

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

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 167 of 255 = 65%

196
202
167

R + G + B ~ 74%. #C4CAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 167 = 565 (100%)
R 196 of 565 ~ 34.69%
G 202 of 565 ~ 35.75%
B 167 of 565 ~ 29.56%

%34.69
%35.75
%29.56

CMYK color model

#C4CAA7 color CMYK value is (3,0,17,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(3,0,17,21)
C3M0Y17K21 
(3%,0%,17%,21%)
(0.03/0.00/0.17/0.21)	

CMYK percentages

%2.97
%0
%17.33
%20.78

Codes

Color #C4CAA7 in popluar color models

C4CAA7
RGB196202167
HSL70°24.82%72.35%
HSB/HSV70°17.33%79.22%
CMYK2.97%0.00%17.33%
20.78%

Color #C4CAA7 in popluar number systems.

HEXC4CAA7
Decimal196202167
Binary110001001100101010100111
Octal304312247

Shades and tints

Shades of #C4CAA7

#C4CAA7
(196,202,167)
#B3B898
(179,184,152)
#A2A689
(162,166,137)
#91947A
(145,148,122)
#80826B
(128,130,107)
#6F705C
(111,112,92)
#5E5E4D
(94,94,77)
#4D4C3E
(77,76,62)
#3C3A2F
(60,58,47)
#2B2820
(43,40,32)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4CAA7

#C4CAA7
(196,202,167)
#C9CEAF
(201,206,175)
#CED2B7
(206,210,183)
#D3D6BF
(211,214,191)
#D8DAC7
(216,218,199)
#DDDECF
(221,222,207)
#E2E2D7
(226,226,215)
#E7E6DF
(231,230,223)
#ECEAE7
(236,234,231)
#F1EEEF
(241,238,239)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAA7; }

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

This text font color is #C4CAA7.


Background Color

.myBgColor { background-color: #C4CAA7; }

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

This div background color is #C4CAA7.


Border color

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

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

This div border color is #C4CAA7.


Opacity

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

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

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

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

This text has shadow with #C4CAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAA7 on black background.


Color preview on white background

This text has color #C4CAA7 on white background.



Black color preview on #C4CAA7 background

This text has black color on #C4CAA7 background.


White color preview on #C4CAA7 background

This text has white color on #C4CAA7 background.