COLOR #CCD7E1

HEX: #CCD7E1 RGB: (204,215,225)

Color info

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

RGB color model

#CCD7E1 color RGB value is (204,215,225).

RGB: (204,215,225) (80%, 84%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 215 of 255 = 84%
B 225 of 255 = 88%

204
215
225

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

Portions of RGB colors in percentages

R + G + B = 204 + 215 + 225 = 644 (100%)
R 204 of 644 ~ 31.68%
G 215 of 644 ~ 33.39%
B 225 of 644 ~ 34.94'%

%31.68
%33.39
%34.94

CMYK color model

#CCD7E1 color CMYK value is (9,4,0,12).

  • cyan value is 9.33%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (9,4,0,12)
C9M4Y0K12 (9%, 4%, 0%, 12%)
(0.09 / 0.04 / 0.00 / 0.12)

CMYK percentages

%9.33
%4.44
%0
%11.76

Codes

Color #CCD7E1 in popluar color models

CC D7 E1
RGB 204 215 225
HSL 209° 25.93% 84.12%
HSB/HSV 209° 9.33% 88.24%
CMYK 9.33% 4.44% 0.00%
11.76%

Color #CCD7E1 in popluar number systems.

HEX CC D7 E1
Decimal 204 215 225
Binary 11001100 11010111 11100001
Octal 314 327 341

Shades and tints

Shades of #CCD7E1

#CCD7E1
(204,215,225)
#BAC4CD
(186,196,205)
#A8B1B9
(168,177,185)
#969EA5
(150,158,165)
#848B91
(132,139,145)
#72787D
(114,120,125)
#606569
(96,101,105)
#4E5255
(78,82,85)
#3C3F41
(60,63,65)
#2A2C2D
(42,44,45)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCD7E1

#CCD7E1
(204,215,225)
#D0DAE3
(208,218,227)
#D4DDE5
(212,221,229)
#D8E0E7
(216,224,231)
#DCE3E9
(220,227,233)
#E0E6EB
(224,230,235)
#E4E9ED
(228,233,237)
#E8ECEF
(232,236,239)
#ECEFF1
(236,239,241)
#F0F2F3
(240,242,243)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD7E1; }

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

This text font color is #CCD7E1.

Background Color

.myBgColor { background-color: #CCD7E1; }

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

This div background color is #CCD7E1.

Border color

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

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

This div border color is #CCD7E1.

Opacity

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

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

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

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

This text has shadow with #CCD7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD7E1.

Preview

Color preview on black background

This text has color #CCD7E1 on black background.


Color preview on white background

This text has color #CCD7E1 on white background.


Black color preview on #CCD7E1 background

This text has black color on #CCD7E1 background.


White color preview on #CCD7E1 background

This text has white color on #CCD7E1 background.


Related colors

Complementary color

Complementary color for #hex is #33281E.


I love getcolorcode.com

Triadic colors

1 #E1CCD7 and #D7E1CC with #CCD7E1 are triadic colors.

2 #E1D7CC and #D7CCE1 with #CCD7E1 are triadic colors.