COLOR #EDEEC8

HEX: #EDEEC8 RGB: (237,238,200)

Color info

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

RGB color model

#EDEEC8 color RGB value is (237,238,200).

RGB: (237,238,200) (93%, 93%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 200 of 255 = 78%

237
238
200

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

Portions of RGB colors in percentages

R + G + B = 237 + 238 + 200 = 675 (100%)
R 237 of 675 ~ 35.11%
G 238 of 675 ~ 35.26%
B 200 of 675 ~ 29.63'%

%35.11
%35.26
%29.63

CMYK color model

#EDEEC8 color CMYK value is (0,0,16,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK: (0,0,16,7) C0M0Y16K7 (0%,0%,16%,7%) (0.00/0.00/0.16/0.07) 

CMYK percentages

%0.42
%0
%15.97
%6.67

Codes

Color #EDEEC8 in popluar color models

ED EE C8
RGB 237 238 200
HSL 62° 52.78% 85.88%
HSB/HSV 62° 15.97% 93.33%
CMYK 0.42% 0.00% 15.97%
6.67%

Color #EDEEC8 in popluar number systems.

HEX ED EE C8
Decimal 237 238 200
Binary 11101101 11101110 11001000
Octal 355 356 310

Shades and tints

Shades of #EDEEC8

#EDEEC8
(237,238,200)
#D8D9B6
(216,217,182)
#C3C4A4
(195,196,164)
#AEAF92
(174,175,146)
#999A80
(153,154,128)
#84856E
(132,133,110)
#6F705C
(111,112,92)
#5A5B4A
(90,91,74)
#454638
(69,70,56)
#303126
(48,49,38)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #EDEEC8

#EDEEC8
(237,238,200)
#EEEFCD
(238,239,205)
#EFF0D2
(239,240,210)
#F0F1D7
(240,241,215)
#F1F2DC
(241,242,220)
#F2F3E1
(242,243,225)
#F3F4E6
(243,244,230)
#F4F5EB
(244,245,235)
#F5F6F0
(245,246,240)
#F6F7F5
(246,247,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEEC8 color. Also use rgb(237,238,200) instead hex code.

Text Font Color

.myTextColor { color: #EDEEC8; }

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

This text font color is #EDEEC8.

Background Color

.myBgColor { background-color: #EDEEC8; }

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

This div background color is #EDEEC8.

Border color

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

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

This div border color is #EDEEC8.

Opacity

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

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

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

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

This text has shadow with #EDEEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEEC8.

Preview

Color preview on black background

This text has color #EDEEC8 on black background.


Color preview on white background

This text has color #EDEEC8 on white background.


Black color preview on #EDEEC8 background

This text has black color on #EDEEC8 background.


White color preview on #EDEEC8 background

This text has white color on #EDEEC8 background.


Related colors

Complementary color

Complementary color for #hex is #121137.


I love getcolorcode.com

Triadic colors

1 #C8EDEE and #EEC8ED with #EDEEC8 are triadic colors.

2 #C8EEED and #EEEDC8 with #EDEEC8 are triadic colors.