COLOR #CCF2DD

HEX: #CCF2DD RGB: (204,242,221)

Color info

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

RGB color model

#CCF2DD color RGB value is (204,242,221).

RGB: (204,242,221) (80%, 95%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 242 of 255 = 95%
B 221 of 255 = 87%

204
242
221

R + G + B ~ 87%. #CCF2DD is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 242 + 221 = 667 (100%)
R 204 of 667 ~ 30.58%
G 242 of 667 ~ 36.28%
B 221 of 667 ~ 33.13'%

%30.58
%36.28
%33.13

CMYK color model

#CCF2DD color CMYK value is (16,0,9,5).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%
CMYK: (16,0,9,5) C16M0Y9K5 (16%,0%,9%,5%) (0.16/0.00/0.09/0.05) 

CMYK percentages

%15.7
%0
%8.68
%5.1

Codes

Color #CCF2DD in popluar color models

CC F2 DD
RGB 204 242 221
HSL 147° 59.38% 87.45%
HSB/HSV 147° 15.70% 94.90%
CMYK 15.70% 0.00% 8.68%
5.10%

Color #CCF2DD in popluar number systems.

HEX CC F2 DD
Decimal 204 242 221
Binary 11001100 11110010 11011101
Octal 314 362 335

Shades and tints

Shades of #CCF2DD

#CCF2DD
(204,242,221)
#BADCC9
(186,220,201)
#A8C6B5
(168,198,181)
#96B0A1
(150,176,161)
#849A8D
(132,154,141)
#728479
(114,132,121)
#606E65
(96,110,101)
#4E5851
(78,88,81)
#3C423D
(60,66,61)
#2A2C29
(42,44,41)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCF2DD

#CCF2DD
(204,242,221)
#D0F3E0
(208,243,224)
#D4F4E3
(212,244,227)
#D8F5E6
(216,245,230)
#DCF6E9
(220,246,233)
#E0F7EC
(224,247,236)
#E4F8EF
(228,248,239)
#E8F9F2
(232,249,242)
#ECFAF5
(236,250,245)
#F0FBF8
(240,251,248)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF2DD color. Also use rgb(204,242,221) instead hex code.

Text Font Color

.myTextColor { color: #CCF2DD; }

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

This text font color is #CCF2DD.

Background Color

.myBgColor { background-color: #CCF2DD; }

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

This div background color is #CCF2DD.

Border color

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

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

This div border color is #CCF2DD.

Opacity

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

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

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

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

This text has shadow with #CCF2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF2DD.

Preview

Color preview on black background

This text has color #CCF2DD on black background.


Color preview on white background

This text has color #CCF2DD on white background.


Black color preview on #CCF2DD background

This text has black color on #CCF2DD background.


White color preview on #CCF2DD background

This text has white color on #CCF2DD background.


Related colors

Complementary color

Complementary color for #hex is #330D22.


I love getcolorcode.com

Triadic colors

1 #DDCCF2 and #F2DDCC with #CCF2DD are triadic colors.

2 #DDF2CC and #F2CCDD with #CCF2DD are triadic colors.