COLOR #CCE9F1

HEX: #CCE9F1
RGB: (204,233,241)

Color info

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

RGB color model

#CCE9F1 color RGB value is (204,233,241).

  • red value is 204;
  • green value is 233;
  • blue value is 241.
RGB:
(204,233,241)
(80%,91%,95%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 241 of 255 = 95%

204
233
241

R + G + B ~ 89%. #CCE9F1 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 241 = 678 (100%)
R 204 of 678 ~ 30.09%
G 233 of 678 ~ 34.37%
B 241 of 678 ~ 35.55%

%30.09
%34.37
%35.55

CMYK color model

#CCE9F1 color CMYK value is (15,3,0,5).

  • cyan value is 15.35%
  • magenta value is 3.32%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(15,3,0,5)
C15M3Y0K5 
(15%,3%,0%,5%)
(0.15/0.03/0.00/0.05)	

CMYK percentages

%15.35
%3.32
%0
%5.49

Codes

Color #CCE9F1 in popluar color models

CCE9F1
RGB204233241
HSL193°56.92%87.25%
HSB/HSV193°15.35%94.51%
CMYK15.35%3.32%0.00%
5.49%

Color #CCE9F1 in popluar number systems.

HEXCCE9F1
Decimal204233241
Binary110011001110100111110001
Octal314351361

Shades and tints

Shades of #CCE9F1

#CCE9F1
(204,233,241)
#BAD4DC
(186,212,220)
#A8BFC7
(168,191,199)
#96AAB2
(150,170,178)
#84959D
(132,149,157)
#728088
(114,128,136)
#606B73
(96,107,115)
#4E565E
(78,86,94)
#3C4149
(60,65,73)
#2A2C34
(42,44,52)
#18171F
(24,23,31)
#000000
(0,0,0)

Tints of #CCE9F1

#CCE9F1
(204,233,241)
#D0EBF2
(208,235,242)
#D4EDF3
(212,237,243)
#D8EFF4
(216,239,244)
#DCF1F5
(220,241,245)
#E0F3F6
(224,243,246)
#E4F5F7
(228,245,247)
#E8F7F8
(232,247,248)
#ECF9F9
(236,249,249)
#F0FBFA
(240,251,250)
#F4FDFB
(244,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE9F1 color. Also use rgb(204,233,241) instead hex code.

Text Font Color

.myTextColor { color: #CCE9F1; }

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

This text font color is #CCE9F1.


Background Color

.myBgColor { background-color: #CCE9F1; }

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

This div background color is #CCE9F1.


Border color

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

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

This div border color is #CCE9F1.


Opacity

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

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

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

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

This text has shadow with #CCE9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE9F1 on black background.


Color preview on white background

This text has color #CCE9F1 on white background.



Black color preview on #CCE9F1 background

This text has black color on #CCE9F1 background.


White color preview on #CCE9F1 background

This text has white color on #CCE9F1 background.