COLOR #CCE7FA

HEX: #CCE7FA
RGB: (204,231,250)

Color info

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

RGB color model

#CCE7FA color RGB value is (204,231,250).

  • red value is 204;
  • green value is 231;
  • blue value is 250.
RGB:
(204,231,250)
(80%,91%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 250 of 255 = 98%

204
231
250

R + G + B ~ 90%. #CCE7FA is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 231 + 250 = 685 (100%)
R 204 of 685 ~ 29.78%
G 231 of 685 ~ 33.72%
B 250 of 685 ~ 36.5%

%29.78
%33.72
%36.5

CMYK color model

#CCE7FA color CMYK value is (18,8,0,2).

  • cyan value is 18.40%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,8,0,2)
C18M8Y0K2 
(18%,8%,0%,2%)
(0.18/0.08/0.00/0.02)	

CMYK percentages

%18.4
%7.6
%0
%1.96

Codes

Color #CCE7FA in popluar color models

CCE7FA
RGB204231250
HSL205°82.14%89.02%
HSB/HSV205°18.40%98.04%
CMYK18.40%7.60%0.00%
1.96%

Color #CCE7FA in popluar number systems.

HEXCCE7FA
Decimal204231250
Binary110011001110011111111010
Octal314347372

Shades and tints

Shades of #CCE7FA

#CCE7FA
(204,231,250)
#BAD2E4
(186,210,228)
#A8BDCE
(168,189,206)
#96A8B8
(150,168,184)
#8493A2
(132,147,162)
#727E8C
(114,126,140)
#606976
(96,105,118)
#4E5460
(78,84,96)
#3C3F4A
(60,63,74)
#2A2A34
(42,42,52)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #CCE7FA

#CCE7FA
(204,231,250)
#D0E9FA
(208,233,250)
#D4EBFA
(212,235,250)
#D8EDFA
(216,237,250)
#DCEFFA
(220,239,250)
#E0F1FA
(224,241,250)
#E4F3FA
(228,243,250)
#E8F5FA
(232,245,250)
#ECF7FA
(236,247,250)
#F0F9FA
(240,249,250)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE7FA color. Also use rgb(204,231,250) instead hex code.

Text Font Color

.myTextColor { color: #CCE7FA; }

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

This text font color is #CCE7FA.


Background Color

.myBgColor { background-color: #CCE7FA; }

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

This div background color is #CCE7FA.


Border color

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

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

This div border color is #CCE7FA.


Opacity

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

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

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

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

This text has shadow with #CCE7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE7FA on black background.


Color preview on white background

This text has color #CCE7FA on white background.



Black color preview on #CCE7FA background

This text has black color on #CCE7FA background.


White color preview on #CCE7FA background

This text has white color on #CCE7FA background.