COLOR #EED1BF

HEX: #EED1BF
RGB: (238,209,191)

Color info

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

RGB color model

#EED1BF color RGB value is (238,209,191).

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

RGB channels and saturation

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

238
209
191

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

Portions of RGB colors in percentages

R + G + B =
238 + 209 + 191 = 638 (100%)
R 238 of 638 ~ 37.3%
G 209 of 638 ~ 32.76%
B 191 of 638 ~ 29.94%

%37.3
%32.76
%29.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.18%
  • 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
%12.18
%19.75
%6.67

Codes

Color #EED1BF in popluar color models

EED1BF
RGB238209191
HSL23°58.02%84.12%
HSB/HSV23°19.75%93.33%
CMYK0.00%12.18%19.75%
6.67%

Color #EED1BF in popluar number systems.

HEXEED1BF
Decimal238209191
Binary111011101101000110111111
Octal356321277

Shades and tints

Shades of #EED1BF

#EED1BF
(238,209,191)
#D9BEAE
(217,190,174)
#C4AB9D
(196,171,157)
#AF988C
(175,152,140)
#9A857B
(154,133,123)
#85726A
(133,114,106)
#705F59
(112,95,89)
#5B4C48
(91,76,72)
#463937
(70,57,55)
#312626
(49,38,38)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #EED1BF

#EED1BF
(238,209,191)
#EFD5C4
(239,213,196)
#F0D9C9
(240,217,201)
#F1DDCE
(241,221,206)
#F2E1D3
(242,225,211)
#F3E5D8
(243,229,216)
#F4E9DD
(244,233,221)
#F5EDE2
(245,237,226)
#F6F1E7
(246,241,231)
#F7F5EC
(247,245,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1BF; }

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

This text font color is #EED1BF.


Background Color

.myBgColor { background-color: #EED1BF; }

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

This div background color is #EED1BF.


Border color

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

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

This div border color is #EED1BF.


Opacity

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

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

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

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

This text has shadow with #EED1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED1BF on black background.


Color preview on white background

This text has color #EED1BF on white background.



Black color preview on #EED1BF background

This text has black color on #EED1BF background.


White color preview on #EED1BF background

This text has white color on #EED1BF background.