COLOR #E4B8BF

HEX: #E4B8BF RGB: (228,184,191)

Color info

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

RGB color model

#E4B8BF color RGB value is (228,184,191).

RGB: (228,184,191) (89%, 72%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 184 of 255 = 72%
B 191 of 255 = 75%

228
184
191

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

Portions of RGB colors in percentages

R + G + B = 228 + 184 + 191 = 603 (100%)
R 228 of 603 ~ 37.81%
G 184 of 603 ~ 30.51%
B 191 of 603 ~ 31.67'%

%37.81
%30.51
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK: (0,19,16,11) C0M19Y16K11 (0%,19%,16%,11%) (0.00/0.19/0.16/0.11) 

CMYK percentages

%0
%19.3
%16.23
%10.59

Codes

Color #E4B8BF in popluar color models

E4 B8 BF
RGB 228 184 191
HSL 350° 44.90% 80.78%
HSB/HSV 350° 19.30% 89.41%
CMYK 0.00% 19.30% 16.23%
10.59%

Color #E4B8BF in popluar number systems.

HEX E4 B8 BF
Decimal 228 184 191
Binary 11100100 10111000 10111111
Octal 344 270 277

Shades and tints

Shades of #E4B8BF

#E4B8BF
(228,184,191)
#D0A8AE
(208,168,174)
#BC989D
(188,152,157)
#A8888C
(168,136,140)
#94787B
(148,120,123)
#80686A
(128,104,106)
#6C5859
(108,88,89)
#584848
(88,72,72)
#443837
(68,56,55)
#302826
(48,40,38)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #E4B8BF

#E4B8BF
(228,184,191)
#E6BEC4
(230,190,196)
#E8C4C9
(232,196,201)
#EACACE
(234,202,206)
#ECD0D3
(236,208,211)
#EED6D8
(238,214,216)
#F0DCDD
(240,220,221)
#F2E2E2
(242,226,226)
#F4E8E7
(244,232,231)
#F6EEEC
(246,238,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B8BF color. Also use rgb(228,184,191) instead hex code.

Text Font Color

.myTextColor { color: #E4B8BF; }

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

This text font color is #E4B8BF.

Background Color

.myBgColor { background-color: #E4B8BF; }

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

This div background color is #E4B8BF.

Border color

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

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

This div border color is #E4B8BF.

Opacity

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

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

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

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

This text has shadow with #E4B8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B8BF.

Preview

Color preview on black background

This text has color #E4B8BF on black background.


Color preview on white background

This text has color #E4B8BF on white background.


Black color preview on #E4B8BF background

This text has black color on #E4B8BF background.


White color preview on #E4B8BF background

This text has white color on #E4B8BF background.


Related colors

Complementary color

Complementary color for #hex is #1B4740.


I love getcolorcode.com

Triadic colors

1 #BFE4B8 and #B8BFE4 with #E4B8BF are triadic colors.

2 #BFB8E4 and #B8E4BF with #E4B8BF are triadic colors.