COLOR #E4B6BD

HEX: #E4B6BD RGB: (228,182,189)

Color info

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

RGB color model

#E4B6BD color RGB value is (228,182,189).

RGB: (228,182,189) (89%, 71%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 189 of 255 = 74%

228
182
189

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

Portions of RGB colors in percentages

R + G + B = 228 + 182 + 189 = 599 (100%)
R 228 of 599 ~ 38.06%
G 182 of 599 ~ 30.38%
B 189 of 599 ~ 31.55'%

%38.06
%30.38
%31.55

CMYK color model

#E4B6BD color CMYK value is (0,20,17,11).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 17.11%
  • key color value is 10.59%

CMYK: (0,20,17,11)
C0M20Y17K11 (0%, 20%, 17%, 11%)
(0.00 / 0.20 / 0.17 / 0.11)

CMYK percentages

%0
%20.18
%17.11
%10.59

Codes

Color #E4B6BD in popluar color models

E4 B6 BD
RGB 228 182 189
HSL 351° 46.00% 80.39%
HSB/HSV 351° 20.18% 89.41%
CMYK 0.00% 20.18% 17.11%
10.59%

Color #E4B6BD in popluar number systems.

HEX E4 B6 BD
Decimal 228 182 189
Binary 11100100 10110110 10111101
Octal 344 266 275

Shades and tints

Shades of #E4B6BD

#E4B6BD
(228,182,189)
#D0A6AC
(208,166,172)
#BC969B
(188,150,155)
#A8868A
(168,134,138)
#947679
(148,118,121)
#806668
(128,102,104)
#6C5657
(108,86,87)
#584646
(88,70,70)
#443635
(68,54,53)
#302624
(48,38,36)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #E4B6BD

#E4B6BD
(228,182,189)
#E6BCC3
(230,188,195)
#E8C2C9
(232,194,201)
#EAC8CF
(234,200,207)
#ECCED5
(236,206,213)
#EED4DB
(238,212,219)
#F0DAE1
(240,218,225)
#F2E0E7
(242,224,231)
#F4E6ED
(244,230,237)
#F6ECF3
(246,236,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B6BD color. Also use rgb(228,182,189) instead hex code.

Text Font Color

.myTextColor { color: #E4B6BD; }

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

This text font color is #E4B6BD.

Background Color

.myBgColor { background-color: #E4B6BD; }

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

This div background color is #E4B6BD.

Border color

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

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

This div border color is #E4B6BD.

Opacity

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

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

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

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

This text has shadow with #E4B6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B6BD.

Preview

Color preview on black background

This text has color #E4B6BD on black background.


Color preview on white background

This text has color #E4B6BD on white background.


Black color preview on #E4B6BD background

This text has black color on #E4B6BD background.


White color preview on #E4B6BD background

This text has white color on #E4B6BD background.


Related colors

Complementary color

Complementary color for #hex is #1B4942.


I love getcolorcode.com

Triadic colors

1 #BDE4B6 and #B6BDE4 with #E4B6BD are triadic colors.

2 #BDB6E4 and #B6E4BD with #E4B6BD are triadic colors.