COLOR #CCF1DA

HEX: #CCF1DA RGB: (204,241,218)

Color info

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

RGB color model

#CCF1DA color RGB value is (204,241,218).

RGB: (204,241,218) (80%, 95%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 218 of 255 = 85%

204
241
218

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

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 218 = 663 (100%)
R 204 of 663 ~ 30.77%
G 241 of 663 ~ 36.35%
B 218 of 663 ~ 32.88'%

%30.77
%36.35
%32.88

CMYK color model

#CCF1DA color CMYK value is (15,0,10,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 9.54%
  • key color value is 5.49%

CMYK: (15,0,10,5)
C15M0Y10K5 (15%, 0%, 10%, 5%)
(0.15 / 0.00 / 0.10 / 0.05)

CMYK percentages

%15.35
%0
%9.54
%5.49

Codes

Color #CCF1DA in popluar color models

CC F1 DA
RGB 204 241 218
HSL 143° 56.92% 87.25%
HSB/HSV 143° 15.35% 94.51%
CMYK 15.35% 0.00% 9.54%
5.49%

Color #CCF1DA in popluar number systems.

HEX CC F1 DA
Decimal 204 241 218
Binary 11001100 11110001 11011010
Octal 314 361 332

Shades and tints

Shades of #CCF1DA

#CCF1DA
(204,241,218)
#BADCC7
(186,220,199)
#A8C7B4
(168,199,180)
#96B2A1
(150,178,161)
#849D8E
(132,157,142)
#72887B
(114,136,123)
#607368
(96,115,104)
#4E5E55
(78,94,85)
#3C4942
(60,73,66)
#2A342F
(42,52,47)
#181F1C
(24,31,28)
#000000
(0,0,0)

Tints of #CCF1DA

#CCF1DA
(204,241,218)
#D0F2DD
(208,242,221)
#D4F3E0
(212,243,224)
#D8F4E3
(216,244,227)
#DCF5E6
(220,245,230)
#E0F6E9
(224,246,233)
#E4F7EC
(228,247,236)
#E8F8EF
(232,248,239)
#ECF9F2
(236,249,242)
#F0FAF5
(240,250,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF1DA color. Also use rgb(204,241,218) instead hex code.

Text Font Color

.myTextColor { color: #CCF1DA; }

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

This text font color is #CCF1DA.

Background Color

.myBgColor { background-color: #CCF1DA; }

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

This div background color is #CCF1DA.

Border color

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

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

This div border color is #CCF1DA.

Opacity

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

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

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

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

This text has shadow with #CCF1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF1DA.

Preview

Color preview on black background

This text has color #CCF1DA on black background.


Color preview on white background

This text has color #CCF1DA on white background.


Black color preview on #CCF1DA background

This text has black color on #CCF1DA background.


White color preview on #CCF1DA background

This text has white color on #CCF1DA background.


Related colors

Complementary color

Complementary color for #hex is #330E25.


I love getcolorcode.com

Triadic colors

1 #DACCF1 and #F1DACC with #CCF1DA are triadic colors.

2 #DAF1CC and #F1CCDA with #CCF1DA are triadic colors.