COLOR #CCDBB6

HEX: #CCDBB6
RGB: (204,219,182)

Color info

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

RGB color model

#CCDBB6 color RGB value is (204,219,182).

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

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 182 of 255 = 71%

204
219
182

R + G + B ~ 79%. #CCDBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 219 + 182 = 605 (100%)
R 204 of 605 ~ 33.72%
G 219 of 605 ~ 36.2%
B 182 of 605 ~ 30.08%

%33.72
%36.2
%30.08

CMYK color model

#CCDBB6 color CMYK value is (7,0,17,14).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(7,0,17,14)
C7M0Y17K14 
(7%,0%,17%,14%)
(0.07/0.00/0.17/0.14)	

CMYK percentages

%6.85
%0
%16.89
%14.12

Codes

Color #CCDBB6 in popluar color models

CCDBB6
RGB204219182
HSL84°33.94%78.63%
HSB/HSV84°16.89%85.88%
CMYK6.85%0.00%16.89%
14.12%

Color #CCDBB6 in popluar number systems.

HEXCCDBB6
Decimal204219182
Binary110011001101101110110110
Octal314333266

Shades and tints

Shades of #CCDBB6

#CCDBB6
(204,219,182)
#BAC8A6
(186,200,166)
#A8B596
(168,181,150)
#96A286
(150,162,134)
#848F76
(132,143,118)
#727C66
(114,124,102)
#606956
(96,105,86)
#4E5646
(78,86,70)
#3C4336
(60,67,54)
#2A3026
(42,48,38)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #CCDBB6

#CCDBB6
(204,219,182)
#D0DEBC
(208,222,188)
#D4E1C2
(212,225,194)
#D8E4C8
(216,228,200)
#DCE7CE
(220,231,206)
#E0EAD4
(224,234,212)
#E4EDDA
(228,237,218)
#E8F0E0
(232,240,224)
#ECF3E6
(236,243,230)
#F0F6EC
(240,246,236)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBB6; }

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

This text font color is #CCDBB6.


Background Color

.myBgColor { background-color: #CCDBB6; }

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

This div background color is #CCDBB6.


Border color

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

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

This div border color is #CCDBB6.


Opacity

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

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

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

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

This text has shadow with #CCDBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDBB6 on black background.


Color preview on white background

This text has color #CCDBB6 on white background.



Black color preview on #CCDBB6 background

This text has black color on #CCDBB6 background.


White color preview on #CCDBB6 background

This text has white color on #CCDBB6 background.