COLOR #CCEFF6

HEX: #CCEFF6 RGB: (204,239,246)

Color info

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

RGB color model

#CCEFF6 color RGB value is (204,239,246).

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

RGB channels and saturation

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

204
239
246

R + G + B ~ 90%. #CCEFF6 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 239 + 246 = 689 (100%)
R 204 of 689 ~ 29.61%
G 239 of 689 ~ 34.69%
B 246 of 689 ~ 35.7'%

%29.61
%34.69
%35.7

CMYK color model

#CCEFF6 color CMYK value is (17,3,0,4).

  • cyan value is 17.07%
  • magenta value is 2.85%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (17,3,0,4)
C17M3Y0K4 (17%, 3%, 0%, 4%)
(0.17 / 0.03 / 0.00 / 0.04)

CMYK percentages

%17.07
%2.85
%0
%3.53

Codes

Color #CCEFF6 in popluar color models

CC EF F6
RGB 204 239 246
HSL 190° 70.00% 88.24%
HSB/HSV 190° 17.07% 96.47%
CMYK 17.07% 2.85% 0.00%
3.53%

Color #CCEFF6 in popluar number systems.

HEX CC EF F6
Decimal 204 239 246
Binary 11001100 11101111 11110110
Octal 314 357 366

Shades and tints

Shades of #CCEFF6

#CCEFF6
(204,239,246)
#BADAE0
(186,218,224)
#A8C5CA
(168,197,202)
#96B0B4
(150,176,180)
#849B9E
(132,155,158)
#728688
(114,134,136)
#607172
(96,113,114)
#4E5C5C
(78,92,92)
#3C4746
(60,71,70)
#2A3230
(42,50,48)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #CCEFF6

#CCEFF6
(204,239,246)
#D0F0F6
(208,240,246)
#D4F1F6
(212,241,246)
#D8F2F6
(216,242,246)
#DCF3F6
(220,243,246)
#E0F4F6
(224,244,246)
#E4F5F6
(228,245,246)
#E8F6F6
(232,246,246)
#ECF7F6
(236,247,246)
#F0F8F6
(240,248,246)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEFF6; }

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

This text font color is #CCEFF6.

Background Color

.myBgColor { background-color: #CCEFF6; }

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

This div background color is #CCEFF6.

Border color

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

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

This div border color is #CCEFF6.

Opacity

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

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

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

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

This text has shadow with #CCEFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEFF6.

Preview

Color preview on black background

This text has color #CCEFF6 on black background.


Color preview on white background

This text has color #CCEFF6 on white background.


Black color preview on #CCEFF6 background

This text has black color on #CCEFF6 background.


White color preview on #CCEFF6 background

This text has white color on #CCEFF6 background.


Related colors

Complementary color

Complementary color for #hex is #331009.


I love getcolorcode.com

Triadic colors

1 #F6CCEF and #EFF6CC with #CCEFF6 are triadic colors.

2 #F6EFCC and #EFCCF6 with #CCEFF6 are triadic colors.