COLOR #EEDBE6

HEX: #EEDBE6
RGB: (238,219,230)

Color info

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

RGB color model

#EEDBE6 color RGB value is (238,219,230).

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

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 230 of 255 = 90%

238
219
230

R + G + B ~ 90%. #EEDBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 230 = 687 (100%)
R 238 of 687 ~ 34.64%
G 219 of 687 ~ 31.88%
B 230 of 687 ~ 33.48%

%34.64
%31.88
%33.48

CMYK color model

#EEDBE6 color CMYK value is (0,8,3,7).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(0,8,3,7)
C0M8Y3K7 
(0%,8%,3%,7%)
(0.00/0.08/0.03/0.07)	

CMYK percentages

%0
%7.98
%3.36
%6.67

Codes

Color #EEDBE6 in popluar color models

EEDBE6
RGB238219230
HSL325°35.85%89.61%
HSB/HSV325°7.98%93.33%
CMYK0.00%7.98%3.36%
6.67%

Color #EEDBE6 in popluar number systems.

HEXEEDBE6
Decimal238219230
Binary111011101101101111100110
Octal356333346

Shades and tints

Shades of #EEDBE6

#EEDBE6
(238,219,230)
#D9C8D2
(217,200,210)
#C4B5BE
(196,181,190)
#AFA2AA
(175,162,170)
#9A8F96
(154,143,150)
#857C82
(133,124,130)
#70696E
(112,105,110)
#5B565A
(91,86,90)
#464346
(70,67,70)
#313032
(49,48,50)
#1C1D1E
(28,29,30)
#000000
(0,0,0)

Tints of #EEDBE6

#EEDBE6
(238,219,230)
#EFDEE8
(239,222,232)
#F0E1EA
(240,225,234)
#F1E4EC
(241,228,236)
#F2E7EE
(242,231,238)
#F3EAF0
(243,234,240)
#F4EDF2
(244,237,242)
#F5F0F4
(245,240,244)
#F6F3F6
(246,243,246)
#F7F6F8
(247,246,248)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBE6; }

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

This text font color is #EEDBE6.


Background Color

.myBgColor { background-color: #EEDBE6; }

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

This div background color is #EEDBE6.


Border color

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

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

This div border color is #EEDBE6.


Opacity

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

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

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

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

This text has shadow with #EEDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBE6 on black background.


Color preview on white background

This text has color #EEDBE6 on white background.



Black color preview on #EEDBE6 background

This text has black color on #EEDBE6 background.


White color preview on #EEDBE6 background

This text has white color on #EEDBE6 background.