COLOR #CCE0E3

HEX: #CCE0E3
RGB: (204,224,227)

Color info

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

RGB color model

#CCE0E3 color RGB value is (204,224,227).

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

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 227 of 255 = 89%

204
224
227

R + G + B ~ 86%. #CCE0E3 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 224 + 227 = 655 (100%)
R 204 of 655 ~ 31.15%
G 224 of 655 ~ 34.2%
B 227 of 655 ~ 34.66%

%31.15
%34.2
%34.66

CMYK color model

#CCE0E3 color CMYK value is (10,1,0,11).

  • cyan value is 10.13%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(10,1,0,11)
C10M1Y0K11 
(10%,1%,0%,11%)
(0.10/0.01/0.00/0.11)	

CMYK percentages

%10.13
%1.32
%0
%10.98

Codes

Color #CCE0E3 in popluar color models

CCE0E3
RGB204224227
HSL188°29.11%84.51%
HSB/HSV188°10.13%89.02%
CMYK10.13%1.32%0.00%
10.98%

Color #CCE0E3 in popluar number systems.

HEXCCE0E3
Decimal204224227
Binary110011001110000011100011
Octal314340343

Shades and tints

Shades of #CCE0E3

#CCE0E3
(204,224,227)
#BACCCF
(186,204,207)
#A8B8BB
(168,184,187)
#96A4A7
(150,164,167)
#849093
(132,144,147)
#727C7F
(114,124,127)
#60686B
(96,104,107)
#4E5457
(78,84,87)
#3C4043
(60,64,67)
#2A2C2F
(42,44,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCE0E3

#CCE0E3
(204,224,227)
#D0E2E5
(208,226,229)
#D4E4E7
(212,228,231)
#D8E6E9
(216,230,233)
#DCE8EB
(220,232,235)
#E0EAED
(224,234,237)
#E4ECEF
(228,236,239)
#E8EEF1
(232,238,241)
#ECF0F3
(236,240,243)
#F0F2F5
(240,242,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0E3; }

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

This text font color is #CCE0E3.


Background Color

.myBgColor { background-color: #CCE0E3; }

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

This div background color is #CCE0E3.


Border color

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

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

This div border color is #CCE0E3.


Opacity

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

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

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

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

This text has shadow with #CCE0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE0E3 on black background.


Color preview on white background

This text has color #CCE0E3 on white background.



Black color preview on #CCE0E3 background

This text has black color on #CCE0E3 background.


White color preview on #CCE0E3 background

This text has white color on #CCE0E3 background.