COLOR #CCF3DA

HEX: #CCF3DA
RGB: (204,243,218)

Color info

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

RGB color model

#CCF3DA color RGB value is (204,243,218).

  • red value is 204;
  • green value is 243;
  • blue value is 218.
RGB:
(204,243,218)
(80%,95%,85%)

RGB channels and saturation

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

204
243
218

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

Portions of RGB colors in percentages

R + G + B =
204 + 243 + 218 = 665 (100%)
R 204 of 665 ~ 30.68%
G 243 of 665 ~ 36.54%
B 218 of 665 ~ 32.78%

%30.68
%36.54
%32.78

CMYK color model

#CCF3DA color CMYK value is (16,0,10,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 4.71%
CMYK:
(16,0,10,5)
C16M0Y10K5 
(16%,0%,10%,5%)
(0.16/0.00/0.10/0.05)	

CMYK percentages

%16.05
%0
%10.29
%4.71

Codes

Color #CCF3DA in popluar color models

CCF3DA
RGB204243218
HSL142°61.90%87.65%
HSB/HSV142°16.05%95.29%
CMYK16.05%0.00%10.29%
4.71%

Color #CCF3DA in popluar number systems.

HEXCCF3DA
Decimal204243218
Binary110011001111001111011010
Octal314363332

Shades and tints

Shades of #CCF3DA

#CCF3DA
(204,243,218)
#BADDC7
(186,221,199)
#A8C7B4
(168,199,180)
#96B1A1
(150,177,161)
#849B8E
(132,155,142)
#72857B
(114,133,123)
#606F68
(96,111,104)
#4E5955
(78,89,85)
#3C4342
(60,67,66)
#2A2D2F
(42,45,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #CCF3DA

#CCF3DA
(204,243,218)
#D0F4DD
(208,244,221)
#D4F5E0
(212,245,224)
#D8F6E3
(216,246,227)
#DCF7E6
(220,247,230)
#E0F8E9
(224,248,233)
#E4F9EC
(228,249,236)
#E8FAEF
(232,250,239)
#ECFBF2
(236,251,242)
#F0FCF5
(240,252,245)
#F4FDF8
(244,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF3DA; }

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

This text font color is #CCF3DA.


Background Color

.myBgColor { background-color: #CCF3DA; }

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

This div background color is #CCF3DA.


Border color

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

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

This div border color is #CCF3DA.


Opacity

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

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

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

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

This text has shadow with #CCF3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF3DA on black background.


Color preview on white background

This text has color #CCF3DA on white background.



Black color preview on #CCF3DA background

This text has black color on #CCF3DA background.


White color preview on #CCF3DA background

This text has white color on #CCF3DA background.