COLOR #CCD5EB

HEX: #CCD5EB
RGB: (204,213,235)

Color info

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

RGB color model

#CCD5EB color RGB value is (204,213,235).

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

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 235 of 255 = 92%

204
213
235

R + G + B ~ 85%. #CCD5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 213 + 235 = 652 (100%)
R 204 of 652 ~ 31.29%
G 213 of 652 ~ 32.67%
B 235 of 652 ~ 36.04%

%31.29
%32.67
%36.04

CMYK color model

#CCD5EB color CMYK value is (13,9,0,8).

  • cyan value is 13.19%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,9,0,8)
C13M9Y0K8 
(13%,9%,0%,8%)
(0.13/0.09/0.00/0.08)	

CMYK percentages

%13.19
%9.36
%0
%7.84

Codes

Color #CCD5EB in popluar color models

CCD5EB
RGB204213235
HSL223°43.66%86.08%
HSB/HSV223°13.19%92.16%
CMYK13.19%9.36%0.00%
7.84%

Color #CCD5EB in popluar number systems.

HEXCCD5EB
Decimal204213235
Binary110011001101010111101011
Octal314325353

Shades and tints

Shades of #CCD5EB

#CCD5EB
(204,213,235)
#BAC2D6
(186,194,214)
#A8AFC1
(168,175,193)
#969CAC
(150,156,172)
#848997
(132,137,151)
#727682
(114,118,130)
#60636D
(96,99,109)
#4E5058
(78,80,88)
#3C3D43
(60,61,67)
#2A2A2E
(42,42,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCD5EB

#CCD5EB
(204,213,235)
#D0D8EC
(208,216,236)
#D4DBED
(212,219,237)
#D8DEEE
(216,222,238)
#DCE1EF
(220,225,239)
#E0E4F0
(224,228,240)
#E4E7F1
(228,231,241)
#E8EAF2
(232,234,242)
#ECEDF3
(236,237,243)
#F0F0F4
(240,240,244)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD5EB; }

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

This text font color is #CCD5EB.


Background Color

.myBgColor { background-color: #CCD5EB; }

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

This div background color is #CCD5EB.


Border color

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

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

This div border color is #CCD5EB.


Opacity

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

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

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

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

This text has shadow with #CCD5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD5EB on black background.


Color preview on white background

This text has color #CCD5EB on white background.



Black color preview on #CCD5EB background

This text has black color on #CCD5EB background.


White color preview on #CCD5EB background

This text has white color on #CCD5EB background.