COLOR #EDEFCE

HEX: #EDEFCE RGB: (237,239,206)

Color info

#EDEFCE contains red, green and blue colors in about the same proportion. Web safe color of #EDEFCE is #FFFFCC (or #FFC).

RGB color model

#EDEFCE color RGB value is (237,239,206).

RGB: (237,239,206) (93%, 94%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 206 of 255 = 81%

237
239
206

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

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 206 = 682 (100%)
R 237 of 682 ~ 34.75%
G 239 of 682 ~ 35.04%
B 206 of 682 ~ 30.21'%

%34.75
%35.04
%30.21

CMYK color model

#EDEFCE color CMYK value is (1,0,14,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK: (1,0,14,6) C1M0Y14K6 (1%,0%,14%,6%) (0.01/0.00/0.14/0.06) 

CMYK percentages

%0.84
%0
%13.81
%6.27

Codes

Color #EDEFCE in popluar color models

ED EF CE
RGB 237 239 206
HSL 64° 50.77% 87.25%
HSB/HSV 64° 13.81% 93.73%
CMYK 0.84% 0.00% 13.81%
6.27%

Color #EDEFCE in popluar number systems.

HEX ED EF CE
Decimal 237 239 206
Binary 11101101 11101111 11001110
Octal 355 357 316

Shades and tints

Shades of #EDEFCE

#EDEFCE
(237,239,206)
#D8DABC
(216,218,188)
#C3C5AA
(195,197,170)
#AEB098
(174,176,152)
#999B86
(153,155,134)
#848674
(132,134,116)
#6F7162
(111,113,98)
#5A5C50
(90,92,80)
#45473E
(69,71,62)
#30322C
(48,50,44)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #EDEFCE

#EDEFCE
(237,239,206)
#EEF0D2
(238,240,210)
#EFF1D6
(239,241,214)
#F0F2DA
(240,242,218)
#F1F3DE
(241,243,222)
#F2F4E2
(242,244,226)
#F3F5E6
(243,245,230)
#F4F6EA
(244,246,234)
#F5F7EE
(245,247,238)
#F6F8F2
(246,248,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEFCE color. Also use rgb(237,239,206) instead hex code.

Text Font Color

.myTextColor { color: #EDEFCE; }

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

This text font color is #EDEFCE.

Background Color

.myBgColor { background-color: #EDEFCE; }

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

This div background color is #EDEFCE.

Border color

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

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

This div border color is #EDEFCE.

Opacity

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

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

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

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

This text has shadow with #EDEFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFCE.

Preview

Color preview on black background

This text has color #EDEFCE on black background.


Color preview on white background

This text has color #EDEFCE on white background.


Black color preview on #EDEFCE background

This text has black color on #EDEFCE background.


White color preview on #EDEFCE background

This text has white color on #EDEFCE background.


Related colors

Complementary color

Complementary color for #hex is #121031.


I love getcolorcode.com

Triadic colors

1 #CEEDEF and #EFCEED with #EDEFCE are triadic colors.

2 #CEEFED and #EFEDCE with #EDEFCE are triadic colors.