COLOR #C4CAAF

HEX: #C4CAAF
RGB: (196,202,175)

Color info

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

RGB color model

#C4CAAF color RGB value is (196,202,175).

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

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 175 of 255 = 69%

196
202
175

R + G + B ~ 75%. #C4CAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 175 = 573 (100%)
R 196 of 573 ~ 34.21%
G 202 of 573 ~ 35.25%
B 175 of 573 ~ 30.54%

%34.21
%35.25
%30.54

CMYK color model

#C4CAAF color CMYK value is (3,0,13,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 20.78%
CMYK:
(3,0,13,21)
C3M0Y13K21 
(3%,0%,13%,21%)
(0.03/0.00/0.13/0.21)	

CMYK percentages

%2.97
%0
%13.37
%20.78

Codes

Color #C4CAAF in popluar color models

C4CAAF
RGB196202175
HSL73°20.30%73.92%
HSB/HSV73°13.37%79.22%
CMYK2.97%0.00%13.37%
20.78%

Color #C4CAAF in popluar number systems.

HEXC4CAAF
Decimal196202175
Binary110001001100101010101111
Octal304312257

Shades and tints

Shades of #C4CAAF

#C4CAAF
(196,202,175)
#B3B8A0
(179,184,160)
#A2A691
(162,166,145)
#919482
(145,148,130)
#808273
(128,130,115)
#6F7064
(111,112,100)
#5E5E55
(94,94,85)
#4D4C46
(77,76,70)
#3C3A37
(60,58,55)
#2B2828
(43,40,40)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4CAAF

#C4CAAF
(196,202,175)
#C9CEB6
(201,206,182)
#CED2BD
(206,210,189)
#D3D6C4
(211,214,196)
#D8DACB
(216,218,203)
#DDDED2
(221,222,210)
#E2E2D9
(226,226,217)
#E7E6E0
(231,230,224)
#ECEAE7
(236,234,231)
#F1EEEE
(241,238,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAAF; }

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

This text font color is #C4CAAF.


Background Color

.myBgColor { background-color: #C4CAAF; }

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

This div background color is #C4CAAF.


Border color

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

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

This div border color is #C4CAAF.


Opacity

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

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

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

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

This text has shadow with #C4CAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAAF on black background.


Color preview on white background

This text has color #C4CAAF on white background.



Black color preview on #C4CAAF background

This text has black color on #C4CAAF background.


White color preview on #C4CAAF background

This text has white color on #C4CAAF background.