COLOR #CCDBB9

HEX: #CCDBB9
RGB: (204,219,185)

Color info

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

RGB color model

#CCDBB9 color RGB value is (204,219,185).

  • red value is 204;
  • green value is 219;
  • blue value is 185.
RGB:
(204,219,185)
(80%,86%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 185 of 255 = 73%

204
219
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 219 + 185 = 608 (100%)
R 204 of 608 ~ 33.55%
G 219 of 608 ~ 36.02%
B 185 of 608 ~ 30.43%

%33.55
%36.02
%30.43

CMYK color model

#CCDBB9 color CMYK value is (7,0,16,14).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(7,0,16,14)
C7M0Y16K14 
(7%,0%,16%,14%)
(0.07/0.00/0.16/0.14)	

CMYK percentages

%6.85
%0
%15.53
%14.12

Codes

Color #CCDBB9 in popluar color models

CCDBB9
RGB204219185
HSL86°32.08%79.22%
HSB/HSV86°15.53%85.88%
CMYK6.85%0.00%15.53%
14.12%

Color #CCDBB9 in popluar number systems.

HEXCCDBB9
Decimal204219185
Binary110011001101101110111001
Octal314333271

Shades and tints

Shades of #CCDBB9

#CCDBB9
(204,219,185)
#BAC8A9
(186,200,169)
#A8B599
(168,181,153)
#96A289
(150,162,137)
#848F79
(132,143,121)
#727C69
(114,124,105)
#606959
(96,105,89)
#4E5649
(78,86,73)
#3C4339
(60,67,57)
#2A3029
(42,48,41)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #CCDBB9

#CCDBB9
(204,219,185)
#D0DEBF
(208,222,191)
#D4E1C5
(212,225,197)
#D8E4CB
(216,228,203)
#DCE7D1
(220,231,209)
#E0EAD7
(224,234,215)
#E4EDDD
(228,237,221)
#E8F0E3
(232,240,227)
#ECF3E9
(236,243,233)
#F0F6EF
(240,246,239)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDBB9 color. Also use rgb(204,219,185) instead hex code.

Text Font Color

.myTextColor { color: #CCDBB9; }

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

This text font color is #CCDBB9.


Background Color

.myBgColor { background-color: #CCDBB9; }

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

This div background color is #CCDBB9.


Border color

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

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

This div border color is #CCDBB9.


Opacity

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

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

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

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

This text has shadow with #CCDBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDBB9 on black background.


Color preview on white background

This text has color #CCDBB9 on white background.



Black color preview on #CCDBB9 background

This text has black color on #CCDBB9 background.


White color preview on #CCDBB9 background

This text has white color on #CCDBB9 background.