COLOR #CCDBE8

HEX: #CCDBE8
RGB: (204,219,232)

Color info

#CCDBE8 contains red, green and blue colors in about the same proportion. Web safe color of #CCDBE8 is #CCCCFF (or #CCF).

RGB color model

#CCDBE8 color RGB value is (204,219,232).

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

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 232 of 255 = 91%

204
219
232

R + G + B ~ 86%. #CCDBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 219 + 232 = 655 (100%)
R 204 of 655 ~ 31.15%
G 219 of 655 ~ 33.44%
B 232 of 655 ~ 35.42%

%31.15
%33.44
%35.42

CMYK color model

#CCDBE8 color CMYK value is (12,6,0,9).

  • cyan value is 12.07%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(12,6,0,9)
C12M6Y0K9 
(12%,6%,0%,9%)
(0.12/0.06/0.00/0.09)	

CMYK percentages

%12.07
%5.6
%0
%9.02

Codes

Color #CCDBE8 in popluar color models

CCDBE8
RGB204219232
HSL208°37.84%85.49%
HSB/HSV208°12.07%90.98%
CMYK12.07%5.60%0.00%
9.02%

Color #CCDBE8 in popluar number systems.

HEXCCDBE8
Decimal204219232
Binary110011001101101111101000
Octal314333350

Shades and tints

Shades of #CCDBE8

#CCDBE8
(204,219,232)
#BAC8D3
(186,200,211)
#A8B5BE
(168,181,190)
#96A2A9
(150,162,169)
#848F94
(132,143,148)
#727C7F
(114,124,127)
#60696A
(96,105,106)
#4E5655
(78,86,85)
#3C4340
(60,67,64)
#2A302B
(42,48,43)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #CCDBE8

#CCDBE8
(204,219,232)
#D0DEEA
(208,222,234)
#D4E1EC
(212,225,236)
#D8E4EE
(216,228,238)
#DCE7F0
(220,231,240)
#E0EAF2
(224,234,242)
#E4EDF4
(228,237,244)
#E8F0F6
(232,240,246)
#ECF3F8
(236,243,248)
#F0F6FA
(240,246,250)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBE8; }

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

This text font color is #CCDBE8.


Background Color

.myBgColor { background-color: #CCDBE8; }

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

This div background color is #CCDBE8.


Border color

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

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

This div border color is #CCDBE8.


Opacity

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

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

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

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

This text has shadow with #CCDBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDBE8 on black background.


Color preview on white background

This text has color #CCDBE8 on white background.



Black color preview on #CCDBE8 background

This text has black color on #CCDBE8 background.


White color preview on #CCDBE8 background

This text has white color on #CCDBE8 background.