COLOR #CCD1E6

HEX: #CCD1E6 RGB: (204,209,230)

Color info

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

RGB color model

#CCD1E6 color RGB value is (204,209,230).

RGB: (204,209,230) (80%, 82%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 209 of 255 = 82%
B 230 of 255 = 90%

204
209
230

R + G + B ~ 84%. #CCD1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 209 + 230 = 643 (100%)
R 204 of 643 ~ 31.73%
G 209 of 643 ~ 32.5%
B 230 of 643 ~ 35.77'%

%31.73
%32.5
%35.77

CMYK color model

#CCD1E6 color CMYK value is (11,9,0,10).

  • cyan value is 11.30%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (11,9,0,10)
C11M9Y0K10 (11%, 9%, 0%, 10%)
(0.11 / 0.09 / 0.00 / 0.10)

CMYK percentages

%11.3
%9.13
%0
%9.8

Codes

Color #CCD1E6 in popluar color models

CC D1 E6
RGB 204 209 230
HSL 228° 34.21% 85.10%
HSB/HSV 228° 11.30% 90.20%
CMYK 11.30% 9.13% 0.00%
9.80%

Color #CCD1E6 in popluar number systems.

HEX CC D1 E6
Decimal 204 209 230
Binary 11001100 11010001 11100110
Octal 314 321 346

Shades and tints

Shades of #CCD1E6

#CCD1E6
(204,209,230)
#BABED2
(186,190,210)
#A8ABBE
(168,171,190)
#9698AA
(150,152,170)
#848596
(132,133,150)
#727282
(114,114,130)
#605F6E
(96,95,110)
#4E4C5A
(78,76,90)
#3C3946
(60,57,70)
#2A2632
(42,38,50)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #CCD1E6

#CCD1E6
(204,209,230)
#D0D5E8
(208,213,232)
#D4D9EA
(212,217,234)
#D8DDEC
(216,221,236)
#DCE1EE
(220,225,238)
#E0E5F0
(224,229,240)
#E4E9F2
(228,233,242)
#E8EDF4
(232,237,244)
#ECF1F6
(236,241,246)
#F0F5F8
(240,245,248)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD1E6 color. Also use rgb(204,209,230) instead hex code.

Text Font Color

.myTextColor { color: #CCD1E6; }

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

This text font color is #CCD1E6.

Background Color

.myBgColor { background-color: #CCD1E6; }

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

This div background color is #CCD1E6.

Border color

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

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

This div border color is #CCD1E6.

Opacity

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

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

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

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

This text has shadow with #CCD1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD1E6.

Preview

Color preview on black background

This text has color #CCD1E6 on black background.


Color preview on white background

This text has color #CCD1E6 on white background.


Black color preview on #CCD1E6 background

This text has black color on #CCD1E6 background.


White color preview on #CCD1E6 background

This text has white color on #CCD1E6 background.


Related colors

Complementary color

Complementary color for #hex is #332E19.


I love getcolorcode.com

Triadic colors

1 #E6CCD1 and #D1E6CC with #CCD1E6 are triadic colors.

2 #E6D1CC and #D1CCE6 with #CCD1E6 are triadic colors.