COLOR #CCDDBB

HEX: #CCDDBB RGB: (204,221,187)

Color info

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

RGB color model

#CCDDBB color RGB value is (204,221,187).

RGB: (204,221,187) (80%, 87%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 187 of 255 = 73%

204
221
187

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

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 187 = 612 (100%)
R 204 of 612 ~ 33.33%
G 221 of 612 ~ 36.11%
B 187 of 612 ~ 30.56'%

%33.33
%36.11
%30.56

CMYK color model

#CCDDBB color CMYK value is (8,0,15,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%

CMYK: (8,0,15,13)
C8M0Y15K13 (8%, 0%, 15%, 13%)
(0.08 / 0.00 / 0.15 / 0.13)

CMYK percentages

%7.69
%0
%15.38
%13.33

Codes

Color #CCDDBB in popluar color models

CC DD BB
RGB 204 221 187
HSL 90° 33.33% 80.00%
HSB/HSV 90° 15.38% 86.67%
CMYK 7.69% 0.00% 15.38%
13.33%

Color #CCDDBB in popluar number systems.

HEX CC DD BB
Decimal 204 221 187
Binary 11001100 11011101 10111011
Octal 314 335 273

Shades and tints

Shades of #CCDDBB

#CCDDBB
(204,221,187)
#BAC9AA
(186,201,170)
#A8B599
(168,181,153)
#96A188
(150,161,136)
#848D77
(132,141,119)
#727966
(114,121,102)
#606555
(96,101,85)
#4E5144
(78,81,68)
#3C3D33
(60,61,51)
#2A2922
(42,41,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #CCDDBB

#CCDDBB
(204,221,187)
#D0E0C1
(208,224,193)
#D4E3C7
(212,227,199)
#D8E6CD
(216,230,205)
#DCE9D3
(220,233,211)
#E0ECD9
(224,236,217)
#E4EFDF
(228,239,223)
#E8F2E5
(232,242,229)
#ECF5EB
(236,245,235)
#F0F8F1
(240,248,241)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDBB; }

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

This text font color is #CCDDBB.

Background Color

.myBgColor { background-color: #CCDDBB; }

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

This div background color is #CCDDBB.

Border color

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

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

This div border color is #CCDDBB.

Opacity

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

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

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

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

This text has shadow with #CCDDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDBB.

Preview

Color preview on black background

This text has color #CCDDBB on black background.


Color preview on white background

This text has color #CCDDBB on white background.


Black color preview on #CCDDBB background

This text has black color on #CCDDBB background.


White color preview on #CCDDBB background

This text has white color on #CCDDBB background.


Related colors

Complementary color

Complementary color for #hex is #332244.


I love getcolorcode.com

Triadic colors

1 #BBCCDD and #DDBBCC with #CCDDBB are triadic colors.

2 #BBDDCC and #DDCCBB with #CCDDBB are triadic colors.