COLOR #CFEDE7

HEX: #CFEDE7
RGB: (207,237,231)

Color info

#CFEDE7 contains red, green and blue colors in about the same proportion. Web safe color of #CFEDE7 is #CCFFFF (or #CFF).

RGB color model

#CFEDE7 color RGB value is (207,237,231).

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

RGB channels and saturation

R 207 of 255 = 81%
G 237 of 255 = 93%
B 231 of 255 = 91%

207
237
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 237 + 231 = 675 (100%)
R 207 of 675 ~ 30.67%
G 237 of 675 ~ 35.11%
B 231 of 675 ~ 34.22%

%30.67
%35.11
%34.22

CMYK color model

#CFEDE7 color CMYK value is (13,0,3,7).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(13,0,3,7)
C13M0Y3K7 
(13%,0%,3%,7%)
(0.13/0.00/0.03/0.07)	

CMYK percentages

%12.66
%0
%2.53
%7.06

Codes

Color #CFEDE7 in popluar color models

CFEDE7
RGB207237231
HSL168°45.45%87.06%
HSB/HSV168°12.66%92.94%
CMYK12.66%0.00%2.53%
7.06%

Color #CFEDE7 in popluar number systems.

HEXCFEDE7
Decimal207237231
Binary110011111110110111100111
Octal317355347

Shades and tints

Shades of #CFEDE7

#CFEDE7
(207,237,231)
#BDD8D2
(189,216,210)
#ABC3BD
(171,195,189)
#99AEA8
(153,174,168)
#879993
(135,153,147)
#75847E
(117,132,126)
#636F69
(99,111,105)
#515A54
(81,90,84)
#3F453F
(63,69,63)
#2D302A
(45,48,42)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #CFEDE7

#CFEDE7
(207,237,231)
#D3EEE9
(211,238,233)
#D7EFEB
(215,239,235)
#DBF0ED
(219,240,237)
#DFF1EF
(223,241,239)
#E3F2F1
(227,242,241)
#E7F3F3
(231,243,243)
#EBF4F5
(235,244,245)
#EFF5F7
(239,245,247)
#F3F6F9
(243,246,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFEDE7; }

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

This text font color is #CFEDE7.


Background Color

.myBgColor { background-color: #CFEDE7; }

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

This div background color is #CFEDE7.


Border color

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

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

This div border color is #CFEDE7.


Opacity

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

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

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

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

This text has shadow with #CFEDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEDE7 on black background.


Color preview on white background

This text has color #CFEDE7 on white background.



Black color preview on #CFEDE7 background

This text has black color on #CFEDE7 background.


White color preview on #CFEDE7 background

This text has white color on #CFEDE7 background.