COLOR #EEBBF6

HEX: #EEBBF6
RGB: (238,187,246)

Color info

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

RGB color model

#EEBBF6 color RGB value is (238,187,246).

  • red value is 238;
  • green value is 187;
  • blue value is 246.
RGB:
(238,187,246)
(93%,73%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 246 of 255 = 96%

238
187
246

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

Portions of RGB colors in percentages

R + G + B =
238 + 187 + 246 = 671 (100%)
R 238 of 671 ~ 35.47%
G 187 of 671 ~ 27.87%
B 246 of 671 ~ 36.66%

%35.47
%27.87
%36.66

CMYK color model

#EEBBF6 color CMYK value is (3,24,0,4).

  • cyan value is 3.25%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,24,0,4)
C3M24Y0K4 
(3%,24%,0%,4%)
(0.03/0.24/0.00/0.04)	

CMYK percentages

%3.25
%23.98
%0
%3.53

Codes

Color #EEBBF6 in popluar color models

EEBBF6
RGB238187246
HSL292°76.62%84.90%
HSB/HSV292°23.98%96.47%
CMYK3.25%23.98%0.00%
3.53%

Color #EEBBF6 in popluar number systems.

HEXEEBBF6
Decimal238187246
Binary111011101011101111110110
Octal356273366

Shades and tints

Shades of #EEBBF6

#EEBBF6
(238,187,246)
#D9AAE0
(217,170,224)
#C499CA
(196,153,202)
#AF88B4
(175,136,180)
#9A779E
(154,119,158)
#856688
(133,102,136)
#705572
(112,85,114)
#5B445C
(91,68,92)
#463346
(70,51,70)
#312230
(49,34,48)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #EEBBF6

#EEBBF6
(238,187,246)
#EFC1F6
(239,193,246)
#F0C7F6
(240,199,246)
#F1CDF6
(241,205,246)
#F2D3F6
(242,211,246)
#F3D9F6
(243,217,246)
#F4DFF6
(244,223,246)
#F5E5F6
(245,229,246)
#F6EBF6
(246,235,246)
#F7F1F6
(247,241,246)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBBF6 color. Also use rgb(238,187,246) instead hex code.

Text Font Color

.myTextColor { color: #EEBBF6; }

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

This text font color is #EEBBF6.


Background Color

.myBgColor { background-color: #EEBBF6; }

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

This div background color is #EEBBF6.


Border color

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

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

This div border color is #EEBBF6.


Opacity

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

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

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

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

This text has shadow with #EEBBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBBF6 on black background.


Color preview on white background

This text has color #EEBBF6 on white background.



Black color preview on #EEBBF6 background

This text has black color on #EEBBF6 background.


White color preview on #EEBBF6 background

This text has white color on #EEBBF6 background.