COLOR #C4CAA5

HEX: #C4CAA5
RGB: (196,202,165)

Color info

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

RGB color model

#C4CAA5 color RGB value is (196,202,165).

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

RGB channels and saturation

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

196
202
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 165 = 563 (100%)
R 196 of 563 ~ 34.81%
G 202 of 563 ~ 35.88%
B 165 of 563 ~ 29.31%

%34.81
%35.88
%29.31

CMYK color model

#C4CAA5 color CMYK value is (3,0,18,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 20.78%
CMYK:
(3,0,18,21)
C3M0Y18K21 
(3%,0%,18%,21%)
(0.03/0.00/0.18/0.21)	

CMYK percentages

%2.97
%0
%18.32
%20.78

Codes

Color #C4CAA5 in popluar color models

C4CAA5
RGB196202165
HSL70°25.87%71.96%
HSB/HSV70°18.32%79.22%
CMYK2.97%0.00%18.32%
20.78%

Color #C4CAA5 in popluar number systems.

HEXC4CAA5
Decimal196202165
Binary110001001100101010100101
Octal304312245

Shades and tints

Shades of #C4CAA5

#C4CAA5
(196,202,165)
#B3B896
(179,184,150)
#A2A687
(162,166,135)
#919478
(145,148,120)
#808269
(128,130,105)
#6F705A
(111,112,90)
#5E5E4B
(94,94,75)
#4D4C3C
(77,76,60)
#3C3A2D
(60,58,45)
#2B281E
(43,40,30)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #C4CAA5

#C4CAA5
(196,202,165)
#C9CEAD
(201,206,173)
#CED2B5
(206,210,181)
#D3D6BD
(211,214,189)
#D8DAC5
(216,218,197)
#DDDECD
(221,222,205)
#E2E2D5
(226,226,213)
#E7E6DD
(231,230,221)
#ECEAE5
(236,234,229)
#F1EEED
(241,238,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAA5; }

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

This text font color is #C4CAA5.


Background Color

.myBgColor { background-color: #C4CAA5; }

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

This div background color is #C4CAA5.


Border color

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

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

This div border color is #C4CAA5.


Opacity

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

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

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

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

This text has shadow with #C4CAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAA5 on black background.


Color preview on white background

This text has color #C4CAA5 on white background.



Black color preview on #C4CAA5 background

This text has black color on #C4CAA5 background.


White color preview on #C4CAA5 background

This text has white color on #C4CAA5 background.