COLOR #E3B7BD

HEX: #E3B7BD RGB: (227,183,189)

Color info

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

RGB color model

#E3B7BD color RGB value is (227,183,189).

RGB: (227,183,189) (89%, 72%, 74%)

RGB channels and saturation

R 227 of 255 = 89%
G 183 of 255 = 72%
B 189 of 255 = 74%

227
183
189

R + G + B ~ 78%. #E3B7BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 183 + 189 = 599 (100%)
R 227 of 599 ~ 37.9%
G 183 of 599 ~ 30.55%
B 189 of 599 ~ 31.55'%

%37.9
%30.55
%31.55

CMYK color model

#E3B7BD color CMYK value is (0,19,17,11).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK: (0,19,17,11) C0M19Y17K11 (0%,19%,17%,11%) (0.00/0.19/0.17/0.11) 

CMYK percentages

%0
%19.38
%16.74
%10.98

Codes

Color #E3B7BD in popluar color models

E3 B7 BD
RGB 227 183 189
HSL 352° 44.00% 80.39%
HSB/HSV 352° 19.38% 89.02%
CMYK 0.00% 19.38% 16.74%
10.98%

Color #E3B7BD in popluar number systems.

HEX E3 B7 BD
Decimal 227 183 189
Binary 11100011 10110111 10111101
Octal 343 267 275

Shades and tints

Shades of #E3B7BD

#E3B7BD
(227,183,189)
#CFA7AC
(207,167,172)
#BB979B
(187,151,155)
#A7878A
(167,135,138)
#937779
(147,119,121)
#7F6768
(127,103,104)
#6B5757
(107,87,87)
#574746
(87,71,70)
#433735
(67,55,53)
#2F2724
(47,39,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #E3B7BD

#E3B7BD
(227,183,189)
#E5BDC3
(229,189,195)
#E7C3C9
(231,195,201)
#E9C9CF
(233,201,207)
#EBCFD5
(235,207,213)
#EDD5DB
(237,213,219)
#EFDBE1
(239,219,225)
#F1E1E7
(241,225,231)
#F3E7ED
(243,231,237)
#F5EDF3
(245,237,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B7BD; }

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

This text font color is #E3B7BD.

Background Color

.myBgColor { background-color: #E3B7BD; }

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

This div background color is #E3B7BD.

Border color

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

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

This div border color is #E3B7BD.

Opacity

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

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

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

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

This text has shadow with #E3B7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B7BD.

Preview

Color preview on black background

This text has color #E3B7BD on black background.


Color preview on white background

This text has color #E3B7BD on white background.


Black color preview on #E3B7BD background

This text has black color on #E3B7BD background.


White color preview on #E3B7BD background

This text has white color on #E3B7BD background.


Related colors

Complementary color

Complementary color for #hex is #1C4842.


I love getcolorcode.com

Triadic colors

1 #BDE3B7 and #B7BDE3 with #E3B7BD are triadic colors.

2 #BDB7E3 and #B7E3BD with #E3B7BD are triadic colors.