COLOR #CCDDBD

HEX: #CCDDBD
RGB: (204,221,189)

Color info

#CCDDBD contains red, green and blue colors in about the same proportion. Web safe color of #CCDDBD is #CCCCCC (or #CCC).

RGB color model

#CCDDBD color RGB value is (204,221,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 189 of 255 = 74%

204
221
189

R + G + B ~ 80%. #CCDDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 189 = 614 (100%)
R 204 of 614 ~ 33.22%
G 221 of 614 ~ 35.99%
B 189 of 614 ~ 30.78%

%33.22
%35.99
%30.78

CMYK color model

#CCDDBD color CMYK value is (8,0,14,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(8,0,14,13)
C8M0Y14K13 
(8%,0%,14%,13%)
(0.08/0.00/0.14/0.13)	

CMYK percentages

%7.69
%0
%14.48
%13.33

Codes

Color #CCDDBD in popluar color models

CCDDBD
RGB204221189
HSL92°32.00%80.39%
HSB/HSV92°14.48%86.67%
CMYK7.69%0.00%14.48%
13.33%

Color #CCDDBD in popluar number systems.

HEXCCDDBD
Decimal204221189
Binary110011001101110110111101
Octal314335275

Shades and tints

Shades of #CCDDBD

#CCDDBD
(204,221,189)
#BAC9AC
(186,201,172)
#A8B59B
(168,181,155)
#96A18A
(150,161,138)
#848D79
(132,141,121)
#727968
(114,121,104)
#606557
(96,101,87)
#4E5146
(78,81,70)
#3C3D35
(60,61,53)
#2A2924
(42,41,36)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #CCDDBD

#CCDDBD
(204,221,189)
#D0E0C3
(208,224,195)
#D4E3C9
(212,227,201)
#D8E6CF
(216,230,207)
#DCE9D5
(220,233,213)
#E0ECDB
(224,236,219)
#E4EFE1
(228,239,225)
#E8F2E7
(232,242,231)
#ECF5ED
(236,245,237)
#F0F8F3
(240,248,243)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDBD; }

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

This text font color is #CCDDBD.


Background Color

.myBgColor { background-color: #CCDDBD; }

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

This div background color is #CCDDBD.


Border color

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

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

This div border color is #CCDDBD.


Opacity

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

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

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

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

This text has shadow with #CCDDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDBD on black background.


Color preview on white background

This text has color #CCDDBD on white background.



Black color preview on #CCDDBD background

This text has black color on #CCDDBD background.


White color preview on #CCDDBD background

This text has white color on #CCDDBD background.