COLOR #EEBADB

HEX: #EEBADB
RGB: (238,186,219)

Color info

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

RGB color model

#EEBADB color RGB value is (238,186,219).

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

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 219 of 255 = 86%

238
186
219

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

Portions of RGB colors in percentages

R + G + B =
238 + 186 + 219 = 643 (100%)
R 238 of 643 ~ 37.01%
G 186 of 643 ~ 28.93%
B 219 of 643 ~ 34.06%

%37.01
%28.93
%34.06

CMYK color model

#EEBADB color CMYK value is (0,22,8,7).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(0,22,8,7)
C0M22Y8K7 
(0%,22%,8%,7%)
(0.00/0.22/0.08/0.07)	

CMYK percentages

%0
%21.85
%7.98
%6.67

Codes

Color #EEBADB in popluar color models

EEBADB
RGB238186219
HSL322°60.47%83.14%
HSB/HSV322°21.85%93.33%
CMYK0.00%21.85%7.98%
6.67%

Color #EEBADB in popluar number systems.

HEXEEBADB
Decimal238186219
Binary111011101011101011011011
Octal356272333

Shades and tints

Shades of #EEBADB

#EEBADB
(238,186,219)
#D9AAC8
(217,170,200)
#C49AB5
(196,154,181)
#AF8AA2
(175,138,162)
#9A7A8F
(154,122,143)
#856A7C
(133,106,124)
#705A69
(112,90,105)
#5B4A56
(91,74,86)
#463A43
(70,58,67)
#312A30
(49,42,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #EEBADB

#EEBADB
(238,186,219)
#EFC0DE
(239,192,222)
#F0C6E1
(240,198,225)
#F1CCE4
(241,204,228)
#F2D2E7
(242,210,231)
#F3D8EA
(243,216,234)
#F4DEED
(244,222,237)
#F5E4F0
(245,228,240)
#F6EAF3
(246,234,243)
#F7F0F6
(247,240,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBADB; }

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

This text font color is #EEBADB.


Background Color

.myBgColor { background-color: #EEBADB; }

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

This div background color is #EEBADB.


Border color

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

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

This div border color is #EEBADB.


Opacity

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

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

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

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

This text has shadow with #EEBADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBADB on black background.


Color preview on white background

This text has color #EEBADB on white background.



Black color preview on #EEBADB background

This text has black color on #EEBADB background.


White color preview on #EEBADB background

This text has white color on #EEBADB background.