COLOR #EED2BF

HEX: #EED2BF
RGB: (238,210,191)

Color info

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

RGB color model

#EED2BF color RGB value is (238,210,191).

  • red value is 238;
  • green value is 210;
  • blue value is 191.
RGB:
(238,210,191)
(93%,82%,75%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 191 of 255 = 75%

238
210
191

R + G + B ~ 83%. #EED2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 210 + 191 = 639 (100%)
R 238 of 639 ~ 37.25%
G 210 of 639 ~ 32.86%
B 191 of 639 ~ 29.89%

%37.25
%32.86
%29.89

CMYK color model

#EED2BF color CMYK value is (0,12,20,7).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK:
(0,12,20,7)
C0M12Y20K7 
(0%,12%,20%,7%)
(0.00/0.12/0.20/0.07)	

CMYK percentages

%0
%11.76
%19.75
%6.67

Codes

Color #EED2BF in popluar color models

EED2BF
RGB238210191
HSL24°58.02%84.12%
HSB/HSV24°19.75%93.33%
CMYK0.00%11.76%19.75%
6.67%

Color #EED2BF in popluar number systems.

HEXEED2BF
Decimal238210191
Binary111011101101001010111111
Octal356322277

Shades and tints

Shades of #EED2BF

#EED2BF
(238,210,191)
#D9BFAE
(217,191,174)
#C4AC9D
(196,172,157)
#AF998C
(175,153,140)
#9A867B
(154,134,123)
#85736A
(133,115,106)
#706059
(112,96,89)
#5B4D48
(91,77,72)
#463A37
(70,58,55)
#312726
(49,39,38)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #EED2BF

#EED2BF
(238,210,191)
#EFD6C4
(239,214,196)
#F0DAC9
(240,218,201)
#F1DECE
(241,222,206)
#F2E2D3
(242,226,211)
#F3E6D8
(243,230,216)
#F4EADD
(244,234,221)
#F5EEE2
(245,238,226)
#F6F2E7
(246,242,231)
#F7F6EC
(247,246,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED2BF color. Also use rgb(238,210,191) instead hex code.

Text Font Color

.myTextColor { color: #EED2BF; }

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

This text font color is #EED2BF.


Background Color

.myBgColor { background-color: #EED2BF; }

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

This div background color is #EED2BF.


Border color

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

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

This div border color is #EED2BF.


Opacity

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

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

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

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

This text has shadow with #EED2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED2BF on black background.


Color preview on white background

This text has color #EED2BF on white background.



Black color preview on #EED2BF background

This text has black color on #EED2BF background.


White color preview on #EED2BF background

This text has white color on #EED2BF background.