COLOR #CCE9E9

HEX: #CCE9E9 RGB: (204,233,233)

Color info

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

RGB color model

#CCE9E9 color RGB value is (204,233,233).

RGB: (204,233,233) (80%, 91%, 91%)

RGB channels and saturation

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

204
233
233

R + G + B ~ 87%. #CCE9E9 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 233 + 233 = 670 (100%)
R 204 of 670 ~ 30.45%
G 233 of 670 ~ 34.78%
B 233 of 670 ~ 34.78'%

%30.45
%34.78
%34.78

CMYK color model

#CCE9E9 color CMYK value is (12,0,0,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (12,0,0,9)
C12M0Y0K9 (12%, 0%, 0%, 9%)
(0.12 / 0.00 / 0.00 / 0.09)

CMYK percentages

%12.45
%0
%0
%8.63

Codes

Color #CCE9E9 in popluar color models

CC E9 E9
RGB 204 233 233
HSL 180° 39.73% 85.69%
HSB/HSV 180° 12.45% 91.37%
CMYK 12.45% 0.00% 0.00%
8.63%

Color #CCE9E9 in popluar number systems.

HEX CC E9 E9
Decimal 204 233 233
Binary 11001100 11101001 11101001
Octal 314 351 351

Shades and tints

Shades of #CCE9E9

#CCE9E9
(204,233,233)
#BAD4D4
(186,212,212)
#A8BFBF
(168,191,191)
#96AAAA
(150,170,170)
#849595
(132,149,149)
#728080
(114,128,128)
#606B6B
(96,107,107)
#4E5656
(78,86,86)
#3C4141
(60,65,65)
#2A2C2C
(42,44,44)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCE9E9

#CCE9E9
(204,233,233)
#D0EBEB
(208,235,235)
#D4EDED
(212,237,237)
#D8EFEF
(216,239,239)
#DCF1F1
(220,241,241)
#E0F3F3
(224,243,243)
#E4F5F5
(228,245,245)
#E8F7F7
(232,247,247)
#ECF9F9
(236,249,249)
#F0FBFB
(240,251,251)
#F4FDFD
(244,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE9E9; }

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

This text font color is #CCE9E9.

Background Color

.myBgColor { background-color: #CCE9E9; }

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

This div background color is #CCE9E9.

Border color

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

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

This div border color is #CCE9E9.

Opacity

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

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

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

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

This text has shadow with #CCE9E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE9E9.

Preview

Color preview on black background

This text has color #CCE9E9 on black background.


Color preview on white background

This text has color #CCE9E9 on white background.


Black color preview on #CCE9E9 background

This text has black color on #CCE9E9 background.


White color preview on #CCE9E9 background

This text has white color on #CCE9E9 background.


Related colors

Complementary color

Complementary color for #hex is #331616.


I love getcolorcode.com