COLOR #CCE7F7

HEX: #CCE7F7 RGB: (204,231,247)

Color info

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

RGB color model

#CCE7F7 color RGB value is (204,231,247).

RGB: (204,231,247) (80%, 91%, 97%)

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 247 of 255 = 97%

204
231
247

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

Portions of RGB colors in percentages

R + G + B = 204 + 231 + 247 = 682 (100%)
R 204 of 682 ~ 29.91%
G 231 of 682 ~ 33.87%
B 247 of 682 ~ 36.22'%

%29.91
%33.87
%36.22

CMYK color model

#CCE7F7 color CMYK value is (17,6,0,3).

  • cyan value is 17.41%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (17,6,0,3)
C17M6Y0K3 (17%, 6%, 0%, 3%)
(0.17 / 0.06 / 0.00 / 0.03)

CMYK percentages

%17.41
%6.48
%0
%3.14

Codes

Color #CCE7F7 in popluar color models

CC E7 F7
RGB 204 231 247
HSL 202° 72.88% 88.43%
HSB/HSV 202° 17.41% 96.86%
CMYK 17.41% 6.48% 0.00%
3.14%

Color #CCE7F7 in popluar number systems.

HEX CC E7 F7
Decimal 204 231 247
Binary 11001100 11100111 11110111
Octal 314 347 367

Shades and tints

Shades of #CCE7F7

#CCE7F7
(204,231,247)
#BAD2E1
(186,210,225)
#A8BDCB
(168,189,203)
#96A8B5
(150,168,181)
#84939F
(132,147,159)
#727E89
(114,126,137)
#606973
(96,105,115)
#4E545D
(78,84,93)
#3C3F47
(60,63,71)
#2A2A31
(42,42,49)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CCE7F7

#CCE7F7
(204,231,247)
#D0E9F7
(208,233,247)
#D4EBF7
(212,235,247)
#D8EDF7
(216,237,247)
#DCEFF7
(220,239,247)
#E0F1F7
(224,241,247)
#E4F3F7
(228,243,247)
#E8F5F7
(232,245,247)
#ECF7F7
(236,247,247)
#F0F9F7
(240,249,247)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE7F7; }

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

This text font color is #CCE7F7.

Background Color

.myBgColor { background-color: #CCE7F7; }

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

This div background color is #CCE7F7.

Border color

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

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

This div border color is #CCE7F7.

Opacity

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

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

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

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

This text has shadow with #CCE7F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE7F7.

Preview

Color preview on black background

This text has color #CCE7F7 on black background.


Color preview on white background

This text has color #CCE7F7 on white background.


Black color preview on #CCE7F7 background

This text has black color on #CCE7F7 background.


White color preview on #CCE7F7 background

This text has white color on #CCE7F7 background.


Related colors

Complementary color

Complementary color for #hex is #331808.


I love getcolorcode.com

Triadic colors

1 #F7CCE7 and #E7F7CC with #CCE7F7 are triadic colors.

2 #F7E7CC and #E7CCF7 with #CCE7F7 are triadic colors.