COLOR #EEBEF2

HEX: #EEBEF2
RGB: (238,190,242)

Color info

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

RGB color model

#EEBEF2 color RGB value is (238,190,242).

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

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 242 of 255 = 95%

238
190
242

R + G + B ~ 88%. #EEBEF2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 190 + 242 = 670 (100%)
R 238 of 670 ~ 35.52%
G 190 of 670 ~ 28.36%
B 242 of 670 ~ 36.12%

%35.52
%28.36
%36.12

CMYK color model

#EEBEF2 color CMYK value is (2,21,0,5).

  • cyan value is 1.65%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(2,21,0,5)
C2M21Y0K5 
(2%,21%,0%,5%)
(0.02/0.21/0.00/0.05)	

CMYK percentages

%1.65
%21.49
%0
%5.1

Codes

Color #EEBEF2 in popluar color models

EEBEF2
RGB238190242
HSL295°66.67%84.71%
HSB/HSV295°21.49%94.90%
CMYK1.65%21.49%0.00%
5.10%

Color #EEBEF2 in popluar number systems.

HEXEEBEF2
Decimal238190242
Binary111011101011111011110010
Octal356276362

Shades and tints

Shades of #EEBEF2

#EEBEF2
(238,190,242)
#D9ADDC
(217,173,220)
#C49CC6
(196,156,198)
#AF8BB0
(175,139,176)
#9A7A9A
(154,122,154)
#856984
(133,105,132)
#70586E
(112,88,110)
#5B4758
(91,71,88)
#463642
(70,54,66)
#31252C
(49,37,44)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EEBEF2

#EEBEF2
(238,190,242)
#EFC3F3
(239,195,243)
#F0C8F4
(240,200,244)
#F1CDF5
(241,205,245)
#F2D2F6
(242,210,246)
#F3D7F7
(243,215,247)
#F4DCF8
(244,220,248)
#F5E1F9
(245,225,249)
#F6E6FA
(246,230,250)
#F7EBFB
(247,235,251)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEF2; }

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

This text font color is #EEBEF2.


Background Color

.myBgColor { background-color: #EEBEF2; }

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

This div background color is #EEBEF2.


Border color

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

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

This div border color is #EEBEF2.


Opacity

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

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

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

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

This text has shadow with #EEBEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBEF2 on black background.


Color preview on white background

This text has color #EEBEF2 on white background.



Black color preview on #EEBEF2 background

This text has black color on #EEBEF2 background.


White color preview on #EEBEF2 background

This text has white color on #EEBEF2 background.