COLOR #CCEFEE

HEX: #CCEFEE
RGB: (204,239,238)

Color info

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

RGB color model

#CCEFEE color RGB value is (204,239,238).

  • red value is 204;
  • green value is 239;
  • blue value is 238.
RGB:
(204,239,238)
(80%,94%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 238 of 255 = 93%

204
239
238

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

Portions of RGB colors in percentages

R + G + B =
204 + 239 + 238 = 681 (100%)
R 204 of 681 ~ 29.96%
G 239 of 681 ~ 35.1%
B 238 of 681 ~ 34.95%

%29.96
%35.1
%34.95

CMYK color model

#CCEFEE color CMYK value is (15,0,0,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(15,0,0,6)
C15M0Y0K6 
(15%,0%,0%,6%)
(0.15/0.00/0.00/0.06)	

CMYK percentages

%14.64
%0
%0.42
%6.27

Codes

Color #CCEFEE in popluar color models

CCEFEE
RGB204239238
HSL178°52.24%86.86%
HSB/HSV178°14.64%93.73%
CMYK14.64%0.00%0.42%
6.27%

Color #CCEFEE in popluar number systems.

HEXCCEFEE
Decimal204239238
Binary110011001110111111101110
Octal314357356

Shades and tints

Shades of #CCEFEE

#CCEFEE
(204,239,238)
#BADAD9
(186,218,217)
#A8C5C4
(168,197,196)
#96B0AF
(150,176,175)
#849B9A
(132,155,154)
#728685
(114,134,133)
#607170
(96,113,112)
#4E5C5B
(78,92,91)
#3C4746
(60,71,70)
#2A3231
(42,50,49)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #CCEFEE

#CCEFEE
(204,239,238)
#D0F0EF
(208,240,239)
#D4F1F0
(212,241,240)
#D8F2F1
(216,242,241)
#DCF3F2
(220,243,242)
#E0F4F3
(224,244,243)
#E4F5F4
(228,245,244)
#E8F6F5
(232,246,245)
#ECF7F6
(236,247,246)
#F0F8F7
(240,248,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEFEE; }

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

This text font color is #CCEFEE.


Background Color

.myBgColor { background-color: #CCEFEE; }

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

This div background color is #CCEFEE.


Border color

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

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

This div border color is #CCEFEE.


Opacity

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

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

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

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

This text has shadow with #CCEFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEFEE on black background.


Color preview on white background

This text has color #CCEFEE on white background.



Black color preview on #CCEFEE background

This text has black color on #CCEFEE background.


White color preview on #CCEFEE background

This text has white color on #CCEFEE background.