COLOR #CCEAE7

HEX: #CCEAE7
RGB: (204,234,231)

Color info

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

RGB color model

#CCEAE7 color RGB value is (204,234,231).

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

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 231 of 255 = 91%

204
234
231

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 231 = 669 (100%)
R 204 of 669 ~ 30.49%
G 234 of 669 ~ 34.98%
B 231 of 669 ~ 34.53%

%30.49
%34.98
%34.53

CMYK color model

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

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

CMYK percentages

%12.82
%0
%1.28
%8.24

Codes

Color #CCEAE7 in popluar color models

CCEAE7
RGB204234231
HSL174°41.67%85.88%
HSB/HSV174°12.82%91.76%
CMYK12.82%0.00%1.28%
8.24%

Color #CCEAE7 in popluar number systems.

HEXCCEAE7
Decimal204234231
Binary110011001110101011100111
Octal314352347

Shades and tints

Shades of #CCEAE7

#CCEAE7
(204,234,231)
#BAD5D2
(186,213,210)
#A8C0BD
(168,192,189)
#96ABA8
(150,171,168)
#849693
(132,150,147)
#72817E
(114,129,126)
#606C69
(96,108,105)
#4E5754
(78,87,84)
#3C423F
(60,66,63)
#2A2D2A
(42,45,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCEAE7

#CCEAE7
(204,234,231)
#D0EBE9
(208,235,233)
#D4ECEB
(212,236,235)
#D8EDED
(216,237,237)
#DCEEEF
(220,238,239)
#E0EFF1
(224,239,241)
#E4F0F3
(228,240,243)
#E8F1F5
(232,241,245)
#ECF2F7
(236,242,247)
#F0F3F9
(240,243,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAE7; }

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

This text font color is #CCEAE7.


Background Color

.myBgColor { background-color: #CCEAE7; }

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

This div background color is #CCEAE7.


Border color

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

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

This div border color is #CCEAE7.


Opacity

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

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

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

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

This text has shadow with #CCEAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAE7 on black background.


Color preview on white background

This text has color #CCEAE7 on white background.



Black color preview on #CCEAE7 background

This text has black color on #CCEAE7 background.


White color preview on #CCEAE7 background

This text has white color on #CCEAE7 background.