COLOR #EEEBF6

HEX: #EEEBF6
RGB: (238,235,246)

Color info

#EEEBF6 contains red, green and blue colors in about the same proportion. Web safe color of #EEEBF6 is #FFFFFF (or #FFF).

RGB color model

#EEEBF6 color RGB value is (238,235,246).

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

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 246 of 255 = 96%

238
235
246

R + G + B ~ 94%. #EEEBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 246 = 719 (100%)
R 238 of 719 ~ 33.1%
G 235 of 719 ~ 32.68%
B 246 of 719 ~ 34.21%

%33.1
%32.68
%34.21

CMYK color model

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

  • cyan value is 3.25%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,4,0,4)
C3M4Y0K4 
(3%,4%,0%,4%)
(0.03/0.04/0.00/0.04)	

CMYK percentages

%3.25
%4.47
%0
%3.53

Codes

Color #EEEBF6 in popluar color models

EEEBF6
RGB238235246
HSL256°37.93%94.31%
HSB/HSV256°4.47%96.47%
CMYK3.25%4.47%0.00%
3.53%

Color #EEEBF6 in popluar number systems.

HEXEEEBF6
Decimal238235246
Binary111011101110101111110110
Octal356353366

Shades and tints

Shades of #EEEBF6

#EEEBF6
(238,235,246)
#D9D6E0
(217,214,224)
#C4C1CA
(196,193,202)
#AFACB4
(175,172,180)
#9A979E
(154,151,158)
#858288
(133,130,136)
#706D72
(112,109,114)
#5B585C
(91,88,92)
#464346
(70,67,70)
#312E30
(49,46,48)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #EEEBF6

#EEEBF6
(238,235,246)
#EFECF6
(239,236,246)
#F0EDF6
(240,237,246)
#F1EEF6
(241,238,246)
#F2EFF6
(242,239,246)
#F3F0F6
(243,240,246)
#F4F1F6
(244,241,246)
#F5F2F6
(245,242,246)
#F6F3F6
(246,243,246)
#F7F4F6
(247,244,246)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBF6; }

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

This text font color is #EEEBF6.


Background Color

.myBgColor { background-color: #EEEBF6; }

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

This div background color is #EEEBF6.


Border color

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

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

This div border color is #EEEBF6.


Opacity

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

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

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

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

This text has shadow with #EEEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBF6 on black background.


Color preview on white background

This text has color #EEEBF6 on white background.



Black color preview on #EEEBF6 background

This text has black color on #EEEBF6 background.


White color preview on #EEEBF6 background

This text has white color on #EEEBF6 background.