COLOR #EEB0D3

HEX: #EEB0D3
RGB: (238,176,211)

Color info

#EEB0D3 contains mainly red and blue colors. Web safe color of #EEB0D3 is #FF99CC (or #F9C).

RGB color model

#EEB0D3 color RGB value is (238,176,211).

  • red value is 238;
  • green value is 176;
  • blue value is 211.
RGB:
(238,176,211)
(93%,69%,83%)

RGB channels and saturation

R 238 of 255 = 93%
G 176 of 255 = 69%
B 211 of 255 = 83%

238
176
211

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

Portions of RGB colors in percentages

R + G + B =
238 + 176 + 211 = 625 (100%)
R 238 of 625 ~ 38.08%
G 176 of 625 ~ 28.16%
B 211 of 625 ~ 33.76%

%38.08
%28.16
%33.76

CMYK color model

#EEB0D3 color CMYK value is (0,26,11,7).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK:
(0,26,11,7)
C0M26Y11K7 
(0%,26%,11%,7%)
(0.00/0.26/0.11/0.07)	

CMYK percentages

%0
%26.05
%11.34
%6.67

Codes

Color #EEB0D3 in popluar color models

EEB0D3
RGB238176211
HSL326°64.58%81.18%
HSB/HSV326°26.05%93.33%
CMYK0.00%26.05%11.34%
6.67%

Color #EEB0D3 in popluar number systems.

HEXEEB0D3
Decimal238176211
Binary111011101011000011010011
Octal356260323

Shades and tints

Shades of #EEB0D3

#EEB0D3
(238,176,211)
#D9A0C0
(217,160,192)
#C490AD
(196,144,173)
#AF809A
(175,128,154)
#9A7087
(154,112,135)
#856074
(133,96,116)
#705061
(112,80,97)
#5B404E
(91,64,78)
#46303B
(70,48,59)
#312028
(49,32,40)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #EEB0D3

#EEB0D3
(238,176,211)
#EFB7D7
(239,183,215)
#F0BEDB
(240,190,219)
#F1C5DF
(241,197,223)
#F2CCE3
(242,204,227)
#F3D3E7
(243,211,231)
#F4DAEB
(244,218,235)
#F5E1EF
(245,225,239)
#F6E8F3
(246,232,243)
#F7EFF7
(247,239,247)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB0D3 color. Also use rgb(238,176,211) instead hex code.

Text Font Color

.myTextColor { color: #EEB0D3; }

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

This text font color is #EEB0D3.


Background Color

.myBgColor { background-color: #EEB0D3; }

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

This div background color is #EEB0D3.


Border color

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

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

This div border color is #EEB0D3.


Opacity

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

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

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

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

This text has shadow with #EEB0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB0D3 on black background.


Color preview on white background

This text has color #EEB0D3 on white background.



Black color preview on #EEB0D3 background

This text has black color on #EEB0D3 background.


White color preview on #EEB0D3 background

This text has white color on #EEB0D3 background.