COLOR #CCD2A0

HEX: #CCD2A0
RGB: (204,210,160)

Color info

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

RGB color model

#CCD2A0 color RGB value is (204,210,160).

  • red value is 204;
  • green value is 210;
  • blue value is 160.
RGB:
(204,210,160)
(80%,82%,63%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 160 of 255 = 63%

204
210
160

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 160 = 574 (100%)
R 204 of 574 ~ 35.54%
G 210 of 574 ~ 36.59%
B 160 of 574 ~ 27.87%

%35.54
%36.59
%27.87

CMYK color model

#CCD2A0 color CMYK value is (3,0,24,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 17.65%
CMYK:
(3,0,24,18)
C3M0Y24K18 
(3%,0%,24%,18%)
(0.03/0.00/0.24/0.18)	

CMYK percentages

%2.86
%0
%23.81
%17.65

Codes

Color #CCD2A0 in popluar color models

CCD2A0
RGB204210160
HSL67°35.71%72.55%
HSB/HSV67°23.81%82.35%
CMYK2.86%0.00%23.81%
17.65%

Color #CCD2A0 in popluar number systems.

HEXCCD2A0
Decimal204210160
Binary110011001101001010100000
Octal314322240

Shades and tints

Shades of #CCD2A0

#CCD2A0
(204,210,160)
#BABF92
(186,191,146)
#A8AC84
(168,172,132)
#969976
(150,153,118)
#848668
(132,134,104)
#72735A
(114,115,90)
#60604C
(96,96,76)
#4E4D3E
(78,77,62)
#3C3A30
(60,58,48)
#2A2722
(42,39,34)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCD2A0

#CCD2A0
(204,210,160)
#D0D6A8
(208,214,168)
#D4DAB0
(212,218,176)
#D8DEB8
(216,222,184)
#DCE2C0
(220,226,192)
#E0E6C8
(224,230,200)
#E4EAD0
(228,234,208)
#E8EED8
(232,238,216)
#ECF2E0
(236,242,224)
#F0F6E8
(240,246,232)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD2A0 color. Also use rgb(204,210,160) instead hex code.

Text Font Color

.myTextColor { color: #CCD2A0; }

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

This text font color is #CCD2A0.


Background Color

.myBgColor { background-color: #CCD2A0; }

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

This div background color is #CCD2A0.


Border color

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

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

This div border color is #CCD2A0.


Opacity

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

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

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

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

This text has shadow with #CCD2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2A0 on black background.


Color preview on white background

This text has color #CCD2A0 on white background.



Black color preview on #CCD2A0 background

This text has black color on #CCD2A0 background.


White color preview on #CCD2A0 background

This text has white color on #CCD2A0 background.