COLOR #EEBEDE

HEX: #EEBEDE
RGB: (238,190,222)

Color info

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

RGB color model

#EEBEDE color RGB value is (238,190,222).

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

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 222 of 255 = 87%

238
190
222

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

Portions of RGB colors in percentages

R + G + B =
238 + 190 + 222 = 650 (100%)
R 238 of 650 ~ 36.62%
G 190 of 650 ~ 29.23%
B 222 of 650 ~ 34.15%

%36.62
%29.23
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,20,7,7)
C0M20Y7K7 
(0%,20%,7%,7%)
(0.00/0.20/0.07/0.07)	

CMYK percentages

%0
%20.17
%6.72
%6.67

Codes

Color #EEBEDE in popluar color models

EEBEDE
RGB238190222
HSL320°58.54%83.92%
HSB/HSV320°20.17%93.33%
CMYK0.00%20.17%6.72%
6.67%

Color #EEBEDE in popluar number systems.

HEXEEBEDE
Decimal238190222
Binary111011101011111011011110
Octal356276336

Shades and tints

Shades of #EEBEDE

#EEBEDE
(238,190,222)
#D9ADCA
(217,173,202)
#C49CB6
(196,156,182)
#AF8BA2
(175,139,162)
#9A7A8E
(154,122,142)
#85697A
(133,105,122)
#705866
(112,88,102)
#5B4752
(91,71,82)
#46363E
(70,54,62)
#31252A
(49,37,42)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EEBEDE

#EEBEDE
(238,190,222)
#EFC3E1
(239,195,225)
#F0C8E4
(240,200,228)
#F1CDE7
(241,205,231)
#F2D2EA
(242,210,234)
#F3D7ED
(243,215,237)
#F4DCF0
(244,220,240)
#F5E1F3
(245,225,243)
#F6E6F6
(246,230,246)
#F7EBF9
(247,235,249)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEDE; }

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

This text font color is #EEBEDE.


Background Color

.myBgColor { background-color: #EEBEDE; }

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

This div background color is #EEBEDE.


Border color

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

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

This div border color is #EEBEDE.


Opacity

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

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

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

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

This text has shadow with #EEBEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBEDE on black background.


Color preview on white background

This text has color #EEBEDE on white background.



Black color preview on #EEBEDE background

This text has black color on #EEBEDE background.


White color preview on #EEBEDE background

This text has white color on #EEBEDE background.