COLOR #EEEBF9

HEX: #EEEBF9
RGB: (238,235,249)

Color info

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

RGB color model

#EEEBF9 color RGB value is (238,235,249).

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

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 249 of 255 = 98%

238
235
249

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

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 249 = 722 (100%)
R 238 of 722 ~ 32.96%
G 235 of 722 ~ 32.55%
B 249 of 722 ~ 34.49%

%32.96
%32.55
%34.49

CMYK color model

#EEEBF9 color CMYK value is (4,6,0,2).

  • cyan value is 4.42%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,6,0,2)
C4M6Y0K2 
(4%,6%,0%,2%)
(0.04/0.06/0.00/0.02)	

CMYK percentages

%4.42
%5.62
%0
%2.35

Codes

Color #EEEBF9 in popluar color models

EEEBF9
RGB238235249
HSL253°53.85%94.90%
HSB/HSV253°5.62%97.65%
CMYK4.42%5.62%0.00%
2.35%

Color #EEEBF9 in popluar number systems.

HEXEEEBF9
Decimal238235249
Binary111011101110101111111001
Octal356353371

Shades and tints

Shades of #EEEBF9

#EEEBF9
(238,235,249)
#D9D6E3
(217,214,227)
#C4C1CD
(196,193,205)
#AFACB7
(175,172,183)
#9A97A1
(154,151,161)
#85828B
(133,130,139)
#706D75
(112,109,117)
#5B585F
(91,88,95)
#464349
(70,67,73)
#312E33
(49,46,51)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #EEEBF9

#EEEBF9
(238,235,249)
#EFECF9
(239,236,249)
#F0EDF9
(240,237,249)
#F1EEF9
(241,238,249)
#F2EFF9
(242,239,249)
#F3F0F9
(243,240,249)
#F4F1F9
(244,241,249)
#F5F2F9
(245,242,249)
#F6F3F9
(246,243,249)
#F7F4F9
(247,244,249)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBF9; }

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

This text font color is #EEEBF9.


Background Color

.myBgColor { background-color: #EEEBF9; }

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

This div background color is #EEEBF9.


Border color

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

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

This div border color is #EEEBF9.


Opacity

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

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

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

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

This text has shadow with #EEEBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBF9 on black background.


Color preview on white background

This text has color #EEEBF9 on white background.



Black color preview on #EEEBF9 background

This text has black color on #EEEBF9 background.


White color preview on #EEEBF9 background

This text has white color on #EEEBF9 background.