COLOR #CCDDA0

HEX: #CCDDA0
RGB: (204,221,160)

Color info

#CCDDA0 contains mainly red and green colors. Web safe color of #CCDDA0 is #CCCC99 (or #CC9).

RGB color model

#CCDDA0 color RGB value is (204,221,160).

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

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 160 of 255 = 63%

204
221
160

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 160 = 585 (100%)
R 204 of 585 ~ 34.87%
G 221 of 585 ~ 37.78%
B 160 of 585 ~ 27.35%

%34.87
%37.78
%27.35

CMYK color model

#CCDDA0 color CMYK value is (8,0,28,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 13.33%
CMYK:
(8,0,28,13)
C8M0Y28K13 
(8%,0%,28%,13%)
(0.08/0.00/0.28/0.13)	

CMYK percentages

%7.69
%0
%27.6
%13.33

Codes

Color #CCDDA0 in popluar color models

CCDDA0
RGB204221160
HSL77°47.29%74.71%
HSB/HSV77°27.60%86.67%
CMYK7.69%0.00%27.60%
13.33%

Color #CCDDA0 in popluar number systems.

HEXCCDDA0
Decimal204221160
Binary110011001101110110100000
Octal314335240

Shades and tints

Shades of #CCDDA0

#CCDDA0
(204,221,160)
#BAC992
(186,201,146)
#A8B584
(168,181,132)
#96A176
(150,161,118)
#848D68
(132,141,104)
#72795A
(114,121,90)
#60654C
(96,101,76)
#4E513E
(78,81,62)
#3C3D30
(60,61,48)
#2A2922
(42,41,34)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCDDA0

#CCDDA0
(204,221,160)
#D0E0A8
(208,224,168)
#D4E3B0
(212,227,176)
#D8E6B8
(216,230,184)
#DCE9C0
(220,233,192)
#E0ECC8
(224,236,200)
#E4EFD0
(228,239,208)
#E8F2D8
(232,242,216)
#ECF5E0
(236,245,224)
#F0F8E8
(240,248,232)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDA0; }

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

This text font color is #CCDDA0.


Background Color

.myBgColor { background-color: #CCDDA0; }

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

This div background color is #CCDDA0.


Border color

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

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

This div border color is #CCDDA0.


Opacity

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

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

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

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

This text has shadow with #CCDDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDA0 on black background.


Color preview on white background

This text has color #CCDDA0 on white background.



Black color preview on #CCDDA0 background

This text has black color on #CCDDA0 background.


White color preview on #CCDDA0 background

This text has white color on #CCDDA0 background.