COLOR #EEBDB6

HEX: #EEBDB6
RGB: (238,189,182)

Color info

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

RGB color model

#EEBDB6 color RGB value is (238,189,182).

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

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 182 of 255 = 71%

238
189
182

R + G + B ~ 79%. #EEBDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 182 = 609 (100%)
R 238 of 609 ~ 39.08%
G 189 of 609 ~ 31.03%
B 182 of 609 ~ 29.89%

%39.08
%31.03
%29.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 23.53%
  • key color value is 6.67%
CMYK:
(0,21,24,7)
C0M21Y24K7 
(0%,21%,24%,7%)
(0.00/0.21/0.24/0.07)	

CMYK percentages

%0
%20.59
%23.53
%6.67

Codes

Color #EEBDB6 in popluar color models

EEBDB6
RGB238189182
HSL62.22%82.35%
HSB/HSV23.53%93.33%
CMYK0.00%20.59%23.53%
6.67%

Color #EEBDB6 in popluar number systems.

HEXEEBDB6
Decimal238189182
Binary111011101011110110110110
Octal356275266

Shades and tints

Shades of #EEBDB6

#EEBDB6
(238,189,182)
#D9ACA6
(217,172,166)
#C49B96
(196,155,150)
#AF8A86
(175,138,134)
#9A7976
(154,121,118)
#856866
(133,104,102)
#705756
(112,87,86)
#5B4646
(91,70,70)
#463536
(70,53,54)
#312426
(49,36,38)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #EEBDB6

#EEBDB6
(238,189,182)
#EFC3BC
(239,195,188)
#F0C9C2
(240,201,194)
#F1CFC8
(241,207,200)
#F2D5CE
(242,213,206)
#F3DBD4
(243,219,212)
#F4E1DA
(244,225,218)
#F5E7E0
(245,231,224)
#F6EDE6
(246,237,230)
#F7F3EC
(247,243,236)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDB6; }

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

This text font color is #EEBDB6.


Background Color

.myBgColor { background-color: #EEBDB6; }

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

This div background color is #EEBDB6.


Border color

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

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

This div border color is #EEBDB6.


Opacity

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

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

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

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

This text has shadow with #EEBDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDB6 on black background.


Color preview on white background

This text has color #EEBDB6 on white background.



Black color preview on #EEBDB6 background

This text has black color on #EEBDB6 background.


White color preview on #EEBDB6 background

This text has white color on #EEBDB6 background.