COLOR #CCEAFC

HEX: #CCEAFC
RGB: (204,234,252)

Color info

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

RGB color model

#CCEAFC color RGB value is (204,234,252).

  • red value is 204;
  • green value is 234;
  • blue value is 252.
RGB:
(204,234,252)
(80%,92%,99%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 252 of 255 = 99%

204
234
252

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 252 = 690 (100%)
R 204 of 690 ~ 29.57%
G 234 of 690 ~ 33.91%
B 252 of 690 ~ 36.52%

%29.57
%33.91
%36.52

CMYK color model

#CCEAFC color CMYK value is (19,7,0,1).

  • cyan value is 19.05%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(19,7,0,1)
C19M7Y0K1 
(19%,7%,0%,1%)
(0.19/0.07/0.00/0.01)	

CMYK percentages

%19.05
%7.14
%0
%1.18

Codes

Color #CCEAFC in popluar color models

CCEAFC
RGB204234252
HSL203°88.89%89.41%
HSB/HSV203°19.05%98.82%
CMYK19.05%7.14%0.00%
1.18%

Color #CCEAFC in popluar number systems.

HEXCCEAFC
Decimal204234252
Binary110011001110101011111100
Octal314352374

Shades and tints

Shades of #CCEAFC

#CCEAFC
(204,234,252)
#BAD5E6
(186,213,230)
#A8C0D0
(168,192,208)
#96ABBA
(150,171,186)
#8496A4
(132,150,164)
#72818E
(114,129,142)
#606C78
(96,108,120)
#4E5762
(78,87,98)
#3C424C
(60,66,76)
#2A2D36
(42,45,54)
#181820
(24,24,32)
#000000
(0,0,0)

Tints of #CCEAFC

#CCEAFC
(204,234,252)
#D0EBFC
(208,235,252)
#D4ECFC
(212,236,252)
#D8EDFC
(216,237,252)
#DCEEFC
(220,238,252)
#E0EFFC
(224,239,252)
#E4F0FC
(228,240,252)
#E8F1FC
(232,241,252)
#ECF2FC
(236,242,252)
#F0F3FC
(240,243,252)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEAFC color. Also use rgb(204,234,252) instead hex code.

Text Font Color

.myTextColor { color: #CCEAFC; }

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

This text font color is #CCEAFC.


Background Color

.myBgColor { background-color: #CCEAFC; }

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

This div background color is #CCEAFC.


Border color

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

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

This div border color is #CCEAFC.


Opacity

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

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

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

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

This text has shadow with #CCEAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAFC on black background.


Color preview on white background

This text has color #CCEAFC on white background.



Black color preview on #CCEAFC background

This text has black color on #CCEAFC background.


White color preview on #CCEAFC background

This text has white color on #CCEAFC background.