COLOR #EEBADF

HEX: #EEBADF
RGB: (238,186,223)

Color info

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

RGB color model

#EEBADF color RGB value is (238,186,223).

  • red value is 238;
  • green value is 186;
  • blue value is 223.
RGB:
(238,186,223)
(93%,73%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 223 of 255 = 87%

238
186
223

R + G + B ~ 84%. #EEBADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 186 + 223 = 647 (100%)
R 238 of 647 ~ 36.79%
G 186 of 647 ~ 28.75%
B 223 of 647 ~ 34.47%

%36.79
%28.75
%34.47

CMYK color model

#EEBADF color CMYK value is (0,22,6,7).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(0,22,6,7)
C0M22Y6K7 
(0%,22%,6%,7%)
(0.00/0.22/0.06/0.07)	

CMYK percentages

%0
%21.85
%6.3
%6.67

Codes

Color #EEBADF in popluar color models

EEBADF
RGB238186223
HSL317°60.47%83.14%
HSB/HSV317°21.85%93.33%
CMYK0.00%21.85%6.30%
6.67%

Color #EEBADF in popluar number systems.

HEXEEBADF
Decimal238186223
Binary111011101011101011011111
Octal356272337

Shades and tints

Shades of #EEBADF

#EEBADF
(238,186,223)
#D9AACB
(217,170,203)
#C49AB7
(196,154,183)
#AF8AA3
(175,138,163)
#9A7A8F
(154,122,143)
#856A7B
(133,106,123)
#705A67
(112,90,103)
#5B4A53
(91,74,83)
#463A3F
(70,58,63)
#312A2B
(49,42,43)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EEBADF

#EEBADF
(238,186,223)
#EFC0E1
(239,192,225)
#F0C6E3
(240,198,227)
#F1CCE5
(241,204,229)
#F2D2E7
(242,210,231)
#F3D8E9
(243,216,233)
#F4DEEB
(244,222,235)
#F5E4ED
(245,228,237)
#F6EAEF
(246,234,239)
#F7F0F1
(247,240,241)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBADF color. Also use rgb(238,186,223) instead hex code.

Text Font Color

.myTextColor { color: #EEBADF; }

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

This text font color is #EEBADF.


Background Color

.myBgColor { background-color: #EEBADF; }

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

This div background color is #EEBADF.


Border color

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

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

This div border color is #EEBADF.


Opacity

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

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

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

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

This text has shadow with #EEBADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBADF on black background.


Color preview on white background

This text has color #EEBADF on white background.



Black color preview on #EEBADF background

This text has black color on #EEBADF background.


White color preview on #EEBADF background

This text has white color on #EEBADF background.