COLOR #CCDD81

HEX: #CCDD81
RGB: (204,221,129)

Color info

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

RGB color model

#CCDD81 color RGB value is (204,221,129).

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

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 129 of 255 = 51%

204
221
129

R + G + B ~ 73%. #CCDD81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 129 = 554 (100%)
R 204 of 554 ~ 36.82%
G 221 of 554 ~ 39.89%
B 129 of 554 ~ 23.29%

%36.82
%39.89
%23.29

CMYK color model

#CCDD81 color CMYK value is (8,0,42,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 13.33%
CMYK:
(8,0,42,13)
C8M0Y42K13 
(8%,0%,42%,13%)
(0.08/0.00/0.42/0.13)	

CMYK percentages

%7.69
%0
%41.63
%13.33

Codes

Color #CCDD81 in popluar color models

CCDD81
RGB204221129
HSL71°57.50%68.63%
HSB/HSV71°41.63%86.67%
CMYK7.69%0.00%41.63%
13.33%

Color #CCDD81 in popluar number systems.

HEXCCDD81
Decimal204221129
Binary110011001101110110000001
Octal314335201

Shades and tints

Shades of #CCDD81

#CCDD81
(204,221,129)
#BAC976
(186,201,118)
#A8B56B
(168,181,107)
#96A160
(150,161,96)
#848D55
(132,141,85)
#72794A
(114,121,74)
#60653F
(96,101,63)
#4E5134
(78,81,52)
#3C3D29
(60,61,41)
#2A291E
(42,41,30)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #CCDD81

#CCDD81
(204,221,129)
#D0E08C
(208,224,140)
#D4E397
(212,227,151)
#D8E6A2
(216,230,162)
#DCE9AD
(220,233,173)
#E0ECB8
(224,236,184)
#E4EFC3
(228,239,195)
#E8F2CE
(232,242,206)
#ECF5D9
(236,245,217)
#F0F8E4
(240,248,228)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDD81; }

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

This text font color is #CCDD81.


Background Color

.myBgColor { background-color: #CCDD81; }

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

This div background color is #CCDD81.


Border color

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

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

This div border color is #CCDD81.


Opacity

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

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

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

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

This text has shadow with #CCDD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDD81 on black background.


Color preview on white background

This text has color #CCDD81 on white background.



Black color preview on #CCDD81 background

This text has black color on #CCDD81 background.


White color preview on #CCDD81 background

This text has white color on #CCDD81 background.