COLOR #EEBFE4

HEX: #EEBFE4
RGB: (238,191,228)

Color info

#EEBFE4 contains red, green and blue colors in about the same proportion. Web safe color of #EEBFE4 is #FFCCCC (or #FCC).

RGB color model

#EEBFE4 color RGB value is (238,191,228).

  • red value is 238;
  • green value is 191;
  • blue value is 228.
RGB:
(238,191,228)
(93%,75%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 191 of 255 = 75%
B 228 of 255 = 89%

238
191
228

R + G + B ~ 86%. #EEBFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 191 + 228 = 657 (100%)
R 238 of 657 ~ 36.23%
G 191 of 657 ~ 29.07%
B 228 of 657 ~ 34.7%

%36.23
%29.07
%34.7

CMYK color model

#EEBFE4 color CMYK value is (0,20,4,7).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,20,4,7)
C0M20Y4K7 
(0%,20%,4%,7%)
(0.00/0.20/0.04/0.07)	

CMYK percentages

%0
%19.75
%4.2
%6.67

Codes

Color #EEBFE4 in popluar color models

EEBFE4
RGB238191228
HSL313°58.02%84.12%
HSB/HSV313°19.75%93.33%
CMYK0.00%19.75%4.20%
6.67%

Color #EEBFE4 in popluar number systems.

HEXEEBFE4
Decimal238191228
Binary111011101011111111100100
Octal356277344

Shades and tints

Shades of #EEBFE4

#EEBFE4
(238,191,228)
#D9AED0
(217,174,208)
#C49DBC
(196,157,188)
#AF8CA8
(175,140,168)
#9A7B94
(154,123,148)
#856A80
(133,106,128)
#70596C
(112,89,108)
#5B4858
(91,72,88)
#463744
(70,55,68)
#312630
(49,38,48)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #EEBFE4

#EEBFE4
(238,191,228)
#EFC4E6
(239,196,230)
#F0C9E8
(240,201,232)
#F1CEEA
(241,206,234)
#F2D3EC
(242,211,236)
#F3D8EE
(243,216,238)
#F4DDF0
(244,221,240)
#F5E2F2
(245,226,242)
#F6E7F4
(246,231,244)
#F7ECF6
(247,236,246)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBFE4 color. Also use rgb(238,191,228) instead hex code.

Text Font Color

.myTextColor { color: #EEBFE4; }

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

This text font color is #EEBFE4.


Background Color

.myBgColor { background-color: #EEBFE4; }

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

This div background color is #EEBFE4.


Border color

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

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

This div border color is #EEBFE4.


Opacity

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

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

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

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

This text has shadow with #EEBFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBFE4 on black background.


Color preview on white background

This text has color #EEBFE4 on white background.



Black color preview on #EEBFE4 background

This text has black color on #EEBFE4 background.


White color preview on #EEBFE4 background

This text has white color on #EEBFE4 background.