COLOR #EEB3E0

HEX: #EEB3E0
RGB: (238,179,224)

Color info

#EEB3E0 contains red, green and blue colors in about the same proportion. Web safe color of #EEB3E0 is #FF99CC (or #F9C).

RGB color model

#EEB3E0 color RGB value is (238,179,224).

  • red value is 238;
  • green value is 179;
  • blue value is 224.
RGB:
(238,179,224)
(93%,70%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 179 of 255 = 70%
B 224 of 255 = 88%

238
179
224

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

Portions of RGB colors in percentages

R + G + B =
238 + 179 + 224 = 641 (100%)
R 238 of 641 ~ 37.13%
G 179 of 641 ~ 27.93%
B 224 of 641 ~ 34.95%

%37.13
%27.93
%34.95

CMYK color model

#EEB3E0 color CMYK value is (0,25,6,7).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK:
(0,25,6,7)
C0M25Y6K7 
(0%,25%,6%,7%)
(0.00/0.25/0.06/0.07)	

CMYK percentages

%0
%24.79
%5.88
%6.67

Codes

Color #EEB3E0 in popluar color models

EEB3E0
RGB238179224
HSL314°63.44%81.76%
HSB/HSV314°24.79%93.33%
CMYK0.00%24.79%5.88%
6.67%

Color #EEB3E0 in popluar number systems.

HEXEEB3E0
Decimal238179224
Binary111011101011001111100000
Octal356263340

Shades and tints

Shades of #EEB3E0

#EEB3E0
(238,179,224)
#D9A3CC
(217,163,204)
#C493B8
(196,147,184)
#AF83A4
(175,131,164)
#9A7390
(154,115,144)
#85637C
(133,99,124)
#705368
(112,83,104)
#5B4354
(91,67,84)
#463340
(70,51,64)
#31232C
(49,35,44)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEB3E0

#EEB3E0
(238,179,224)
#EFB9E2
(239,185,226)
#F0BFE4
(240,191,228)
#F1C5E6
(241,197,230)
#F2CBE8
(242,203,232)
#F3D1EA
(243,209,234)
#F4D7EC
(244,215,236)
#F5DDEE
(245,221,238)
#F6E3F0
(246,227,240)
#F7E9F2
(247,233,242)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB3E0 color. Also use rgb(238,179,224) instead hex code.

Text Font Color

.myTextColor { color: #EEB3E0; }

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

This text font color is #EEB3E0.


Background Color

.myBgColor { background-color: #EEB3E0; }

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

This div background color is #EEB3E0.


Border color

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

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

This div border color is #EEB3E0.


Opacity

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

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

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

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

This text has shadow with #EEB3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB3E0 on black background.


Color preview on white background

This text has color #EEB3E0 on white background.



Black color preview on #EEB3E0 background

This text has black color on #EEB3E0 background.


White color preview on #EEB3E0 background

This text has white color on #EEB3E0 background.