COLOR #CCD5A9

HEX: #CCD5A9
RGB: (204,213,169)

Color info

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

RGB color model

#CCD5A9 color RGB value is (204,213,169).

  • red value is 204;
  • green value is 213;
  • blue value is 169.
RGB:
(204,213,169)
(80%,84%,66%)

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 169 of 255 = 66%

204
213
169

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

Portions of RGB colors in percentages

R + G + B =
204 + 213 + 169 = 586 (100%)
R 204 of 586 ~ 34.81%
G 213 of 586 ~ 36.35%
B 169 of 586 ~ 28.84%

%34.81
%36.35
%28.84

CMYK color model

#CCD5A9 color CMYK value is (4,0,21,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(4,0,21,16)
C4M0Y21K16 
(4%,0%,21%,16%)
(0.04/0.00/0.21/0.16)	

CMYK percentages

%4.23
%0
%20.66
%16.47

Codes

Color #CCD5A9 in popluar color models

CCD5A9
RGB204213169
HSL72°34.38%74.90%
HSB/HSV72°20.66%83.53%
CMYK4.23%0.00%20.66%
16.47%

Color #CCD5A9 in popluar number systems.

HEXCCD5A9
Decimal204213169
Binary110011001101010110101001
Octal314325251

Shades and tints

Shades of #CCD5A9

#CCD5A9
(204,213,169)
#BAC29A
(186,194,154)
#A8AF8B
(168,175,139)
#969C7C
(150,156,124)
#84896D
(132,137,109)
#72765E
(114,118,94)
#60634F
(96,99,79)
#4E5040
(78,80,64)
#3C3D31
(60,61,49)
#2A2A22
(42,42,34)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCD5A9

#CCD5A9
(204,213,169)
#D0D8B0
(208,216,176)
#D4DBB7
(212,219,183)
#D8DEBE
(216,222,190)
#DCE1C5
(220,225,197)
#E0E4CC
(224,228,204)
#E4E7D3
(228,231,211)
#E8EADA
(232,234,218)
#ECEDE1
(236,237,225)
#F0F0E8
(240,240,232)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD5A9 color. Also use rgb(204,213,169) instead hex code.

Text Font Color

.myTextColor { color: #CCD5A9; }

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

This text font color is #CCD5A9.


Background Color

.myBgColor { background-color: #CCD5A9; }

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

This div background color is #CCD5A9.


Border color

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

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

This div border color is #CCD5A9.


Opacity

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

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

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

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

This text has shadow with #CCD5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD5A9 on black background.


Color preview on white background

This text has color #CCD5A9 on white background.



Black color preview on #CCD5A9 background

This text has black color on #CCD5A9 background.


White color preview on #CCD5A9 background

This text has white color on #CCD5A9 background.