COLOR #EEBEDB

HEX: #EEBEDB
RGB: (238,190,219)

Color info

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

RGB color model

#EEBEDB color RGB value is (238,190,219).

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

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 219 of 255 = 86%

238
190
219

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

Portions of RGB colors in percentages

R + G + B =
238 + 190 + 219 = 647 (100%)
R 238 of 647 ~ 36.79%
G 190 of 647 ~ 29.37%
B 219 of 647 ~ 33.85%

%36.79
%29.37
%33.85

CMYK color model

#EEBEDB color CMYK value is (0,20,8,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(0,20,8,7)
C0M20Y8K7 
(0%,20%,8%,7%)
(0.00/0.20/0.08/0.07)	

CMYK percentages

%0
%20.17
%7.98
%6.67

Codes

Color #EEBEDB in popluar color models

EEBEDB
RGB238190219
HSL324°58.54%83.92%
HSB/HSV324°20.17%93.33%
CMYK0.00%20.17%7.98%
6.67%

Color #EEBEDB in popluar number systems.

HEXEEBEDB
Decimal238190219
Binary111011101011111011011011
Octal356276333

Shades and tints

Shades of #EEBEDB

#EEBEDB
(238,190,219)
#D9ADC8
(217,173,200)
#C49CB5
(196,156,181)
#AF8BA2
(175,139,162)
#9A7A8F
(154,122,143)
#85697C
(133,105,124)
#705869
(112,88,105)
#5B4756
(91,71,86)
#463643
(70,54,67)
#312530
(49,37,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #EEBEDB

#EEBEDB
(238,190,219)
#EFC3DE
(239,195,222)
#F0C8E1
(240,200,225)
#F1CDE4
(241,205,228)
#F2D2E7
(242,210,231)
#F3D7EA
(243,215,234)
#F4DCED
(244,220,237)
#F5E1F0
(245,225,240)
#F6E6F3
(246,230,243)
#F7EBF6
(247,235,246)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEDB; }

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

This text font color is #EEBEDB.


Background Color

.myBgColor { background-color: #EEBEDB; }

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

This div background color is #EEBEDB.


Border color

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

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

This div border color is #EEBEDB.


Opacity

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

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

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

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

This text has shadow with #EEBEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBEDB on black background.


Color preview on white background

This text has color #EEBEDB on white background.



Black color preview on #EEBEDB background

This text has black color on #EEBEDB background.


White color preview on #EEBEDB background

This text has white color on #EEBEDB background.