COLOR #CCD6E3

HEX: #CCD6E3
RGB: (204,214,227)

Color info

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

RGB color model

#CCD6E3 color RGB value is (204,214,227).

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

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 227 of 255 = 89%

204
214
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 227 = 645 (100%)
R 204 of 645 ~ 31.63%
G 214 of 645 ~ 33.18%
B 227 of 645 ~ 35.19%

%31.63
%33.18
%35.19

CMYK color model

#CCD6E3 color CMYK value is (10,6,0,11).

  • cyan value is 10.13%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(10,6,0,11)
C10M6Y0K11 
(10%,6%,0%,11%)
(0.10/0.06/0.00/0.11)	

CMYK percentages

%10.13
%5.73
%0
%10.98

Codes

Color #CCD6E3 in popluar color models

CCD6E3
RGB204214227
HSL214°29.11%84.51%
HSB/HSV214°10.13%89.02%
CMYK10.13%5.73%0.00%
10.98%

Color #CCD6E3 in popluar number systems.

HEXCCD6E3
Decimal204214227
Binary110011001101011011100011
Octal314326343

Shades and tints

Shades of #CCD6E3

#CCD6E3
(204,214,227)
#BAC3CF
(186,195,207)
#A8B0BB
(168,176,187)
#969DA7
(150,157,167)
#848A93
(132,138,147)
#72777F
(114,119,127)
#60646B
(96,100,107)
#4E5157
(78,81,87)
#3C3E43
(60,62,67)
#2A2B2F
(42,43,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCD6E3

#CCD6E3
(204,214,227)
#D0D9E5
(208,217,229)
#D4DCE7
(212,220,231)
#D8DFE9
(216,223,233)
#DCE2EB
(220,226,235)
#E0E5ED
(224,229,237)
#E4E8EF
(228,232,239)
#E8EBF1
(232,235,241)
#ECEEF3
(236,238,243)
#F0F1F5
(240,241,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6E3; }

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

This text font color is #CCD6E3.


Background Color

.myBgColor { background-color: #CCD6E3; }

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

This div background color is #CCD6E3.


Border color

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

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

This div border color is #CCD6E3.


Opacity

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

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

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

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

This text has shadow with #CCD6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6E3 on black background.


Color preview on white background

This text has color #CCD6E3 on white background.



Black color preview on #CCD6E3 background

This text has black color on #CCD6E3 background.


White color preview on #CCD6E3 background

This text has white color on #CCD6E3 background.