COLOR #CCE8EB

HEX: #CCE8EB
RGB: (204,232,235)

Color info

#CCE8EB contains red, green and blue colors in about the same proportion. Web safe color of #CCE8EB is #CCFFFF (or #CFF).

RGB color model

#CCE8EB color RGB value is (204,232,235).

  • red value is 204;
  • green value is 232;
  • blue value is 235.
RGB:
(204,232,235)
(80%,91%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 232 of 255 = 91%
B 235 of 255 = 92%

204
232
235

R + G + B ~ 88%. #CCE8EB is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 232 + 235 = 671 (100%)
R 204 of 671 ~ 30.4%
G 232 of 671 ~ 34.58%
B 235 of 671 ~ 35.02%

%30.4
%34.58
%35.02

CMYK color model

#CCE8EB color CMYK value is (13,1,0,8).

  • cyan value is 13.19%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,1,0,8)
C13M1Y0K8 
(13%,1%,0%,8%)
(0.13/0.01/0.00/0.08)	

CMYK percentages

%13.19
%1.28
%0
%7.84

Codes

Color #CCE8EB in popluar color models

CCE8EB
RGB204232235
HSL186°43.66%86.08%
HSB/HSV186°13.19%92.16%
CMYK13.19%1.28%0.00%
7.84%

Color #CCE8EB in popluar number systems.

HEXCCE8EB
Decimal204232235
Binary110011001110100011101011
Octal314350353

Shades and tints

Shades of #CCE8EB

#CCE8EB
(204,232,235)
#BAD3D6
(186,211,214)
#A8BEC1
(168,190,193)
#96A9AC
(150,169,172)
#849497
(132,148,151)
#727F82
(114,127,130)
#606A6D
(96,106,109)
#4E5558
(78,85,88)
#3C4043
(60,64,67)
#2A2B2E
(42,43,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCE8EB

#CCE8EB
(204,232,235)
#D0EAEC
(208,234,236)
#D4ECED
(212,236,237)
#D8EEEE
(216,238,238)
#DCF0EF
(220,240,239)
#E0F2F0
(224,242,240)
#E4F4F1
(228,244,241)
#E8F6F2
(232,246,242)
#ECF8F3
(236,248,243)
#F0FAF4
(240,250,244)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE8EB color. Also use rgb(204,232,235) instead hex code.

Text Font Color

.myTextColor { color: #CCE8EB; }

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

This text font color is #CCE8EB.


Background Color

.myBgColor { background-color: #CCE8EB; }

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

This div background color is #CCE8EB.


Border color

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

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

This div border color is #CCE8EB.


Opacity

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

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

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

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

This text has shadow with #CCE8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE8EB on black background.


Color preview on white background

This text has color #CCE8EB on white background.



Black color preview on #CCE8EB background

This text has black color on #CCE8EB background.


White color preview on #CCE8EB background

This text has white color on #CCE8EB background.