COLOR #EED0B6

HEX: #EED0B6
RGB: (238,208,182)

Color info

#EED0B6 contains red, green and blue colors in about the same proportion. Web safe color of #EED0B6 is #FFCCCC (or #FCC).

RGB color model

#EED0B6 color RGB value is (238,208,182).

  • red value is 238;
  • green value is 208;
  • blue value is 182.
RGB:
(238,208,182)
(93%,82%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 182 of 255 = 71%

238
208
182

R + G + B ~ 82%. #EED0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 208 + 182 = 628 (100%)
R 238 of 628 ~ 37.9%
G 208 of 628 ~ 33.12%
B 182 of 628 ~ 28.98%

%37.9
%33.12
%28.98

CMYK color model

#EED0B6 color CMYK value is (0,13,24,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 23.53%
  • key color value is 6.67%
CMYK:
(0,13,24,7)
C0M13Y24K7 
(0%,13%,24%,7%)
(0.00/0.13/0.24/0.07)	

CMYK percentages

%0
%12.61
%23.53
%6.67

Codes

Color #EED0B6 in popluar color models

EED0B6
RGB238208182
HSL28°62.22%82.35%
HSB/HSV28°23.53%93.33%
CMYK0.00%12.61%23.53%
6.67%

Color #EED0B6 in popluar number systems.

HEXEED0B6
Decimal238208182
Binary111011101101000010110110
Octal356320266

Shades and tints

Shades of #EED0B6

#EED0B6
(238,208,182)
#D9BEA6
(217,190,166)
#C4AC96
(196,172,150)
#AF9A86
(175,154,134)
#9A8876
(154,136,118)
#857666
(133,118,102)
#706456
(112,100,86)
#5B5246
(91,82,70)
#464036
(70,64,54)
#312E26
(49,46,38)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #EED0B6

#EED0B6
(238,208,182)
#EFD4BC
(239,212,188)
#F0D8C2
(240,216,194)
#F1DCC8
(241,220,200)
#F2E0CE
(242,224,206)
#F3E4D4
(243,228,212)
#F4E8DA
(244,232,218)
#F5ECE0
(245,236,224)
#F6F0E6
(246,240,230)
#F7F4EC
(247,244,236)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED0B6 color. Also use rgb(238,208,182) instead hex code.

Text Font Color

.myTextColor { color: #EED0B6; }

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

This text font color is #EED0B6.


Background Color

.myBgColor { background-color: #EED0B6; }

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

This div background color is #EED0B6.


Border color

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

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

This div border color is #EED0B6.


Opacity

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

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

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

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

This text has shadow with #EED0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED0B6 on black background.


Color preview on white background

This text has color #EED0B6 on white background.



Black color preview on #EED0B6 background

This text has black color on #EED0B6 background.


White color preview on #EED0B6 background

This text has white color on #EED0B6 background.