COLOR #CCDDD6

HEX: #CCDDD6
RGB: (204,221,214)

Color info

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

RGB color model

#CCDDD6 color RGB value is (204,221,214).

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

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 214 of 255 = 84%

204
221
214

R + G + B ~ 84%. #CCDDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 214 = 639 (100%)
R 204 of 639 ~ 31.92%
G 221 of 639 ~ 34.59%
B 214 of 639 ~ 33.49%

%31.92
%34.59
%33.49

CMYK color model

#CCDDD6 color CMYK value is (8,0,3,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(8,0,3,13)
C8M0Y3K13 
(8%,0%,3%,13%)
(0.08/0.00/0.03/0.13)	

CMYK percentages

%7.69
%0
%3.17
%13.33

Codes

Color #CCDDD6 in popluar color models

CCDDD6
RGB204221214
HSL155°20.00%83.33%
HSB/HSV155°7.69%86.67%
CMYK7.69%0.00%3.17%
13.33%

Color #CCDDD6 in popluar number systems.

HEXCCDDD6
Decimal204221214
Binary110011001101110111010110
Octal314335326

Shades and tints

Shades of #CCDDD6

#CCDDD6
(204,221,214)
#BAC9C3
(186,201,195)
#A8B5B0
(168,181,176)
#96A19D
(150,161,157)
#848D8A
(132,141,138)
#727977
(114,121,119)
#606564
(96,101,100)
#4E5151
(78,81,81)
#3C3D3E
(60,61,62)
#2A292B
(42,41,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCDDD6

#CCDDD6
(204,221,214)
#D0E0D9
(208,224,217)
#D4E3DC
(212,227,220)
#D8E6DF
(216,230,223)
#DCE9E2
(220,233,226)
#E0ECE5
(224,236,229)
#E4EFE8
(228,239,232)
#E8F2EB
(232,242,235)
#ECF5EE
(236,245,238)
#F0F8F1
(240,248,241)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDD6; }

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

This text font color is #CCDDD6.


Background Color

.myBgColor { background-color: #CCDDD6; }

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

This div background color is #CCDDD6.


Border color

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

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

This div border color is #CCDDD6.


Opacity

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

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

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

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

This text has shadow with #CCDDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDD6 on black background.


Color preview on white background

This text has color #CCDDD6 on white background.



Black color preview on #CCDDD6 background

This text has black color on #CCDDD6 background.


White color preview on #CCDDD6 background

This text has white color on #CCDDD6 background.