COLOR #E3B7BE

HEX: #E3B7BE RGB: (227,183,190)

Color info

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

RGB color model

#E3B7BE color RGB value is (227,183,190).

RGB: (227,183,190) (89%, 72%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 183 of 255 = 72%
B 190 of 255 = 75%

227
183
190

R + G + B ~ 79%. #E3B7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 183 + 190 = 600 (100%)
R 227 of 600 ~ 37.83%
G 183 of 600 ~ 30.5%
B 190 of 600 ~ 31.67'%

%37.83
%30.5
%31.67

CMYK color model

#E3B7BE color CMYK value is (0,19,16,11).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 16.30%
  • key color value is 10.98%

CMYK: (0,19,16,11)
C0M19Y16K11 (0%, 19%, 16%, 11%)
(0.00 / 0.19 / 0.16 / 0.11)

CMYK percentages

%0
%19.38
%16.3
%10.98

Codes

Color #E3B7BE in popluar color models

E3 B7 BE
RGB 227 183 190
HSL 350° 44.00% 80.39%
HSB/HSV 350° 19.38% 89.02%
CMYK 0.00% 19.38% 16.30%
10.98%

Color #E3B7BE in popluar number systems.

HEX E3 B7 BE
Decimal 227 183 190
Binary 11100011 10110111 10111110
Octal 343 267 276

Shades and tints

Shades of #E3B7BE

#E3B7BE
(227,183,190)
#CFA7AD
(207,167,173)
#BB979C
(187,151,156)
#A7878B
(167,135,139)
#93777A
(147,119,122)
#7F6769
(127,103,105)
#6B5758
(107,87,88)
#574747
(87,71,71)
#433736
(67,55,54)
#2F2725
(47,39,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3B7BE

#E3B7BE
(227,183,190)
#E5BDC3
(229,189,195)
#E7C3C8
(231,195,200)
#E9C9CD
(233,201,205)
#EBCFD2
(235,207,210)
#EDD5D7
(237,213,215)
#EFDBDC
(239,219,220)
#F1E1E1
(241,225,225)
#F3E7E6
(243,231,230)
#F5EDEB
(245,237,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B7BE; }

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

This text font color is #E3B7BE.

Background Color

.myBgColor { background-color: #E3B7BE; }

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

This div background color is #E3B7BE.

Border color

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

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

This div border color is #E3B7BE.

Opacity

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

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

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

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

This text has shadow with #E3B7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B7BE.

Preview

Color preview on black background

This text has color #E3B7BE on black background.


Color preview on white background

This text has color #E3B7BE on white background.


Black color preview on #E3B7BE background

This text has black color on #E3B7BE background.


White color preview on #E3B7BE background

This text has white color on #E3B7BE background.


Related colors

Complementary color

Complementary color for #hex is #1C4841.


I love getcolorcode.com

Triadic colors

1 #BEE3B7 and #B7BEE3 with #E3B7BE are triadic colors.

2 #BEB7E3 and #B7E3BE with #E3B7BE are triadic colors.