COLOR #EEEBF4

HEX: #EEEBF4
RGB: (238,235,244)

Color info

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

RGB color model

#EEEBF4 color RGB value is (238,235,244).

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

RGB channels and saturation

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

238
235
244

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

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 244 = 717 (100%)
R 238 of 717 ~ 33.19%
G 235 of 717 ~ 32.78%
B 244 of 717 ~ 34.03%

%33.19
%32.78
%34.03

CMYK color model

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

  • cyan value is 2.46%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,4,0,4)
C2M4Y0K4 
(2%,4%,0%,4%)
(0.02/0.04/0.00/0.04)	

CMYK percentages

%2.46
%3.69
%0
%4.31

Codes

Color #EEEBF4 in popluar color models

EEEBF4
RGB238235244
HSL260°29.03%93.92%
HSB/HSV260°3.69%95.69%
CMYK2.46%3.69%0.00%
4.31%

Color #EEEBF4 in popluar number systems.

HEXEEEBF4
Decimal238235244
Binary111011101110101111110100
Octal356353364

Shades and tints

Shades of #EEEBF4

#EEEBF4
(238,235,244)
#D9D6DE
(217,214,222)
#C4C1C8
(196,193,200)
#AFACB2
(175,172,178)
#9A979C
(154,151,156)
#858286
(133,130,134)
#706D70
(112,109,112)
#5B585A
(91,88,90)
#464344
(70,67,68)
#312E2E
(49,46,46)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #EEEBF4

#EEEBF4
(238,235,244)
#EFECF5
(239,236,245)
#F0EDF6
(240,237,246)
#F1EEF7
(241,238,247)
#F2EFF8
(242,239,248)
#F3F0F9
(243,240,249)
#F4F1FA
(244,241,250)
#F5F2FB
(245,242,251)
#F6F3FC
(246,243,252)
#F7F4FD
(247,244,253)
#F8F5FE
(248,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBF4; }

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

This text font color is #EEEBF4.


Background Color

.myBgColor { background-color: #EEEBF4; }

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

This div background color is #EEEBF4.


Border color

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

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

This div border color is #EEEBF4.


Opacity

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

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

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

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

This text has shadow with #EEEBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBF4 on black background.


Color preview on white background

This text has color #EEEBF4 on white background.



Black color preview on #EEEBF4 background

This text has black color on #EEEBF4 background.


White color preview on #EEEBF4 background

This text has white color on #EEEBF4 background.