COLOR #EEBDE4

HEX: #EEBDE4
RGB: (238,189,228)

Color info

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

RGB color model

#EEBDE4 color RGB value is (238,189,228).

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

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 228 of 255 = 89%

238
189
228

R + G + B ~ 85%. #EEBDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 228 = 655 (100%)
R 238 of 655 ~ 36.34%
G 189 of 655 ~ 28.85%
B 228 of 655 ~ 34.81%

%36.34
%28.85
%34.81

CMYK color model

#EEBDE4 color CMYK value is (0,21,4,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,21,4,7)
C0M21Y4K7 
(0%,21%,4%,7%)
(0.00/0.21/0.04/0.07)	

CMYK percentages

%0
%20.59
%4.2
%6.67

Codes

Color #EEBDE4 in popluar color models

EEBDE4
RGB238189228
HSL312°59.04%83.73%
HSB/HSV312°20.59%93.33%
CMYK0.00%20.59%4.20%
6.67%

Color #EEBDE4 in popluar number systems.

HEXEEBDE4
Decimal238189228
Binary111011101011110111100100
Octal356275344

Shades and tints

Shades of #EEBDE4

#EEBDE4
(238,189,228)
#D9ACD0
(217,172,208)
#C49BBC
(196,155,188)
#AF8AA8
(175,138,168)
#9A7994
(154,121,148)
#856880
(133,104,128)
#70576C
(112,87,108)
#5B4658
(91,70,88)
#463544
(70,53,68)
#312430
(49,36,48)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #EEBDE4

#EEBDE4
(238,189,228)
#EFC3E6
(239,195,230)
#F0C9E8
(240,201,232)
#F1CFEA
(241,207,234)
#F2D5EC
(242,213,236)
#F3DBEE
(243,219,238)
#F4E1F0
(244,225,240)
#F5E7F2
(245,231,242)
#F6EDF4
(246,237,244)
#F7F3F6
(247,243,246)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDE4; }

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

This text font color is #EEBDE4.


Background Color

.myBgColor { background-color: #EEBDE4; }

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

This div background color is #EEBDE4.


Border color

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

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

This div border color is #EEBDE4.


Opacity

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

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

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

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

This text has shadow with #EEBDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDE4 on black background.


Color preview on white background

This text has color #EEBDE4 on white background.



Black color preview on #EEBDE4 background

This text has black color on #EEBDE4 background.


White color preview on #EEBDE4 background

This text has white color on #EEBDE4 background.