COLOR #CFEDDB

HEX: #CFEDDB
RGB: (207,237,219)

Color info

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

RGB color model

#CFEDDB color RGB value is (207,237,219).

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

RGB channels and saturation

R 207 of 255 = 81%
G 237 of 255 = 93%
B 219 of 255 = 86%

207
237
219

R + G + B ~ 87%. #CFEDDB is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 237 + 219 = 663 (100%)
R 207 of 663 ~ 31.22%
G 237 of 663 ~ 35.75%
B 219 of 663 ~ 33.03%

%31.22
%35.75
%33.03

CMYK color model

#CFEDDB color CMYK value is (13,0,8,7).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK:
(13,0,8,7)
C13M0Y8K7 
(13%,0%,8%,7%)
(0.13/0.00/0.08/0.07)	

CMYK percentages

%12.66
%0
%7.59
%7.06

Codes

Color #CFEDDB in popluar color models

CFEDDB
RGB207237219
HSL144°45.45%87.06%
HSB/HSV144°12.66%92.94%
CMYK12.66%0.00%7.59%
7.06%

Color #CFEDDB in popluar number systems.

HEXCFEDDB
Decimal207237219
Binary110011111110110111011011
Octal317355333

Shades and tints

Shades of #CFEDDB

#CFEDDB
(207,237,219)
#BDD8C8
(189,216,200)
#ABC3B5
(171,195,181)
#99AEA2
(153,174,162)
#87998F
(135,153,143)
#75847C
(117,132,124)
#636F69
(99,111,105)
#515A56
(81,90,86)
#3F4543
(63,69,67)
#2D3030
(45,48,48)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #CFEDDB

#CFEDDB
(207,237,219)
#D3EEDE
(211,238,222)
#D7EFE1
(215,239,225)
#DBF0E4
(219,240,228)
#DFF1E7
(223,241,231)
#E3F2EA
(227,242,234)
#E7F3ED
(231,243,237)
#EBF4F0
(235,244,240)
#EFF5F3
(239,245,243)
#F3F6F6
(243,246,246)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFEDDB; }

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

This text font color is #CFEDDB.


Background Color

.myBgColor { background-color: #CFEDDB; }

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

This div background color is #CFEDDB.


Border color

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

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

This div border color is #CFEDDB.


Opacity

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

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

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

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

This text has shadow with #CFEDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEDDB on black background.


Color preview on white background

This text has color #CFEDDB on white background.



Black color preview on #CFEDDB background

This text has black color on #CFEDDB background.


White color preview on #CFEDDB background

This text has white color on #CFEDDB background.