COLOR #EEB2ED

HEX: #EEB2ED
RGB: (238,178,237)

Color info

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

RGB color model

#EEB2ED color RGB value is (238,178,237).

  • red value is 238;
  • green value is 178;
  • blue value is 237.
RGB:
(238,178,237)
(93%,70%,93%)

RGB channels and saturation

R 238 of 255 = 93%
G 178 of 255 = 70%
B 237 of 255 = 93%

238
178
237

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

Portions of RGB colors in percentages

R + G + B =
238 + 178 + 237 = 653 (100%)
R 238 of 653 ~ 36.45%
G 178 of 653 ~ 27.26%
B 237 of 653 ~ 36.29%

%36.45
%27.26
%36.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK:
(0,25,0,7)
C0M25Y0K7 
(0%,25%,0%,7%)
(0.00/0.25/0.00/0.07)	

CMYK percentages

%0
%25.21
%0.42
%6.67

Codes

Color #EEB2ED in popluar color models

EEB2ED
RGB238178237
HSL301°63.83%81.57%
HSB/HSV301°25.21%93.33%
CMYK0.00%25.21%0.42%
6.67%

Color #EEB2ED in popluar number systems.

HEXEEB2ED
Decimal238178237
Binary111011101011001011101101
Octal356262355

Shades and tints

Shades of #EEB2ED

#EEB2ED
(238,178,237)
#D9A2D8
(217,162,216)
#C492C3
(196,146,195)
#AF82AE
(175,130,174)
#9A7299
(154,114,153)
#856284
(133,98,132)
#70526F
(112,82,111)
#5B425A
(91,66,90)
#463245
(70,50,69)
#312230
(49,34,48)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #EEB2ED

#EEB2ED
(238,178,237)
#EFB9EE
(239,185,238)
#F0C0EF
(240,192,239)
#F1C7F0
(241,199,240)
#F2CEF1
(242,206,241)
#F3D5F2
(243,213,242)
#F4DCF3
(244,220,243)
#F5E3F4
(245,227,244)
#F6EAF5
(246,234,245)
#F7F1F6
(247,241,246)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB2ED color. Also use rgb(238,178,237) instead hex code.

Text Font Color

.myTextColor { color: #EEB2ED; }

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

This text font color is #EEB2ED.


Background Color

.myBgColor { background-color: #EEB2ED; }

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

This div background color is #EEB2ED.


Border color

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

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

This div border color is #EEB2ED.


Opacity

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

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

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

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

This text has shadow with #EEB2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB2ED on black background.


Color preview on white background

This text has color #EEB2ED on white background.



Black color preview on #EEB2ED background

This text has black color on #EEB2ED background.


White color preview on #EEB2ED background

This text has white color on #EEB2ED background.