COLOR #EEDBDB

HEX: #EEDBDB
RGB: (238,219,219)

Color info

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

RGB color model

#EEDBDB color RGB value is (238,219,219).

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

RGB channels and saturation

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

238
219
219

R + G + B ~ 88%. #EEDBDB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 219 = 676 (100%)
R 238 of 676 ~ 35.21%
G 219 of 676 ~ 32.4%
B 219 of 676 ~ 32.4%

%35.21
%32.4
%32.4

CMYK color model

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

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

CMYK percentages

%0
%7.98
%7.98
%6.67

Codes

Color #EEDBDB in popluar color models

EEDBDB
RGB238219219
HSL35.85%89.61%
HSB/HSV7.98%93.33%
CMYK0.00%7.98%7.98%
6.67%

Color #EEDBDB in popluar number systems.

HEXEEDBDB
Decimal238219219
Binary111011101101101111011011
Octal356333333

Shades and tints

Shades of #EEDBDB

#EEDBDB
(238,219,219)
#D9C8C8
(217,200,200)
#C4B5B5
(196,181,181)
#AFA2A2
(175,162,162)
#9A8F8F
(154,143,143)
#857C7C
(133,124,124)
#706969
(112,105,105)
#5B5656
(91,86,86)
#464343
(70,67,67)
#313030
(49,48,48)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #EEDBDB

#EEDBDB
(238,219,219)
#EFDEDE
(239,222,222)
#F0E1E1
(240,225,225)
#F1E4E4
(241,228,228)
#F2E7E7
(242,231,231)
#F3EAEA
(243,234,234)
#F4EDED
(244,237,237)
#F5F0F0
(245,240,240)
#F6F3F3
(246,243,243)
#F7F6F6
(247,246,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBDB; }

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

This text font color is #EEDBDB.


Background Color

.myBgColor { background-color: #EEDBDB; }

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

This div background color is #EEDBDB.


Border color

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

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

This div border color is #EEDBDB.


Opacity

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

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

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

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

This text has shadow with #EEDBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBDB on black background.


Color preview on white background

This text has color #EEDBDB on white background.



Black color preview on #EEDBDB background

This text has black color on #EEDBDB background.


White color preview on #EEDBDB background

This text has white color on #EEDBDB background.