COLOR #CFFDE5

HEX: #CFFDE5
RGB: (207,253,229)

Color info

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

RGB color model

#CFFDE5 color RGB value is (207,253,229).

  • red value is 207;
  • green value is 253;
  • blue value is 229.
RGB:
(207,253,229)
(81%,99%,90%)

RGB channels and saturation

R 207 of 255 = 81%
G 253 of 255 = 99%
B 229 of 255 = 90%

207
253
229

R + G + B ~ 90%. #CFFDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 253 + 229 = 689 (100%)
R 207 of 689 ~ 30.04%
G 253 of 689 ~ 36.72%
B 229 of 689 ~ 33.24%

%30.04
%36.72
%33.24

CMYK color model

#CFFDE5 color CMYK value is (18,0,9,1).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 0.78%
CMYK:
(18,0,9,1)
C18M0Y9K1 
(18%,0%,9%,1%)
(0.18/0.00/0.09/0.01)	

CMYK percentages

%18.18
%0
%9.49
%0.78

Codes

Color #CFFDE5 in popluar color models

CFFDE5
RGB207253229
HSL149°92.00%90.20%
HSB/HSV149°18.18%99.22%
CMYK18.18%0.00%9.49%
0.78%

Color #CFFDE5 in popluar number systems.

HEXCFFDE5
Decimal207253229
Binary110011111111110111100101
Octal317375345

Shades and tints

Shades of #CFFDE5

#CFFDE5
(207,253,229)
#BDE6D1
(189,230,209)
#ABCFBD
(171,207,189)
#99B8A9
(153,184,169)
#87A195
(135,161,149)
#758A81
(117,138,129)
#63736D
(99,115,109)
#515C59
(81,92,89)
#3F4545
(63,69,69)
#2D2E31
(45,46,49)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #CFFDE5

#CFFDE5
(207,253,229)
#D3FDE7
(211,253,231)
#D7FDE9
(215,253,233)
#DBFDEB
(219,253,235)
#DFFDED
(223,253,237)
#E3FDEF
(227,253,239)
#E7FDF1
(231,253,241)
#EBFDF3
(235,253,243)
#EFFDF5
(239,253,245)
#F3FDF7
(243,253,247)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFFDE5 color. Also use rgb(207,253,229) instead hex code.

Text Font Color

.myTextColor { color: #CFFDE5; }

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

This text font color is #CFFDE5.


Background Color

.myBgColor { background-color: #CFFDE5; }

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

This div background color is #CFFDE5.


Border color

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

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

This div border color is #CFFDE5.


Opacity

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

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

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

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

This text has shadow with #CFFDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFFDE5 on black background.


Color preview on white background

This text has color #CFFDE5 on white background.



Black color preview on #CFFDE5 background

This text has black color on #CFFDE5 background.


White color preview on #CFFDE5 background

This text has white color on #CFFDE5 background.