COLOR #CCFFD3

HEX: #CCFFD3
RGB: (204,255,211)

Color info

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

RGB color model

#CCFFD3 color RGB value is (204,255,211).

  • red value is 204;
  • green value is 255;
  • blue value is 211.
RGB:
(204,255,211)
(80%,100%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 211 of 255 = 83%

204
255
211

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

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 211 = 670 (100%)
R 204 of 670 ~ 30.45%
G 255 of 670 ~ 38.06%
B 211 of 670 ~ 31.49%

%30.45
%38.06
%31.49

CMYK color model

#CCFFD3 color CMYK value is (20,0,17,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(20,0,17,0)
C20M0Y17K0 
(20%,0%,17%,0%)
(0.20/0.00/0.17/0.00)	

CMYK percentages

%20
%0
%17.25
%0

Codes

Color #CCFFD3 in popluar color models

CCFFD3
RGB204255211
HSL128°100.00%90.00%
HSB/HSV128°20.00%100.00%
CMYK20.00%0.00%17.25%
0.00%

Color #CCFFD3 in popluar number systems.

HEXCCFFD3
Decimal204255211
Binary110011001111111111010011
Octal314377323

Shades and tints

Shades of #CCFFD3

#CCFFD3
(204,255,211)
#BAE8C0
(186,232,192)
#A8D1AD
(168,209,173)
#96BA9A
(150,186,154)
#84A387
(132,163,135)
#728C74
(114,140,116)
#607561
(96,117,97)
#4E5E4E
(78,94,78)
#3C473B
(60,71,59)
#2A3028
(42,48,40)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCFFD3

#CCFFD3
(204,255,211)
#D0FFD7
(208,255,215)
#D4FFDB
(212,255,219)
#D8FFDF
(216,255,223)
#DCFFE3
(220,255,227)
#E0FFE7
(224,255,231)
#E4FFEB
(228,255,235)
#E8FFEF
(232,255,239)
#ECFFF3
(236,255,243)
#F0FFF7
(240,255,247)
#F4FFFB
(244,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFFD3 color. Also use rgb(204,255,211) instead hex code.

Text Font Color

.myTextColor { color: #CCFFD3; }

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

This text font color is #CCFFD3.


Background Color

.myBgColor { background-color: #CCFFD3; }

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

This div background color is #CCFFD3.


Border color

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

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

This div border color is #CCFFD3.


Opacity

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

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

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

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

This text has shadow with #CCFFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFD3 on black background.


Color preview on white background

This text has color #CCFFD3 on white background.



Black color preview on #CCFFD3 background

This text has black color on #CCFFD3 background.


White color preview on #CCFFD3 background

This text has white color on #CCFFD3 background.