COLOR #E3DDDD

HEX: #E3DDDD RGB: (227,221,221)

Color info

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

RGB color model

#E3DDDD color RGB value is (227,221,221).

RGB: (227,221,221) (89%, 87%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 221 of 255 = 87%

227
221
221

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

Portions of RGB colors in percentages

R + G + B = 227 + 221 + 221 = 669 (100%)
R 227 of 669 ~ 33.93%
G 221 of 669 ~ 33.03%
B 221 of 669 ~ 33.03'%

%33.93
%33.03
%33.03

CMYK color model

#E3DDDD color CMYK value is (0,3,3,11).

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

CMYK: (0,3,3,11)
C0M3Y3K11 (0%, 3%, 3%, 11%)
(0.00 / 0.03 / 0.03 / 0.11)

CMYK percentages

%0
%2.64
%2.64
%10.98

Codes

Color #E3DDDD in popluar color models

E3 DD DD
RGB 227 221 221
HSL 9.68% 87.84%
HSB/HSV 2.64% 89.02%
CMYK 0.00% 2.64% 2.64%
10.98%

Color #E3DDDD in popluar number systems.

HEX E3 DD DD
Decimal 227 221 221
Binary 11100011 11011101 11011101
Octal 343 335 335

Shades and tints

Shades of #E3DDDD

#E3DDDD
(227,221,221)
#CFC9C9
(207,201,201)
#BBB5B5
(187,181,181)
#A7A1A1
(167,161,161)
#938D8D
(147,141,141)
#7F7979
(127,121,121)
#6B6565
(107,101,101)
#575151
(87,81,81)
#433D3D
(67,61,61)
#2F2929
(47,41,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3DDDD

#E3DDDD
(227,221,221)
#E5E0E0
(229,224,224)
#E7E3E3
(231,227,227)
#E9E6E6
(233,230,230)
#EBE9E9
(235,233,233)
#EDECEC
(237,236,236)
#EFEFEF
(239,239,239)
#F1F2F2
(241,242,242)
#F3F5F5
(243,245,245)
#F5F8F8
(245,248,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDDD; }

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

This text font color is #E3DDDD.

Background Color

.myBgColor { background-color: #E3DDDD; }

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

This div background color is #E3DDDD.

Border color

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

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

This div border color is #E3DDDD.

Opacity

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

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

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

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

This text has shadow with #E3DDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DDDD.

Preview

Color preview on black background

This text has color #E3DDDD on black background.


Color preview on white background

This text has color #E3DDDD on white background.


Black color preview on #E3DDDD background

This text has black color on #E3DDDD background.


White color preview on #E3DDDD background

This text has white color on #E3DDDD background.


Related colors

Complementary color

Complementary color for #hex is #1C2222.


I love getcolorcode.com