COLOR #CCD3E0

HEX: #CCD3E0 RGB: (204,211,224)

Color info

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

RGB color model

#CCD3E0 color RGB value is (204,211,224).

RGB: (204,211,224) (80%, 83%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 224 of 255 = 88%

204
211
224

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

Portions of RGB colors in percentages

R + G + B = 204 + 211 + 224 = 639 (100%)
R 204 of 639 ~ 31.92%
G 211 of 639 ~ 33.02%
B 224 of 639 ~ 35.05'%

%31.92
%33.02
%35.05

CMYK color model

#CCD3E0 color CMYK value is (9,6,0,12).

  • cyan value is 8.93%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (9,6,0,12)
C9M6Y0K12 (9%, 6%, 0%, 12%)
(0.09 / 0.06 / 0.00 / 0.12)

CMYK percentages

%8.93
%5.8
%0
%12.16

Codes

Color #CCD3E0 in popluar color models

CC D3 E0
RGB 204 211 224
HSL 219° 24.39% 83.92%
HSB/HSV 219° 8.93% 87.84%
CMYK 8.93% 5.80% 0.00%
12.16%

Color #CCD3E0 in popluar number systems.

HEX CC D3 E0
Decimal 204 211 224
Binary 11001100 11010011 11100000
Octal 314 323 340

Shades and tints

Shades of #CCD3E0

#CCD3E0
(204,211,224)
#BAC0CC
(186,192,204)
#A8ADB8
(168,173,184)
#969AA4
(150,154,164)
#848790
(132,135,144)
#72747C
(114,116,124)
#606168
(96,97,104)
#4E4E54
(78,78,84)
#3C3B40
(60,59,64)
#2A282C
(42,40,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCD3E0

#CCD3E0
(204,211,224)
#D0D7E2
(208,215,226)
#D4DBE4
(212,219,228)
#D8DFE6
(216,223,230)
#DCE3E8
(220,227,232)
#E0E7EA
(224,231,234)
#E4EBEC
(228,235,236)
#E8EFEE
(232,239,238)
#ECF3F0
(236,243,240)
#F0F7F2
(240,247,242)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD3E0 color. Also use rgb(204,211,224) instead hex code.

Text Font Color

.myTextColor { color: #CCD3E0; }

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

This text font color is #CCD3E0.

Background Color

.myBgColor { background-color: #CCD3E0; }

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

This div background color is #CCD3E0.

Border color

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

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

This div border color is #CCD3E0.

Opacity

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

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

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

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

This text has shadow with #CCD3E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD3E0.

Preview

Color preview on black background

This text has color #CCD3E0 on black background.


Color preview on white background

This text has color #CCD3E0 on white background.


Black color preview on #CCD3E0 background

This text has black color on #CCD3E0 background.


White color preview on #CCD3E0 background

This text has white color on #CCD3E0 background.


Related colors

Complementary color

Complementary color for #hex is #332C1F.


I love getcolorcode.com

Triadic colors

1 #E0CCD3 and #D3E0CC with #CCD3E0 are triadic colors.

2 #E0D3CC and #D3CCE0 with #CCD3E0 are triadic colors.