COLOR #E3DBDB

HEX: #E3DBDB RGB: (227,219,219)

Color info

#E3DBDB contains red, green and blue colors in about the same proportion. Web safe color of #E3DBDB is #CCCCCC (or #CCC).

RGB color model

#E3DBDB color RGB value is (227,219,219).

RGB: (227,219,219) (89%, 86%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 219 of 255 = 86%

227
219
219

R + G + B ~ 87%. #E3DBDB is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 219 = 665 (100%)
R 227 of 665 ~ 34.14%
G 219 of 665 ~ 32.93%
B 219 of 665 ~ 32.93'%

%34.14
%32.93
%32.93

CMYK color model

#E3DBDB color CMYK value is (0,4,4,11).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 3.52%
  • key color value is 10.98%

CMYK: (0,4,4,11)
C0M4Y4K11 (0%, 4%, 4%, 11%)
(0.00 / 0.04 / 0.04 / 0.11)

CMYK percentages

%0
%3.52
%3.52
%10.98

Codes

Color #E3DBDB in popluar color models

E3 DB DB
RGB 227 219 219
HSL 12.50% 87.45%
HSB/HSV 3.52% 89.02%
CMYK 0.00% 3.52% 3.52%
10.98%

Color #E3DBDB in popluar number systems.

HEX E3 DB DB
Decimal 227 219 219
Binary 11100011 11011011 11011011
Octal 343 333 333

Shades and tints

Shades of #E3DBDB

#E3DBDB
(227,219,219)
#CFC8C8
(207,200,200)
#BBB5B5
(187,181,181)
#A7A2A2
(167,162,162)
#938F8F
(147,143,143)
#7F7C7C
(127,124,124)
#6B6969
(107,105,105)
#575656
(87,86,86)
#434343
(67,67,67)
#2F3030
(47,48,48)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #E3DBDB

#E3DBDB
(227,219,219)
#E5DEDE
(229,222,222)
#E7E1E1
(231,225,225)
#E9E4E4
(233,228,228)
#EBE7E7
(235,231,231)
#EDEAEA
(237,234,234)
#EFEDED
(239,237,237)
#F1F0F0
(241,240,240)
#F3F3F3
(243,243,243)
#F5F6F6
(245,246,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBDB; }

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

This text font color is #E3DBDB.

Background Color

.myBgColor { background-color: #E3DBDB; }

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

This div background color is #E3DBDB.

Border color

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

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

This div border color is #E3DBDB.

Opacity

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

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

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

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

This text has shadow with #E3DBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBDB.

Preview

Color preview on black background

This text has color #E3DBDB on black background.


Color preview on white background

This text has color #E3DBDB on white background.


Black color preview on #E3DBDB background

This text has black color on #E3DBDB background.


White color preview on #E3DBDB background

This text has white color on #E3DBDB background.


Related colors

Complementary color

Complementary color for #hex is #1C2424.


I love getcolorcode.com