COLOR #E3B9CD

HEX: #E3B9CD RGB: (227,185,205)

Color info

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

RGB color model

#E3B9CD color RGB value is (227,185,205).

RGB: (227,185,205) (89%, 73%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 205 of 255 = 80%

227
185
205

R + G + B ~ 81%. #E3B9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 185 + 205 = 617 (100%)
R 227 of 617 ~ 36.79%
G 185 of 617 ~ 29.98%
B 205 of 617 ~ 33.23'%

%36.79
%29.98
%33.23

CMYK color model

#E3B9CD color CMYK value is (0,19,10,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 9.69%
  • key color value is 10.98%

CMYK: (0,19,10,11)
C0M19Y10K11 (0%, 19%, 10%, 11%)
(0.00 / 0.19 / 0.10 / 0.11)

CMYK percentages

%0
%18.5
%9.69
%10.98

Codes

Color #E3B9CD in popluar color models

E3 B9 CD
RGB 227 185 205
HSL 331° 42.86% 80.78%
HSB/HSV 331° 18.50% 89.02%
CMYK 0.00% 18.50% 9.69%
10.98%

Color #E3B9CD in popluar number systems.

HEX E3 B9 CD
Decimal 227 185 205
Binary 11100011 10111001 11001101
Octal 343 271 315

Shades and tints

Shades of #E3B9CD

#E3B9CD
(227,185,205)
#CFA9BB
(207,169,187)
#BB99A9
(187,153,169)
#A78997
(167,137,151)
#937985
(147,121,133)
#7F6973
(127,105,115)
#6B5961
(107,89,97)
#57494F
(87,73,79)
#43393D
(67,57,61)
#2F292B
(47,41,43)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #E3B9CD

#E3B9CD
(227,185,205)
#E5BFD1
(229,191,209)
#E7C5D5
(231,197,213)
#E9CBD9
(233,203,217)
#EBD1DD
(235,209,221)
#EDD7E1
(237,215,225)
#EFDDE5
(239,221,229)
#F1E3E9
(241,227,233)
#F3E9ED
(243,233,237)
#F5EFF1
(245,239,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9CD; }

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

This text font color is #E3B9CD.

Background Color

.myBgColor { background-color: #E3B9CD; }

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

This div background color is #E3B9CD.

Border color

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

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

This div border color is #E3B9CD.

Opacity

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

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

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

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

This text has shadow with #E3B9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B9CD.

Preview

Color preview on black background

This text has color #E3B9CD on black background.


Color preview on white background

This text has color #E3B9CD on white background.


Black color preview on #E3B9CD background

This text has black color on #E3B9CD background.


White color preview on #E3B9CD background

This text has white color on #E3B9CD background.


Related colors

Complementary color

Complementary color for #hex is #1C4632.


I love getcolorcode.com

Triadic colors

1 #CDE3B9 and #B9CDE3 with #E3B9CD are triadic colors.

2 #CDB9E3 and #B9E3CD with #E3B9CD are triadic colors.