COLOR #CCFCDA

HEX: #CCFCDA
RGB: (204,252,218)

Color info

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

RGB color model

#CCFCDA color RGB value is (204,252,218).

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

RGB channels and saturation

R 204 of 255 = 80%
G 252 of 255 = 99%
B 218 of 255 = 85%

204
252
218

R + G + B ~ 88%. #CCFCDA is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 252 + 218 = 674 (100%)
R 204 of 674 ~ 30.27%
G 252 of 674 ~ 37.39%
B 218 of 674 ~ 32.34%

%30.27
%37.39
%32.34

CMYK color model

#CCFCDA color CMYK value is (19,0,13,1).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(19,0,13,1)
C19M0Y13K1 
(19%,0%,13%,1%)
(0.19/0.00/0.13/0.01)	

CMYK percentages

%19.05
%0
%13.49
%1.18

Codes

Color #CCFCDA in popluar color models

CCFCDA
RGB204252218
HSL138°88.89%89.41%
HSB/HSV138°19.05%98.82%
CMYK19.05%0.00%13.49%
1.18%

Color #CCFCDA in popluar number systems.

HEXCCFCDA
Decimal204252218
Binary110011001111110011011010
Octal314374332

Shades and tints

Shades of #CCFCDA

#CCFCDA
(204,252,218)
#BAE6C7
(186,230,199)
#A8D0B4
(168,208,180)
#96BAA1
(150,186,161)
#84A48E
(132,164,142)
#728E7B
(114,142,123)
#607868
(96,120,104)
#4E6255
(78,98,85)
#3C4C42
(60,76,66)
#2A362F
(42,54,47)
#18201C
(24,32,28)
#000000
(0,0,0)

Tints of #CCFCDA

#CCFCDA
(204,252,218)
#D0FCDD
(208,252,221)
#D4FCE0
(212,252,224)
#D8FCE3
(216,252,227)
#DCFCE6
(220,252,230)
#E0FCE9
(224,252,233)
#E4FCEC
(228,252,236)
#E8FCEF
(232,252,239)
#ECFCF2
(236,252,242)
#F0FCF5
(240,252,245)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFCDA; }

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

This text font color is #CCFCDA.


Background Color

.myBgColor { background-color: #CCFCDA; }

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

This div background color is #CCFCDA.


Border color

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

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

This div border color is #CCFCDA.


Opacity

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

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

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

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

This text has shadow with #CCFCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFCDA on black background.


Color preview on white background

This text has color #CCFCDA on white background.



Black color preview on #CCFCDA background

This text has black color on #CCFCDA background.


White color preview on #CCFCDA background

This text has white color on #CCFCDA background.