COLOR #EEBFFA

HEX: #EEBFFA
RGB: (238,191,250)

Color info

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

RGB color model

#EEBFFA color RGB value is (238,191,250).

  • red value is 238;
  • green value is 191;
  • blue value is 250.
RGB:
(238,191,250)
(93%,75%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 191 of 255 = 75%
B 250 of 255 = 98%

238
191
250

R + G + B ~ 89%. #EEBFFA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 191 + 250 = 679 (100%)
R 238 of 679 ~ 35.05%
G 191 of 679 ~ 28.13%
B 250 of 679 ~ 36.82%

%35.05
%28.13
%36.82

CMYK color model

#EEBFFA color CMYK value is (5,24,0,2).

  • cyan value is 4.80%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,24,0,2)
C5M24Y0K2 
(5%,24%,0%,2%)
(0.05/0.24/0.00/0.02)	

CMYK percentages

%4.8
%23.6
%0
%1.96

Codes

Color #EEBFFA in popluar color models

EEBFFA
RGB238191250
HSL288°85.51%86.47%
HSB/HSV288°23.60%98.04%
CMYK4.80%23.60%0.00%
1.96%

Color #EEBFFA in popluar number systems.

HEXEEBFFA
Decimal238191250
Binary111011101011111111111010
Octal356277372

Shades and tints

Shades of #EEBFFA

#EEBFFA
(238,191,250)
#D9AEE4
(217,174,228)
#C49DCE
(196,157,206)
#AF8CB8
(175,140,184)
#9A7BA2
(154,123,162)
#856A8C
(133,106,140)
#705976
(112,89,118)
#5B4860
(91,72,96)
#46374A
(70,55,74)
#312634
(49,38,52)
#1C151E
(28,21,30)
#000000
(0,0,0)

Tints of #EEBFFA

#EEBFFA
(238,191,250)
#EFC4FA
(239,196,250)
#F0C9FA
(240,201,250)
#F1CEFA
(241,206,250)
#F2D3FA
(242,211,250)
#F3D8FA
(243,216,250)
#F4DDFA
(244,221,250)
#F5E2FA
(245,226,250)
#F6E7FA
(246,231,250)
#F7ECFA
(247,236,250)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBFFA color. Also use rgb(238,191,250) instead hex code.

Text Font Color

.myTextColor { color: #EEBFFA; }

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

This text font color is #EEBFFA.


Background Color

.myBgColor { background-color: #EEBFFA; }

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

This div background color is #EEBFFA.


Border color

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

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

This div border color is #EEBFFA.


Opacity

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

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

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

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

This text has shadow with #EEBFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBFFA on black background.


Color preview on white background

This text has color #EEBFFA on white background.



Black color preview on #EEBFFA background

This text has black color on #EEBFFA background.


White color preview on #EEBFFA background

This text has white color on #EEBFFA background.