COLOR #CFEDD8

HEX: #CFEDD8
RGB: (207,237,216)

Color info

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

RGB color model

#CFEDD8 color RGB value is (207,237,216).

  • red value is 207;
  • green value is 237;
  • blue value is 216.
RGB:
(207,237,216)
(81%,93%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 237 of 255 = 93%
B 216 of 255 = 85%

207
237
216

R + G + B ~ 86%. #CFEDD8 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 237 + 216 = 660 (100%)
R 207 of 660 ~ 31.36%
G 237 of 660 ~ 35.91%
B 216 of 660 ~ 32.73%

%31.36
%35.91
%32.73

CMYK color model

#CFEDD8 color CMYK value is (13,0,9,7).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(13,0,9,7)
C13M0Y9K7 
(13%,0%,9%,7%)
(0.13/0.00/0.09/0.07)	

CMYK percentages

%12.66
%0
%8.86
%7.06

Codes

Color #CFEDD8 in popluar color models

CFEDD8
RGB207237216
HSL138°45.45%87.06%
HSB/HSV138°12.66%92.94%
CMYK12.66%0.00%8.86%
7.06%

Color #CFEDD8 in popluar number systems.

HEXCFEDD8
Decimal207237216
Binary110011111110110111011000
Octal317355330

Shades and tints

Shades of #CFEDD8

#CFEDD8
(207,237,216)
#BDD8C5
(189,216,197)
#ABC3B2
(171,195,178)
#99AE9F
(153,174,159)
#87998C
(135,153,140)
#758479
(117,132,121)
#636F66
(99,111,102)
#515A53
(81,90,83)
#3F4540
(63,69,64)
#2D302D
(45,48,45)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #CFEDD8

#CFEDD8
(207,237,216)
#D3EEDB
(211,238,219)
#D7EFDE
(215,239,222)
#DBF0E1
(219,240,225)
#DFF1E4
(223,241,228)
#E3F2E7
(227,242,231)
#E7F3EA
(231,243,234)
#EBF4ED
(235,244,237)
#EFF5F0
(239,245,240)
#F3F6F3
(243,246,243)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEDD8 color. Also use rgb(207,237,216) instead hex code.

Text Font Color

.myTextColor { color: #CFEDD8; }

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

This text font color is #CFEDD8.


Background Color

.myBgColor { background-color: #CFEDD8; }

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

This div background color is #CFEDD8.


Border color

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

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

This div border color is #CFEDD8.


Opacity

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

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

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

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

This text has shadow with #CFEDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEDD8 on black background.


Color preview on white background

This text has color #CFEDD8 on white background.



Black color preview on #CFEDD8 background

This text has black color on #CFEDD8 background.


White color preview on #CFEDD8 background

This text has white color on #CFEDD8 background.