COLOR #C4CFA9

HEX: #C4CFA9
RGB: (196,207,169)

Color info

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

RGB color model

#C4CFA9 color RGB value is (196,207,169).

  • red value is 196;
  • green value is 207;
  • blue value is 169.
RGB:
(196,207,169)
(77%,81%,66%)

RGB channels and saturation

R 196 of 255 = 77%
G 207 of 255 = 81%
B 169 of 255 = 66%

196
207
169

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

Portions of RGB colors in percentages

R + G + B =
196 + 207 + 169 = 572 (100%)
R 196 of 572 ~ 34.27%
G 207 of 572 ~ 36.19%
B 169 of 572 ~ 29.55%

%34.27
%36.19
%29.55

CMYK color model

#C4CFA9 color CMYK value is (5,0,18,19).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 18.36%
  • key color value is 18.82%
CMYK:
(5,0,18,19)
C5M0Y18K19 
(5%,0%,18%,19%)
(0.05/0.00/0.18/0.19)	

CMYK percentages

%5.31
%0
%18.36
%18.82

Codes

Color #C4CFA9 in popluar color models

C4CFA9
RGB196207169
HSL77°28.36%73.73%
HSB/HSV77°18.36%81.18%
CMYK5.31%0.00%18.36%
18.82%

Color #C4CFA9 in popluar number systems.

HEXC4CFA9
Decimal196207169
Binary110001001100111110101001
Octal304317251

Shades and tints

Shades of #C4CFA9

#C4CFA9
(196,207,169)
#B3BD9A
(179,189,154)
#A2AB8B
(162,171,139)
#91997C
(145,153,124)
#80876D
(128,135,109)
#6F755E
(111,117,94)
#5E634F
(94,99,79)
#4D5140
(77,81,64)
#3C3F31
(60,63,49)
#2B2D22
(43,45,34)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4CFA9

#C4CFA9
(196,207,169)
#C9D3B0
(201,211,176)
#CED7B7
(206,215,183)
#D3DBBE
(211,219,190)
#D8DFC5
(216,223,197)
#DDE3CC
(221,227,204)
#E2E7D3
(226,231,211)
#E7EBDA
(231,235,218)
#ECEFE1
(236,239,225)
#F1F3E8
(241,243,232)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CFA9 color. Also use rgb(196,207,169) instead hex code.

Text Font Color

.myTextColor { color: #C4CFA9; }

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

This text font color is #C4CFA9.


Background Color

.myBgColor { background-color: #C4CFA9; }

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

This div background color is #C4CFA9.


Border color

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

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

This div border color is #C4CFA9.


Opacity

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

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

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

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

This text has shadow with #C4CFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CFA9 on black background.


Color preview on white background

This text has color #C4CFA9 on white background.



Black color preview on #C4CFA9 background

This text has black color on #C4CFA9 background.


White color preview on #C4CFA9 background

This text has white color on #C4CFA9 background.