COLOR #EEDFB7

HEX: #EEDFB7
RGB: (238,223,183)

Color info

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

RGB color model

#EEDFB7 color RGB value is (238,223,183).

  • red value is 238;
  • green value is 223;
  • blue value is 183.
RGB:
(238,223,183)
(93%,87%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 183 of 255 = 72%

238
223
183

R + G + B ~ 84%. #EEDFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 183 = 644 (100%)
R 238 of 644 ~ 36.96%
G 223 of 644 ~ 34.63%
B 183 of 644 ~ 28.42%

%36.96
%34.63
%28.42

CMYK color model

#EEDFB7 color CMYK value is (0,6,23,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,6,23,7)
C0M6Y23K7 
(0%,6%,23%,7%)
(0.00/0.06/0.23/0.07)	

CMYK percentages

%0
%6.3
%23.11
%6.67

Codes

Color #EEDFB7 in popluar color models

EEDFB7
RGB238223183
HSL44°61.80%82.55%
HSB/HSV44°23.11%93.33%
CMYK0.00%6.30%23.11%
6.67%

Color #EEDFB7 in popluar number systems.

HEXEEDFB7
Decimal238223183
Binary111011101101111110110111
Octal356337267

Shades and tints

Shades of #EEDFB7

#EEDFB7
(238,223,183)
#D9CBA7
(217,203,167)
#C4B797
(196,183,151)
#AFA387
(175,163,135)
#9A8F77
(154,143,119)
#857B67
(133,123,103)
#706757
(112,103,87)
#5B5347
(91,83,71)
#463F37
(70,63,55)
#312B27
(49,43,39)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEDFB7

#EEDFB7
(238,223,183)
#EFE1BD
(239,225,189)
#F0E3C3
(240,227,195)
#F1E5C9
(241,229,201)
#F2E7CF
(242,231,207)
#F3E9D5
(243,233,213)
#F4EBDB
(244,235,219)
#F5EDE1
(245,237,225)
#F6EFE7
(246,239,231)
#F7F1ED
(247,241,237)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDFB7 color. Also use rgb(238,223,183) instead hex code.

Text Font Color

.myTextColor { color: #EEDFB7; }

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

This text font color is #EEDFB7.


Background Color

.myBgColor { background-color: #EEDFB7; }

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

This div background color is #EEDFB7.


Border color

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

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

This div border color is #EEDFB7.


Opacity

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

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

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

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

This text has shadow with #EEDFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFB7 on black background.


Color preview on white background

This text has color #EEDFB7 on white background.



Black color preview on #EEDFB7 background

This text has black color on #EEDFB7 background.


White color preview on #EEDFB7 background

This text has white color on #EEDFB7 background.