COLOR #EEBDE3

HEX: #EEBDE3
RGB: (238,189,227)

Color info

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

RGB color model

#EEBDE3 color RGB value is (238,189,227).

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

RGB channels and saturation

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

238
189
227

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

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 227 = 654 (100%)
R 238 of 654 ~ 36.39%
G 189 of 654 ~ 28.9%
B 227 of 654 ~ 34.71%

%36.39
%28.9
%34.71

CMYK color model

#EEBDE3 color CMYK value is (0,21,5,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,21,5,7)
C0M21Y5K7 
(0%,21%,5%,7%)
(0.00/0.21/0.05/0.07)	

CMYK percentages

%0
%20.59
%4.62
%6.67

Codes

Color #EEBDE3 in popluar color models

EEBDE3
RGB238189227
HSL313°59.04%83.73%
HSB/HSV313°20.59%93.33%
CMYK0.00%20.59%4.62%
6.67%

Color #EEBDE3 in popluar number systems.

HEXEEBDE3
Decimal238189227
Binary111011101011110111100011
Octal356275343

Shades and tints

Shades of #EEBDE3

#EEBDE3
(238,189,227)
#D9ACCF
(217,172,207)
#C49BBB
(196,155,187)
#AF8AA7
(175,138,167)
#9A7993
(154,121,147)
#85687F
(133,104,127)
#70576B
(112,87,107)
#5B4657
(91,70,87)
#463543
(70,53,67)
#31242F
(49,36,47)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #EEBDE3

#EEBDE3
(238,189,227)
#EFC3E5
(239,195,229)
#F0C9E7
(240,201,231)
#F1CFE9
(241,207,233)
#F2D5EB
(242,213,235)
#F3DBED
(243,219,237)
#F4E1EF
(244,225,239)
#F5E7F1
(245,231,241)
#F6EDF3
(246,237,243)
#F7F3F5
(247,243,245)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDE3; }

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

This text font color is #EEBDE3.


Background Color

.myBgColor { background-color: #EEBDE3; }

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

This div background color is #EEBDE3.


Border color

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

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

This div border color is #EEBDE3.


Opacity

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

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

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

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

This text has shadow with #EEBDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDE3 on black background.


Color preview on white background

This text has color #EEBDE3 on white background.



Black color preview on #EEBDE3 background

This text has black color on #EEBDE3 background.


White color preview on #EEBDE3 background

This text has white color on #EEBDE3 background.