COLOR #CFD9A5

HEX: #CFD9A5
RGB: (207,217,165)

Color info

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

RGB color model

#CFD9A5 color RGB value is (207,217,165).

  • red value is 207;
  • green value is 217;
  • blue value is 165.
RGB:
(207,217,165)
(81%,85%,65%)

RGB channels and saturation

R 207 of 255 = 81%
G 217 of 255 = 85%
B 165 of 255 = 65%

207
217
165

R + G + B ~ 77%. #CFD9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 217 + 165 = 589 (100%)
R 207 of 589 ~ 35.14%
G 217 of 589 ~ 36.84%
B 165 of 589 ~ 28.01%

%35.14
%36.84
%28.01

CMYK color model

#CFD9A5 color CMYK value is (5,0,24,15).

  • cyan value is 4.61%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 14.90%
CMYK:
(5,0,24,15)
C5M0Y24K15 
(5%,0%,24%,15%)
(0.05/0.00/0.24/0.15)	

CMYK percentages

%4.61
%0
%23.96
%14.9

Codes

Color #CFD9A5 in popluar color models

CFD9A5
RGB207217165
HSL72°40.63%74.90%
HSB/HSV72°23.96%85.10%
CMYK4.61%0.00%23.96%
14.90%

Color #CFD9A5 in popluar number systems.

HEXCFD9A5
Decimal207217165
Binary110011111101100110100101
Octal317331245

Shades and tints

Shades of #CFD9A5

#CFD9A5
(207,217,165)
#BDC696
(189,198,150)
#ABB387
(171,179,135)
#99A078
(153,160,120)
#878D69
(135,141,105)
#757A5A
(117,122,90)
#63674B
(99,103,75)
#51543C
(81,84,60)
#3F412D
(63,65,45)
#2D2E1E
(45,46,30)
#1B1B0F
(27,27,15)
#000000
(0,0,0)

Tints of #CFD9A5

#CFD9A5
(207,217,165)
#D3DCAD
(211,220,173)
#D7DFB5
(215,223,181)
#DBE2BD
(219,226,189)
#DFE5C5
(223,229,197)
#E3E8CD
(227,232,205)
#E7EBD5
(231,235,213)
#EBEEDD
(235,238,221)
#EFF1E5
(239,241,229)
#F3F4ED
(243,244,237)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD9A5 color. Also use rgb(207,217,165) instead hex code.

Text Font Color

.myTextColor { color: #CFD9A5; }

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

This text font color is #CFD9A5.


Background Color

.myBgColor { background-color: #CFD9A5; }

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

This div background color is #CFD9A5.


Border color

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

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

This div border color is #CFD9A5.


Opacity

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

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

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

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

This text has shadow with #CFD9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD9A5 on black background.


Color preview on white background

This text has color #CFD9A5 on white background.



Black color preview on #CFD9A5 background

This text has black color on #CFD9A5 background.


White color preview on #CFD9A5 background

This text has white color on #CFD9A5 background.