COLOR #CCE2D6

HEX: #CCE2D6
RGB: (204,226,214)

Color info

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

RGB color model

#CCE2D6 color RGB value is (204,226,214).

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

RGB channels and saturation

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

204
226
214

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 214 = 644 (100%)
R 204 of 644 ~ 31.68%
G 226 of 644 ~ 35.09%
B 214 of 644 ~ 33.23%

%31.68
%35.09
%33.23

CMYK color model

#CCE2D6 color CMYK value is (10,0,5,11).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(10,0,5,11)
C10M0Y5K11 
(10%,0%,5%,11%)
(0.10/0.00/0.05/0.11)	

CMYK percentages

%9.73
%0
%5.31
%11.37

Codes

Color #CCE2D6 in popluar color models

CCE2D6
RGB204226214
HSL147°27.50%84.31%
HSB/HSV147°9.73%88.63%
CMYK9.73%0.00%5.31%
11.37%

Color #CCE2D6 in popluar number systems.

HEXCCE2D6
Decimal204226214
Binary110011001110001011010110
Octal314342326

Shades and tints

Shades of #CCE2D6

#CCE2D6
(204,226,214)
#BACEC3
(186,206,195)
#A8BAB0
(168,186,176)
#96A69D
(150,166,157)
#84928A
(132,146,138)
#727E77
(114,126,119)
#606A64
(96,106,100)
#4E5651
(78,86,81)
#3C423E
(60,66,62)
#2A2E2B
(42,46,43)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCE2D6

#CCE2D6
(204,226,214)
#D0E4D9
(208,228,217)
#D4E6DC
(212,230,220)
#D8E8DF
(216,232,223)
#DCEAE2
(220,234,226)
#E0ECE5
(224,236,229)
#E4EEE8
(228,238,232)
#E8F0EB
(232,240,235)
#ECF2EE
(236,242,238)
#F0F4F1
(240,244,241)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE2D6; }

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

This text font color is #CCE2D6.


Background Color

.myBgColor { background-color: #CCE2D6; }

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

This div background color is #CCE2D6.


Border color

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

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

This div border color is #CCE2D6.


Opacity

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

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

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

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

This text has shadow with #CCE2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2D6 on black background.


Color preview on white background

This text has color #CCE2D6 on white background.



Black color preview on #CCE2D6 background

This text has black color on #CCE2D6 background.


White color preview on #CCE2D6 background

This text has white color on #CCE2D6 background.