COLOR #EEB6D1

HEX: #EEB6D1
RGB: (238,182,209)

Color info

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

RGB color model

#EEB6D1 color RGB value is (238,182,209).

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

RGB channels and saturation

R 238 of 255 = 93%
G 182 of 255 = 71%
B 209 of 255 = 82%

238
182
209

R + G + B ~ 82%. #EEB6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 182 + 209 = 629 (100%)
R 238 of 629 ~ 37.84%
G 182 of 629 ~ 28.93%
B 209 of 629 ~ 33.23%

%37.84
%28.93
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(0,24,12,7)
C0M24Y12K7 
(0%,24%,12%,7%)
(0.00/0.24/0.12/0.07)	

CMYK percentages

%0
%23.53
%12.18
%6.67

Codes

Color #EEB6D1 in popluar color models

EEB6D1
RGB238182209
HSL331°62.22%82.35%
HSB/HSV331°23.53%93.33%
CMYK0.00%23.53%12.18%
6.67%

Color #EEB6D1 in popluar number systems.

HEXEEB6D1
Decimal238182209
Binary111011101011011011010001
Octal356266321

Shades and tints

Shades of #EEB6D1

#EEB6D1
(238,182,209)
#D9A6BE
(217,166,190)
#C496AB
(196,150,171)
#AF8698
(175,134,152)
#9A7685
(154,118,133)
#856672
(133,102,114)
#70565F
(112,86,95)
#5B464C
(91,70,76)
#463639
(70,54,57)
#312626
(49,38,38)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #EEB6D1

#EEB6D1
(238,182,209)
#EFBCD5
(239,188,213)
#F0C2D9
(240,194,217)
#F1C8DD
(241,200,221)
#F2CEE1
(242,206,225)
#F3D4E5
(243,212,229)
#F4DAE9
(244,218,233)
#F5E0ED
(245,224,237)
#F6E6F1
(246,230,241)
#F7ECF5
(247,236,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB6D1; }

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

This text font color is #EEB6D1.


Background Color

.myBgColor { background-color: #EEB6D1; }

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

This div background color is #EEB6D1.


Border color

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

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

This div border color is #EEB6D1.


Opacity

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

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

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

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

This text has shadow with #EEB6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB6D1 on black background.


Color preview on white background

This text has color #EEB6D1 on white background.



Black color preview on #EEB6D1 background

This text has black color on #EEB6D1 background.


White color preview on #EEB6D1 background

This text has white color on #EEB6D1 background.