COLOR #CCD9E3

HEX: #CCD9E3
RGB: (204,217,227)

Color info

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

RGB color model

#CCD9E3 color RGB value is (204,217,227).

  • red value is 204;
  • green value is 217;
  • blue value is 227.
RGB:
(204,217,227)
(80%,85%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 227 of 255 = 89%

204
217
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 217 + 227 = 648 (100%)
R 204 of 648 ~ 31.48%
G 217 of 648 ~ 33.49%
B 227 of 648 ~ 35.03%

%31.48
%33.49
%35.03

CMYK color model

#CCD9E3 color CMYK value is (10,4,0,11).

  • cyan value is 10.13%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(10,4,0,11)
C10M4Y0K11 
(10%,4%,0%,11%)
(0.10/0.04/0.00/0.11)	

CMYK percentages

%10.13
%4.41
%0
%10.98

Codes

Color #CCD9E3 in popluar color models

CCD9E3
RGB204217227
HSL206°29.11%84.51%
HSB/HSV206°10.13%89.02%
CMYK10.13%4.41%0.00%
10.98%

Color #CCD9E3 in popluar number systems.

HEXCCD9E3
Decimal204217227
Binary110011001101100111100011
Octal314331343

Shades and tints

Shades of #CCD9E3

#CCD9E3
(204,217,227)
#BAC6CF
(186,198,207)
#A8B3BB
(168,179,187)
#96A0A7
(150,160,167)
#848D93
(132,141,147)
#727A7F
(114,122,127)
#60676B
(96,103,107)
#4E5457
(78,84,87)
#3C4143
(60,65,67)
#2A2E2F
(42,46,47)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #CCD9E3

#CCD9E3
(204,217,227)
#D0DCE5
(208,220,229)
#D4DFE7
(212,223,231)
#D8E2E9
(216,226,233)
#DCE5EB
(220,229,235)
#E0E8ED
(224,232,237)
#E4EBEF
(228,235,239)
#E8EEF1
(232,238,241)
#ECF1F3
(236,241,243)
#F0F4F5
(240,244,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD9E3 color. Also use rgb(204,217,227) instead hex code.

Text Font Color

.myTextColor { color: #CCD9E3; }

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

This text font color is #CCD9E3.


Background Color

.myBgColor { background-color: #CCD9E3; }

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

This div background color is #CCD9E3.


Border color

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

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

This div border color is #CCD9E3.


Opacity

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

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

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

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

This text has shadow with #CCD9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD9E3 on black background.


Color preview on white background

This text has color #CCD9E3 on white background.



Black color preview on #CCD9E3 background

This text has black color on #CCD9E3 background.


White color preview on #CCD9E3 background

This text has white color on #CCD9E3 background.