COLOR #CCDCEB

HEX: #CCDCEB
RGB: (204,220,235)

Color info

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

RGB color model

#CCDCEB color RGB value is (204,220,235).

  • red value is 204;
  • green value is 220;
  • blue value is 235.
RGB:
(204,220,235)
(80%,86%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 235 of 255 = 92%

204
220
235

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

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 235 = 659 (100%)
R 204 of 659 ~ 30.96%
G 220 of 659 ~ 33.38%
B 235 of 659 ~ 35.66%

%30.96
%33.38
%35.66

CMYK color model

#CCDCEB color CMYK value is (13,6,0,8).

  • cyan value is 13.19%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,6,0,8)
C13M6Y0K8 
(13%,6%,0%,8%)
(0.13/0.06/0.00/0.08)	

CMYK percentages

%13.19
%6.38
%0
%7.84

Codes

Color #CCDCEB in popluar color models

CCDCEB
RGB204220235
HSL209°43.66%86.08%
HSB/HSV209°13.19%92.16%
CMYK13.19%6.38%0.00%
7.84%

Color #CCDCEB in popluar number systems.

HEXCCDCEB
Decimal204220235
Binary110011001101110011101011
Octal314334353

Shades and tints

Shades of #CCDCEB

#CCDCEB
(204,220,235)
#BAC8D6
(186,200,214)
#A8B4C1
(168,180,193)
#96A0AC
(150,160,172)
#848C97
(132,140,151)
#727882
(114,120,130)
#60646D
(96,100,109)
#4E5058
(78,80,88)
#3C3C43
(60,60,67)
#2A282E
(42,40,46)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CCDCEB

#CCDCEB
(204,220,235)
#D0DFEC
(208,223,236)
#D4E2ED
(212,226,237)
#D8E5EE
(216,229,238)
#DCE8EF
(220,232,239)
#E0EBF0
(224,235,240)
#E4EEF1
(228,238,241)
#E8F1F2
(232,241,242)
#ECF4F3
(236,244,243)
#F0F7F4
(240,247,244)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDCEB color. Also use rgb(204,220,235) instead hex code.

Text Font Color

.myTextColor { color: #CCDCEB; }

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

This text font color is #CCDCEB.


Background Color

.myBgColor { background-color: #CCDCEB; }

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

This div background color is #CCDCEB.


Border color

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

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

This div border color is #CCDCEB.


Opacity

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

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

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

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

This text has shadow with #CCDCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCEB on black background.


Color preview on white background

This text has color #CCDCEB on white background.



Black color preview on #CCDCEB background

This text has black color on #CCDCEB background.


White color preview on #CCDCEB background

This text has white color on #CCDCEB background.