COLOR #CCF4F7

HEX: #CCF4F7 RGB: (204,244,247)

Color info

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

RGB color model

#CCF4F7 color RGB value is (204,244,247).

RGB: (204,244,247) (80%, 96%, 97%)

RGB channels and saturation

R 204 of 255 = 80%
G 244 of 255 = 96%
B 247 of 255 = 97%

204
244
247

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

Portions of RGB colors in percentages

R + G + B = 204 + 244 + 247 = 695 (100%)
R 204 of 695 ~ 29.35%
G 244 of 695 ~ 35.11%
B 247 of 695 ~ 35.54'%

%29.35
%35.11
%35.54

CMYK color model

#CCF4F7 color CMYK value is (17,1,0,3).

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

CMYK: (17,1,0,3)
C17M1Y0K3 (17%, 1%, 0%, 3%)
(0.17 / 0.01 / 0.00 / 0.03)

CMYK percentages

%17.41
%1.21
%0
%3.14

Codes

Color #CCF4F7 in popluar color models

CC F4 F7
RGB 204 244 247
HSL 184° 72.88% 88.43%
HSB/HSV 184° 17.41% 96.86%
CMYK 17.41% 1.21% 0.00%
3.14%

Color #CCF4F7 in popluar number systems.

HEX CC F4 F7
Decimal 204 244 247
Binary 11001100 11110100 11110111
Octal 314 364 367

Shades and tints

Shades of #CCF4F7

#CCF4F7
(204,244,247)
#BADEE1
(186,222,225)
#A8C8CB
(168,200,203)
#96B2B5
(150,178,181)
#849C9F
(132,156,159)
#728689
(114,134,137)
#607073
(96,112,115)
#4E5A5D
(78,90,93)
#3C4447
(60,68,71)
#2A2E31
(42,46,49)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCF4F7

#CCF4F7
(204,244,247)
#D0F5F7
(208,245,247)
#D4F6F7
(212,246,247)
#D8F7F7
(216,247,247)
#DCF8F7
(220,248,247)
#E0F9F7
(224,249,247)
#E4FAF7
(228,250,247)
#E8FBF7
(232,251,247)
#ECFCF7
(236,252,247)
#F0FDF7
(240,253,247)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF4F7; }

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

This text font color is #CCF4F7.

Background Color

.myBgColor { background-color: #CCF4F7; }

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

This div background color is #CCF4F7.

Border color

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

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

This div border color is #CCF4F7.

Opacity

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

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

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

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

This text has shadow with #CCF4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF4F7.

Preview

Color preview on black background

This text has color #CCF4F7 on black background.


Color preview on white background

This text has color #CCF4F7 on white background.


Black color preview on #CCF4F7 background

This text has black color on #CCF4F7 background.


White color preview on #CCF4F7 background

This text has white color on #CCF4F7 background.


Related colors

Complementary color

Complementary color for #hex is #330B08.


I love getcolorcode.com

Triadic colors

1 #F7CCF4 and #F4F7CC with #CCF4F7 are triadic colors.

2 #F7F4CC and #F4CCF7 with #CCF4F7 are triadic colors.