COLOR #CCDDAA

HEX: #CCDDAA
RGB: (204,221,170)

Color info

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

RGB color model

#CCDDAA color RGB value is (204,221,170).

  • red value is 204;
  • green value is 221;
  • blue value is 170.
RGB:
(204,221,170)
(80%,87%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 170 of 255 = 67%

204
221
170

R + G + B ~ 78%. #CCDDAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 170 = 595 (100%)
R 204 of 595 ~ 34.29%
G 221 of 595 ~ 37.14%
B 170 of 595 ~ 28.57%

%34.29
%37.14
%28.57

CMYK color model

#CCDDAA color CMYK value is (8,0,23,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 13.33%
CMYK:
(8,0,23,13)
C8M0Y23K13 
(8%,0%,23%,13%)
(0.08/0.00/0.23/0.13)	

CMYK percentages

%7.69
%0
%23.08
%13.33

Codes

Color #CCDDAA in popluar color models

CCDDAA
RGB204221170
HSL80°42.86%76.67%
HSB/HSV80°23.08%86.67%
CMYK7.69%0.00%23.08%
13.33%

Color #CCDDAA in popluar number systems.

HEXCCDDAA
Decimal204221170
Binary110011001101110110101010
Octal314335252

Shades and tints

Shades of #CCDDAA

#CCDDAA
(204,221,170)
#BAC99B
(186,201,155)
#A8B58C
(168,181,140)
#96A17D
(150,161,125)
#848D6E
(132,141,110)
#72795F
(114,121,95)
#606550
(96,101,80)
#4E5141
(78,81,65)
#3C3D32
(60,61,50)
#2A2923
(42,41,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCDDAA

#CCDDAA
(204,221,170)
#D0E0B1
(208,224,177)
#D4E3B8
(212,227,184)
#D8E6BF
(216,230,191)
#DCE9C6
(220,233,198)
#E0ECCD
(224,236,205)
#E4EFD4
(228,239,212)
#E8F2DB
(232,242,219)
#ECF5E2
(236,245,226)
#F0F8E9
(240,248,233)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDAA; }

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

This text font color is #CCDDAA.


Background Color

.myBgColor { background-color: #CCDDAA; }

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

This div background color is #CCDDAA.


Border color

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

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

This div border color is #CCDDAA.


Opacity

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

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

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

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

This text has shadow with #CCDDAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDAA on black background.


Color preview on white background

This text has color #CCDDAA on white background.



Black color preview on #CCDDAA background

This text has black color on #CCDDAA background.


White color preview on #CCDDAA background

This text has white color on #CCDDAA background.