COLOR #CCFDE3

HEX: #CCFDE3
RGB: (204,253,227)

Color info

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

RGB color model

#CCFDE3 color RGB value is (204,253,227).

  • red value is 204;
  • green value is 253;
  • blue value is 227.
RGB:
(204,253,227)
(80%,99%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 253 of 255 = 99%
B 227 of 255 = 89%

204
253
227

R + G + B ~ 89%. #CCFDE3 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 253 + 227 = 684 (100%)
R 204 of 684 ~ 29.82%
G 253 of 684 ~ 36.99%
B 227 of 684 ~ 33.19%

%29.82
%36.99
%33.19

CMYK color model

#CCFDE3 color CMYK value is (19,0,10,1).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK:
(19,0,10,1)
C19M0Y10K1 
(19%,0%,10%,1%)
(0.19/0.00/0.10/0.01)	

CMYK percentages

%19.37
%0
%10.28
%0.78

Codes

Color #CCFDE3 in popluar color models

CCFDE3
RGB204253227
HSL148°92.45%89.61%
HSB/HSV148°19.37%99.22%
CMYK19.37%0.00%10.28%
0.78%

Color #CCFDE3 in popluar number systems.

HEXCCFDE3
Decimal204253227
Binary110011001111110111100011
Octal314375343

Shades and tints

Shades of #CCFDE3

#CCFDE3
(204,253,227)
#BAE6CF
(186,230,207)
#A8CFBB
(168,207,187)
#96B8A7
(150,184,167)
#84A193
(132,161,147)
#728A7F
(114,138,127)
#60736B
(96,115,107)
#4E5C57
(78,92,87)
#3C4543
(60,69,67)
#2A2E2F
(42,46,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #CCFDE3

#CCFDE3
(204,253,227)
#D0FDE5
(208,253,229)
#D4FDE7
(212,253,231)
#D8FDE9
(216,253,233)
#DCFDEB
(220,253,235)
#E0FDED
(224,253,237)
#E4FDEF
(228,253,239)
#E8FDF1
(232,253,241)
#ECFDF3
(236,253,243)
#F0FDF5
(240,253,245)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFDE3 color. Also use rgb(204,253,227) instead hex code.

Text Font Color

.myTextColor { color: #CCFDE3; }

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

This text font color is #CCFDE3.


Background Color

.myBgColor { background-color: #CCFDE3; }

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

This div background color is #CCFDE3.


Border color

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

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

This div border color is #CCFDE3.


Opacity

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

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

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

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

This text has shadow with #CCFDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFDE3 on black background.


Color preview on white background

This text has color #CCFDE3 on white background.



Black color preview on #CCFDE3 background

This text has black color on #CCFDE3 background.


White color preview on #CCFDE3 background

This text has white color on #CCFDE3 background.