COLOR #CCD0AA

HEX: #CCD0AA RGB: (204,208,170)

Color info

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

RGB color model

#CCD0AA color RGB value is (204,208,170).

RGB: (204,208,170) (80%, 82%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 170 of 255 = 67%

204
208
170

R + G + B ~ 76%. #CCD0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 208 + 170 = 582 (100%)
R 204 of 582 ~ 35.05%
G 208 of 582 ~ 35.74%
B 170 of 582 ~ 29.21'%

%35.05
%35.74
%29.21

CMYK color model

#CCD0AA color CMYK value is (2,0,18,18).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 18.43%

CMYK: (2,0,18,18)
C2M0Y18K18 (2%, 0%, 18%, 18%)
(0.02 / 0.00 / 0.18 / 0.18)

CMYK percentages

%1.92
%0
%18.27
%18.43

Codes

Color #CCD0AA in popluar color models

CC D0 AA
RGB 204 208 170
HSL 66° 28.79% 74.12%
HSB/HSV 66° 18.27% 81.57%
CMYK 1.92% 0.00% 18.27%
18.43%

Color #CCD0AA in popluar number systems.

HEX CC D0 AA
Decimal 204 208 170
Binary 11001100 11010000 10101010
Octal 314 320 252

Shades and tints

Shades of #CCD0AA

#CCD0AA
(204,208,170)
#BABE9B
(186,190,155)
#A8AC8C
(168,172,140)
#969A7D
(150,154,125)
#84886E
(132,136,110)
#72765F
(114,118,95)
#606450
(96,100,80)
#4E5241
(78,82,65)
#3C4032
(60,64,50)
#2A2E23
(42,46,35)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCD0AA

#CCD0AA
(204,208,170)
#D0D4B1
(208,212,177)
#D4D8B8
(212,216,184)
#D8DCBF
(216,220,191)
#DCE0C6
(220,224,198)
#E0E4CD
(224,228,205)
#E4E8D4
(228,232,212)
#E8ECDB
(232,236,219)
#ECF0E2
(236,240,226)
#F0F4E9
(240,244,233)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD0AA color. Also use rgb(204,208,170) instead hex code.

Text Font Color

.myTextColor { color: #CCD0AA; }

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

This text font color is #CCD0AA.

Background Color

.myBgColor { background-color: #CCD0AA; }

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

This div background color is #CCD0AA.

Border color

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

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

This div border color is #CCD0AA.

Opacity

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

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

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

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

This text has shadow with #CCD0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD0AA.

Preview

Color preview on black background

This text has color #CCD0AA on black background.


Color preview on white background

This text has color #CCD0AA on white background.


Black color preview on #CCD0AA background

This text has black color on #CCD0AA background.


White color preview on #CCD0AA background

This text has white color on #CCD0AA background.


Related colors

Complementary color

Complementary color for #hex is #332F55.


I love getcolorcode.com

Triadic colors

1 #AACCD0 and #D0AACC with #CCD0AA are triadic colors.

2 #AAD0CC and #D0CCAA with #CCD0AA are triadic colors.