COLOR #EEBEF0

HEX: #EEBEF0
RGB: (238,190,240)

Color info

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

RGB color model

#EEBEF0 color RGB value is (238,190,240).

  • red value is 238;
  • green value is 190;
  • blue value is 240.
RGB:
(238,190,240)
(93%,75%,94%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 240 of 255 = 94%

238
190
240

R + G + B ~ 87%. #EEBEF0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 190 + 240 = 668 (100%)
R 238 of 668 ~ 35.63%
G 190 of 668 ~ 28.44%
B 240 of 668 ~ 35.93%

%35.63
%28.44
%35.93

CMYK color model

#EEBEF0 color CMYK value is (1,21,0,6).

  • cyan value is 0.83%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(1,21,0,6)
C1M21Y0K6 
(1%,21%,0%,6%)
(0.01/0.21/0.00/0.06)	

CMYK percentages

%0.83
%20.83
%0
%5.88

Codes

Color #EEBEF0 in popluar color models

EEBEF0
RGB238190240
HSL298°62.50%84.31%
HSB/HSV298°20.83%94.12%
CMYK0.83%20.83%0.00%
5.88%

Color #EEBEF0 in popluar number systems.

HEXEEBEF0
Decimal238190240
Binary111011101011111011110000
Octal356276360

Shades and tints

Shades of #EEBEF0

#EEBEF0
(238,190,240)
#D9ADDB
(217,173,219)
#C49CC6
(196,156,198)
#AF8BB1
(175,139,177)
#9A7A9C
(154,122,156)
#856987
(133,105,135)
#705872
(112,88,114)
#5B475D
(91,71,93)
#463648
(70,54,72)
#312533
(49,37,51)
#1C141E
(28,20,30)
#000000
(0,0,0)

Tints of #EEBEF0

#EEBEF0
(238,190,240)
#EFC3F1
(239,195,241)
#F0C8F2
(240,200,242)
#F1CDF3
(241,205,243)
#F2D2F4
(242,210,244)
#F3D7F5
(243,215,245)
#F4DCF6
(244,220,246)
#F5E1F7
(245,225,247)
#F6E6F8
(246,230,248)
#F7EBF9
(247,235,249)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBEF0 color. Also use rgb(238,190,240) instead hex code.

Text Font Color

.myTextColor { color: #EEBEF0; }

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

This text font color is #EEBEF0.


Background Color

.myBgColor { background-color: #EEBEF0; }

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

This div background color is #EEBEF0.


Border color

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

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

This div border color is #EEBEF0.


Opacity

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

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

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

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

This text has shadow with #EEBEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBEF0 on black background.


Color preview on white background

This text has color #EEBEF0 on white background.



Black color preview on #EEBEF0 background

This text has black color on #EEBEF0 background.


White color preview on #EEBEF0 background

This text has white color on #EEBEF0 background.