COLOR #CCE1DB

HEX: #CCE1DB
RGB: (204,225,219)

Color info

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

RGB color model

#CCE1DB color RGB value is (204,225,219).

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

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 219 of 255 = 86%

204
225
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 225 + 219 = 648 (100%)
R 204 of 648 ~ 31.48%
G 225 of 648 ~ 34.72%
B 219 of 648 ~ 33.8%

%31.48
%34.72
%33.8

CMYK color model

#CCE1DB color CMYK value is (9,0,3,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(9,0,3,12)
C9M0Y3K12 
(9%,0%,3%,12%)
(0.09/0.00/0.03/0.12)	

CMYK percentages

%9.33
%0
%2.67
%11.76

Codes

Color #CCE1DB in popluar color models

CCE1DB
RGB204225219
HSL163°25.93%84.12%
HSB/HSV163°9.33%88.24%
CMYK9.33%0.00%2.67%
11.76%

Color #CCE1DB in popluar number systems.

HEXCCE1DB
Decimal204225219
Binary110011001110000111011011
Octal314341333

Shades and tints

Shades of #CCE1DB

#CCE1DB
(204,225,219)
#BACDC8
(186,205,200)
#A8B9B5
(168,185,181)
#96A5A2
(150,165,162)
#84918F
(132,145,143)
#727D7C
(114,125,124)
#606969
(96,105,105)
#4E5556
(78,85,86)
#3C4143
(60,65,67)
#2A2D30
(42,45,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #CCE1DB

#CCE1DB
(204,225,219)
#D0E3DE
(208,227,222)
#D4E5E1
(212,229,225)
#D8E7E4
(216,231,228)
#DCE9E7
(220,233,231)
#E0EBEA
(224,235,234)
#E4EDED
(228,237,237)
#E8EFF0
(232,239,240)
#ECF1F3
(236,241,243)
#F0F3F6
(240,243,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE1DB; }

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

This text font color is #CCE1DB.


Background Color

.myBgColor { background-color: #CCE1DB; }

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

This div background color is #CCE1DB.


Border color

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

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

This div border color is #CCE1DB.


Opacity

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

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

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

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

This text has shadow with #CCE1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE1DB on black background.


Color preview on white background

This text has color #CCE1DB on white background.



Black color preview on #CCE1DB background

This text has black color on #CCE1DB background.


White color preview on #CCE1DB background

This text has white color on #CCE1DB background.