COLOR #EEB8E9

HEX: #EEB8E9
RGB: (238,184,233)

Color info

#EEB8E9 contains red, green and blue colors in about the same proportion. Web safe color of #EEB8E9 is #FFCCFF (or #FCF).

RGB color model

#EEB8E9 color RGB value is (238,184,233).

  • red value is 238;
  • green value is 184;
  • blue value is 233.
RGB:
(238,184,233)
(93%,72%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 233 of 255 = 91%

238
184
233

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

Portions of RGB colors in percentages

R + G + B =
238 + 184 + 233 = 655 (100%)
R 238 of 655 ~ 36.34%
G 184 of 655 ~ 28.09%
B 233 of 655 ~ 35.57%

%36.34
%28.09
%35.57

CMYK color model

#EEB8E9 color CMYK value is (0,23,2,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(0,23,2,7)
C0M23Y2K7 
(0%,23%,2%,7%)
(0.00/0.23/0.02/0.07)	

CMYK percentages

%0
%22.69
%2.1
%6.67

Codes

Color #EEB8E9 in popluar color models

EEB8E9
RGB238184233
HSL306°61.36%82.75%
HSB/HSV306°22.69%93.33%
CMYK0.00%22.69%2.10%
6.67%

Color #EEB8E9 in popluar number systems.

HEXEEB8E9
Decimal238184233
Binary111011101011100011101001
Octal356270351

Shades and tints

Shades of #EEB8E9

#EEB8E9
(238,184,233)
#D9A8D4
(217,168,212)
#C498BF
(196,152,191)
#AF88AA
(175,136,170)
#9A7895
(154,120,149)
#856880
(133,104,128)
#70586B
(112,88,107)
#5B4856
(91,72,86)
#463841
(70,56,65)
#31282C
(49,40,44)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEB8E9

#EEB8E9
(238,184,233)
#EFBEEB
(239,190,235)
#F0C4ED
(240,196,237)
#F1CAEF
(241,202,239)
#F2D0F1
(242,208,241)
#F3D6F3
(243,214,243)
#F4DCF5
(244,220,245)
#F5E2F7
(245,226,247)
#F6E8F9
(246,232,249)
#F7EEFB
(247,238,251)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB8E9 color. Also use rgb(238,184,233) instead hex code.

Text Font Color

.myTextColor { color: #EEB8E9; }

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

This text font color is #EEB8E9.


Background Color

.myBgColor { background-color: #EEB8E9; }

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

This div background color is #EEB8E9.


Border color

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

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

This div border color is #EEB8E9.


Opacity

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

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

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

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

This text has shadow with #EEB8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB8E9 on black background.


Color preview on white background

This text has color #EEB8E9 on white background.



Black color preview on #EEB8E9 background

This text has black color on #EEB8E9 background.


White color preview on #EEB8E9 background

This text has white color on #EEB8E9 background.