COLOR #EEB0EC

HEX: #EEB0EC
RGB: (238,176,236)

Color info

#EEB0EC contains mainly red and blue colors. Web safe color of #EEB0EC is #FF99FF (or #F9F).

RGB color model

#EEB0EC color RGB value is (238,176,236).

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

RGB channels and saturation

R 238 of 255 = 93%
G 176 of 255 = 69%
B 236 of 255 = 93%

238
176
236

R + G + B ~ 85%. #EEB0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 176 + 236 = 650 (100%)
R 238 of 650 ~ 36.62%
G 176 of 650 ~ 27.08%
B 236 of 650 ~ 36.31%

%36.62
%27.08
%36.31

CMYK color model

#EEB0EC color CMYK value is (0,26,1,7).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 0.84%
  • key color value is 6.67%
CMYK:
(0,26,1,7)
C0M26Y1K7 
(0%,26%,1%,7%)
(0.00/0.26/0.01/0.07)	

CMYK percentages

%0
%26.05
%0.84
%6.67

Codes

Color #EEB0EC in popluar color models

EEB0EC
RGB238176236
HSL302°64.58%81.18%
HSB/HSV302°26.05%93.33%
CMYK0.00%26.05%0.84%
6.67%

Color #EEB0EC in popluar number systems.

HEXEEB0EC
Decimal238176236
Binary111011101011000011101100
Octal356260354

Shades and tints

Shades of #EEB0EC

#EEB0EC
(238,176,236)
#D9A0D7
(217,160,215)
#C490C2
(196,144,194)
#AF80AD
(175,128,173)
#9A7098
(154,112,152)
#856083
(133,96,131)
#70506E
(112,80,110)
#5B4059
(91,64,89)
#463044
(70,48,68)
#31202F
(49,32,47)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #EEB0EC

#EEB0EC
(238,176,236)
#EFB7ED
(239,183,237)
#F0BEEE
(240,190,238)
#F1C5EF
(241,197,239)
#F2CCF0
(242,204,240)
#F3D3F1
(243,211,241)
#F4DAF2
(244,218,242)
#F5E1F3
(245,225,243)
#F6E8F4
(246,232,244)
#F7EFF5
(247,239,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB0EC; }

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

This text font color is #EEB0EC.


Background Color

.myBgColor { background-color: #EEB0EC; }

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

This div background color is #EEB0EC.


Border color

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

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

This div border color is #EEB0EC.


Opacity

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

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

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

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

This text has shadow with #EEB0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB0EC on black background.


Color preview on white background

This text has color #EEB0EC on white background.



Black color preview on #EEB0EC background

This text has black color on #EEB0EC background.


White color preview on #EEB0EC background

This text has white color on #EEB0EC background.