COLOR #EEEBFB

HEX: #EEEBFB
RGB: (238,235,251)

Color info

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

RGB color model

#EEEBFB color RGB value is (238,235,251).

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

RGB channels and saturation

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

238
235
251

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

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 251 = 724 (100%)
R 238 of 724 ~ 32.87%
G 235 of 724 ~ 32.46%
B 251 of 724 ~ 34.67%

%32.87
%32.46
%34.67

CMYK color model

#EEEBFB color CMYK value is (5,6,0,2).

  • cyan value is 5.18%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,6,0,2)
C5M6Y0K2 
(5%,6%,0%,2%)
(0.05/0.06/0.00/0.02)	

CMYK percentages

%5.18
%6.37
%0
%1.57

Codes

Color #EEEBFB in popluar color models

EEEBFB
RGB238235251
HSL251°66.67%95.29%
HSB/HSV251°6.37%98.43%
CMYK5.18%6.37%0.00%
1.57%

Color #EEEBFB in popluar number systems.

HEXEEEBFB
Decimal238235251
Binary111011101110101111111011
Octal356353373

Shades and tints

Shades of #EEEBFB

#EEEBFB
(238,235,251)
#D9D6E5
(217,214,229)
#C4C1CF
(196,193,207)
#AFACB9
(175,172,185)
#9A97A3
(154,151,163)
#85828D
(133,130,141)
#706D77
(112,109,119)
#5B5861
(91,88,97)
#46434B
(70,67,75)
#312E35
(49,46,53)
#1C191F
(28,25,31)
#000000
(0,0,0)

Tints of #EEEBFB

#EEEBFB
(238,235,251)
#EFECFB
(239,236,251)
#F0EDFB
(240,237,251)
#F1EEFB
(241,238,251)
#F2EFFB
(242,239,251)
#F3F0FB
(243,240,251)
#F4F1FB
(244,241,251)
#F5F2FB
(245,242,251)
#F6F3FB
(246,243,251)
#F7F4FB
(247,244,251)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBFB; }

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

This text font color is #EEEBFB.


Background Color

.myBgColor { background-color: #EEEBFB; }

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

This div background color is #EEEBFB.


Border color

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

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

This div border color is #EEEBFB.


Opacity

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

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

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

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

This text has shadow with #EEEBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBFB on black background.


Color preview on white background

This text has color #EEEBFB on white background.



Black color preview on #EEEBFB background

This text has black color on #EEEBFB background.


White color preview on #EEEBFB background

This text has white color on #EEEBFB background.