COLOR #EEBDDB

HEX: #EEBDDB
RGB: (238,189,219)

Color info

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

RGB color model

#EEBDDB color RGB value is (238,189,219).

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

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 219 of 255 = 86%

238
189
219

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

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 219 = 646 (100%)
R 238 of 646 ~ 36.84%
G 189 of 646 ~ 29.26%
B 219 of 646 ~ 33.9%

%36.84
%29.26
%33.9

CMYK color model

#EEBDDB color CMYK value is (0,21,8,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(0,21,8,7)
C0M21Y8K7 
(0%,21%,8%,7%)
(0.00/0.21/0.08/0.07)	

CMYK percentages

%0
%20.59
%7.98
%6.67

Codes

Color #EEBDDB in popluar color models

EEBDDB
RGB238189219
HSL323°59.04%83.73%
HSB/HSV323°20.59%93.33%
CMYK0.00%20.59%7.98%
6.67%

Color #EEBDDB in popluar number systems.

HEXEEBDDB
Decimal238189219
Binary111011101011110111011011
Octal356275333

Shades and tints

Shades of #EEBDDB

#EEBDDB
(238,189,219)
#D9ACC8
(217,172,200)
#C49BB5
(196,155,181)
#AF8AA2
(175,138,162)
#9A798F
(154,121,143)
#85687C
(133,104,124)
#705769
(112,87,105)
#5B4656
(91,70,86)
#463543
(70,53,67)
#312430
(49,36,48)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #EEBDDB

#EEBDDB
(238,189,219)
#EFC3DE
(239,195,222)
#F0C9E1
(240,201,225)
#F1CFE4
(241,207,228)
#F2D5E7
(242,213,231)
#F3DBEA
(243,219,234)
#F4E1ED
(244,225,237)
#F5E7F0
(245,231,240)
#F6EDF3
(246,237,243)
#F7F3F6
(247,243,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDDB; }

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

This text font color is #EEBDDB.


Background Color

.myBgColor { background-color: #EEBDDB; }

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

This div background color is #EEBDDB.


Border color

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

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

This div border color is #EEBDDB.


Opacity

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

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

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

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

This text has shadow with #EEBDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDDB on black background.


Color preview on white background

This text has color #EEBDDB on white background.



Black color preview on #EEBDDB background

This text has black color on #EEBDDB background.


White color preview on #EEBDDB background

This text has white color on #EEBDDB background.