COLOR #EEDEB6

HEX: #EEDEB6
RGB: (238,222,182)

Color info

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

RGB color model

#EEDEB6 color RGB value is (238,222,182).

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

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 182 of 255 = 71%

238
222
182

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 182 = 642 (100%)
R 238 of 642 ~ 37.07%
G 222 of 642 ~ 34.58%
B 182 of 642 ~ 28.35%

%37.07
%34.58
%28.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 23.53%
  • key color value is 6.67%
CMYK:
(0,7,24,7)
C0M7Y24K7 
(0%,7%,24%,7%)
(0.00/0.07/0.24/0.07)	

CMYK percentages

%0
%6.72
%23.53
%6.67

Codes

Color #EEDEB6 in popluar color models

EEDEB6
RGB238222182
HSL43°62.22%82.35%
HSB/HSV43°23.53%93.33%
CMYK0.00%6.72%23.53%
6.67%

Color #EEDEB6 in popluar number systems.

HEXEEDEB6
Decimal238222182
Binary111011101101111010110110
Octal356336266

Shades and tints

Shades of #EEDEB6

#EEDEB6
(238,222,182)
#D9CAA6
(217,202,166)
#C4B696
(196,182,150)
#AFA286
(175,162,134)
#9A8E76
(154,142,118)
#857A66
(133,122,102)
#706656
(112,102,86)
#5B5246
(91,82,70)
#463E36
(70,62,54)
#312A26
(49,42,38)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #EEDEB6

#EEDEB6
(238,222,182)
#EFE1BC
(239,225,188)
#F0E4C2
(240,228,194)
#F1E7C8
(241,231,200)
#F2EACE
(242,234,206)
#F3EDD4
(243,237,212)
#F4F0DA
(244,240,218)
#F5F3E0
(245,243,224)
#F6F6E6
(246,246,230)
#F7F9EC
(247,249,236)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDEB6; }

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

This text font color is #EEDEB6.


Background Color

.myBgColor { background-color: #EEDEB6; }

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

This div background color is #EEDEB6.


Border color

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

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

This div border color is #EEDEB6.


Opacity

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

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

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

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

This text has shadow with #EEDEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDEB6 on black background.


Color preview on white background

This text has color #EEDEB6 on white background.



Black color preview on #EEDEB6 background

This text has black color on #EEDEB6 background.


White color preview on #EEDEB6 background

This text has white color on #EEDEB6 background.