COLOR #CCFEEF

HEX: #CCFEEF RGB: (204,254,239)

Color info

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

RGB color model

#CCFEEF color RGB value is (204,254,239).

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

RGB channels and saturation

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

204
254
239

R + G + B ~ 91%. #CCFEEF is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 254 + 239 = 697 (100%)
R 204 of 697 ~ 29.27%
G 254 of 697 ~ 36.44%
B 239 of 697 ~ 34.29'%

%29.27
%36.44
%34.29

CMYK color model

#CCFEEF color CMYK value is (20,0,6,0).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 0.39%
CMYK: (20,0,6,0) C20M0Y6K0 (20%,0%,6%,0%) (0.20/0.00/0.06/0.00) 

CMYK percentages

%19.69
%0
%5.91
%0.39

Codes

Color #CCFEEF in popluar color models

CC FE EF
RGB 204 254 239
HSL 162° 96.15% 89.80%
HSB/HSV 162° 19.69% 99.61%
CMYK 19.69% 0.00% 5.91%
0.39%

Color #CCFEEF in popluar number systems.

HEX CC FE EF
Decimal 204 254 239
Binary 11001100 11111110 11101111
Octal 314 376 357

Shades and tints

Shades of #CCFEEF

#CCFEEF
(204,254,239)
#BAE7DA
(186,231,218)
#A8D0C5
(168,208,197)
#96B9B0
(150,185,176)
#84A29B
(132,162,155)
#728B86
(114,139,134)
#607471
(96,116,113)
#4E5D5C
(78,93,92)
#3C4647
(60,70,71)
#2A2F32
(42,47,50)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #CCFEEF

#CCFEEF
(204,254,239)
#D0FEF0
(208,254,240)
#D4FEF1
(212,254,241)
#D8FEF2
(216,254,242)
#DCFEF3
(220,254,243)
#E0FEF4
(224,254,244)
#E4FEF5
(228,254,245)
#E8FEF6
(232,254,246)
#ECFEF7
(236,254,247)
#F0FEF8
(240,254,248)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFEEF; }

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

This text font color is #CCFEEF.

Background Color

.myBgColor { background-color: #CCFEEF; }

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

This div background color is #CCFEEF.

Border color

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

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

This div border color is #CCFEEF.

Opacity

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

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

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

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

This text has shadow with #CCFEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFEEF.

Preview

Color preview on black background

This text has color #CCFEEF on black background.


Color preview on white background

This text has color #CCFEEF on white background.


Black color preview on #CCFEEF background

This text has black color on #CCFEEF background.


White color preview on #CCFEEF background

This text has white color on #CCFEEF background.


Related colors

Complementary color

Complementary color for #hex is #330110.


I love getcolorcode.com

Triadic colors

1 #EFCCFE and #FEEFCC with #CCFEEF are triadic colors.

2 #EFFECC and #FECCEF with #CCFEEF are triadic colors.