COLOR #CCECDB

HEX: #CCECDB RGB: (204,236,219)

Color info

#CCECDB contains red, green and blue colors in about the same proportion. Web safe color of #CCECDB is #CCFFCC (or #CFC).

RGB color model

#CCECDB color RGB value is (204,236,219).

RGB: (204,236,219) (80%, 93%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 236 of 255 = 93%
B 219 of 255 = 86%

204
236
219

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

Portions of RGB colors in percentages

R + G + B = 204 + 236 + 219 = 659 (100%)
R 204 of 659 ~ 30.96%
G 236 of 659 ~ 35.81%
B 219 of 659 ~ 33.23'%

%30.96
%35.81
%33.23

CMYK color model

#CCECDB color CMYK value is (14,0,7,7).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 7.45%

CMYK: (14,0,7,7)
C14M0Y7K7 (14%, 0%, 7%, 7%)
(0.14 / 0.00 / 0.07 / 0.07)

CMYK percentages

%13.56
%0
%7.2
%7.45

Codes

Color #CCECDB in popluar color models

CC EC DB
RGB 204 236 219
HSL 148° 45.71% 86.27%
HSB/HSV 148° 13.56% 92.55%
CMYK 13.56% 0.00% 7.20%
7.45%

Color #CCECDB in popluar number systems.

HEX CC EC DB
Decimal 204 236 219
Binary 11001100 11101100 11011011
Octal 314 354 333

Shades and tints

Shades of #CCECDB

#CCECDB
(204,236,219)
#BAD7C8
(186,215,200)
#A8C2B5
(168,194,181)
#96ADA2
(150,173,162)
#84988F
(132,152,143)
#72837C
(114,131,124)
#606E69
(96,110,105)
#4E5956
(78,89,86)
#3C4443
(60,68,67)
#2A2F30
(42,47,48)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #CCECDB

#CCECDB
(204,236,219)
#D0EDDE
(208,237,222)
#D4EEE1
(212,238,225)
#D8EFE4
(216,239,228)
#DCF0E7
(220,240,231)
#E0F1EA
(224,241,234)
#E4F2ED
(228,242,237)
#E8F3F0
(232,243,240)
#ECF4F3
(236,244,243)
#F0F5F6
(240,245,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCECDB; }

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

This text font color is #CCECDB.

Background Color

.myBgColor { background-color: #CCECDB; }

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

This div background color is #CCECDB.

Border color

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

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

This div border color is #CCECDB.

Opacity

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

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

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

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

This text has shadow with #CCECDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCECDB.

Preview

Color preview on black background

This text has color #CCECDB on black background.


Color preview on white background

This text has color #CCECDB on white background.


Black color preview on #CCECDB background

This text has black color on #CCECDB background.


White color preview on #CCECDB background

This text has white color on #CCECDB background.


Related colors

Complementary color

Complementary color for #hex is #331324.


I love getcolorcode.com

Triadic colors

1 #DBCCEC and #ECDBCC with #CCECDB are triadic colors.

2 #DBECCC and #ECCCDB with #CCECDB are triadic colors.