COLOR #E0BEB6

HEX: #E0BEB6 RGB: (224,190,182)

Color info

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

RGB color model

#E0BEB6 color RGB value is (224,190,182).

RGB: (224,190,182) (88%, 75%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 182 of 255 = 71%

224
190
182

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

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 182 = 596 (100%)
R 224 of 596 ~ 37.58%
G 190 of 596 ~ 31.88%
B 182 of 596 ~ 30.54'%

%37.58
%31.88
%30.54

CMYK color model

#E0BEB6 color CMYK value is (0,15,19,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 18.75%
  • key color value is 12.16%

CMYK: (0,15,19,12)
C0M15Y19K12 (0%, 15%, 19%, 12%)
(0.00 / 0.15 / 0.19 / 0.12)

CMYK percentages

%0
%15.18
%18.75
%12.16

Codes

Color #E0BEB6 in popluar color models

E0 BE B6
RGB 224 190 182
HSL 11° 40.38% 79.61%
HSB/HSV 11° 18.75% 87.84%
CMYK 0.00% 15.18% 18.75%
12.16%

Color #E0BEB6 in popluar number systems.

HEX E0 BE B6
Decimal 224 190 182
Binary 11100000 10111110 10110110
Octal 340 276 266

Shades and tints

Shades of #E0BEB6

#E0BEB6
(224,190,182)
#CCADA6
(204,173,166)
#B89C96
(184,156,150)
#A48B86
(164,139,134)
#907A76
(144,122,118)
#7C6966
(124,105,102)
#685856
(104,88,86)
#544746
(84,71,70)
#403636
(64,54,54)
#2C2526
(44,37,38)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #E0BEB6

#E0BEB6
(224,190,182)
#E2C3BC
(226,195,188)
#E4C8C2
(228,200,194)
#E6CDC8
(230,205,200)
#E8D2CE
(232,210,206)
#EAD7D4
(234,215,212)
#ECDCDA
(236,220,218)
#EEE1E0
(238,225,224)
#F0E6E6
(240,230,230)
#F2EBEC
(242,235,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BEB6 color. Also use rgb(224,190,182) instead hex code.

Text Font Color

.myTextColor { color: #E0BEB6; }

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

This text font color is #E0BEB6.

Background Color

.myBgColor { background-color: #E0BEB6; }

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

This div background color is #E0BEB6.

Border color

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

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

This div border color is #E0BEB6.

Opacity

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

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

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

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

This text has shadow with #E0BEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BEB6.

Preview

Color preview on black background

This text has color #E0BEB6 on black background.


Color preview on white background

This text has color #E0BEB6 on white background.


Black color preview on #E0BEB6 background

This text has black color on #E0BEB6 background.


White color preview on #E0BEB6 background

This text has white color on #E0BEB6 background.


Related colors

Complementary color

Complementary color for #hex is #1F4149.


I love getcolorcode.com

Triadic colors

1 #B6E0BE and #BEB6E0 with #E0BEB6 are triadic colors.

2 #B6BEE0 and #BEE0B6 with #E0BEB6 are triadic colors.