COLOR #CCEFEF

HEX: #CCEFEF RGB: (204,239,239)

Color info

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

RGB color model

#CCEFEF color RGB value is (204,239,239).

RGB: (204,239,239) (80%, 94%, 94%)

RGB channels and saturation

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

204
239
239

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

Portions of RGB colors in percentages

R + G + B = 204 + 239 + 239 = 682 (100%)
R 204 of 682 ~ 29.91%
G 239 of 682 ~ 35.04%
B 239 of 682 ~ 35.04'%

%29.91
%35.04
%35.04

CMYK color model

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

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • 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
%6.27

Codes

Color #CCEFEF in popluar color models

CC EF EF
RGB 204 239 239
HSL 180° 52.24% 86.86%
HSB/HSV 180° 14.64% 93.73%
CMYK 14.64% 0.00% 0.00%
6.27%

Color #CCEFEF in popluar number systems.

HEX CC EF EF
Decimal 204 239 239
Binary 11001100 11101111 11101111
Octal 314 357 357

Shades and tints

Shades of #CCEFEF

#CCEFEF
(204,239,239)
#BADADA
(186,218,218)
#A8C5C5
(168,197,197)
#96B0B0
(150,176,176)
#849B9B
(132,155,155)
#728686
(114,134,134)
#607171
(96,113,113)
#4E5C5C
(78,92,92)
#3C4747
(60,71,71)
#2A3232
(42,50,50)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #CCEFEF

#CCEFEF
(204,239,239)
#D0F0F0
(208,240,240)
#D4F1F1
(212,241,241)
#D8F2F2
(216,242,242)
#DCF3F3
(220,243,243)
#E0F4F4
(224,244,244)
#E4F5F5
(228,245,245)
#E8F6F6
(232,246,246)
#ECF7F7
(236,247,247)
#F0F8F8
(240,248,248)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEFEF; }

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

This text font color is #CCEFEF.

Background Color

.myBgColor { background-color: #CCEFEF; }

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

This div background color is #CCEFEF.

Border color

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

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

This div border color is #CCEFEF.

Opacity

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

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

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

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

This text has shadow with #CCEFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEFEF.

Preview

Color preview on black background

This text has color #CCEFEF on black background.


Color preview on white background

This text has color #CCEFEF on white background.


Black color preview on #CCEFEF background

This text has black color on #CCEFEF background.


White color preview on #CCEFEF background

This text has white color on #CCEFEF background.


Related colors

Complementary color

Complementary color for #hex is #331010.


I love getcolorcode.com