COLOR #CCF8D0

HEX: #CCF8D0 RGB: (204,248,208)

Color info

#CCF8D0 contains red, green and blue colors in about the same proportion. Web safe color of #CCF8D0 is #CCFFCC (or #CFC).

RGB color model

#CCF8D0 color RGB value is (204,248,208).

RGB: (204,248,208) (80%, 97%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 248 of 255 = 97%
B 208 of 255 = 82%

204
248
208

R + G + B ~ 86%. #CCF8D0 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 248 + 208 = 660 (100%)
R 204 of 660 ~ 30.91%
G 248 of 660 ~ 37.58%
B 208 of 660 ~ 31.52'%

%30.91
%37.58
%31.52

CMYK color model

#CCF8D0 color CMYK value is (18,0,16,3).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 2.75%

CMYK: (18,0,16,3)
C18M0Y16K3 (18%, 0%, 16%, 3%)
(0.18 / 0.00 / 0.16 / 0.03)

CMYK percentages

%17.74
%0
%16.13
%2.75

Codes

Color #CCF8D0 in popluar color models

CC F8 D0
RGB 204 248 208
HSL 125° 75.86% 88.63%
HSB/HSV 125° 17.74% 97.25%
CMYK 17.74% 0.00% 16.13%
2.75%

Color #CCF8D0 in popluar number systems.

HEX CC F8 D0
Decimal 204 248 208
Binary 11001100 11111000 11010000
Octal 314 370 320

Shades and tints

Shades of #CCF8D0

#CCF8D0
(204,248,208)
#BAE2BE
(186,226,190)
#A8CCAC
(168,204,172)
#96B69A
(150,182,154)
#84A088
(132,160,136)
#728A76
(114,138,118)
#607464
(96,116,100)
#4E5E52
(78,94,82)
#3C4840
(60,72,64)
#2A322E
(42,50,46)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #CCF8D0

#CCF8D0
(204,248,208)
#D0F8D4
(208,248,212)
#D4F8D8
(212,248,216)
#D8F8DC
(216,248,220)
#DCF8E0
(220,248,224)
#E0F8E4
(224,248,228)
#E4F8E8
(228,248,232)
#E8F8EC
(232,248,236)
#ECF8F0
(236,248,240)
#F0F8F4
(240,248,244)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF8D0; }

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

This text font color is #CCF8D0.

Background Color

.myBgColor { background-color: #CCF8D0; }

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

This div background color is #CCF8D0.

Border color

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

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

This div border color is #CCF8D0.

Opacity

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

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

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

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

This text has shadow with #CCF8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF8D0.

Preview

Color preview on black background

This text has color #CCF8D0 on black background.


Color preview on white background

This text has color #CCF8D0 on white background.


Black color preview on #CCF8D0 background

This text has black color on #CCF8D0 background.


White color preview on #CCF8D0 background

This text has white color on #CCF8D0 background.


Related colors

Complementary color

Complementary color for #hex is #33072F.


I love getcolorcode.com

Triadic colors

1 #D0CCF8 and #F8D0CC with #CCF8D0 are triadic colors.

2 #D0F8CC and #F8CCD0 with #CCF8D0 are triadic colors.