COLOR #E0BEBD

HEX: #E0BEBD RGB: (224,190,189)

Color info

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

RGB color model

#E0BEBD color RGB value is (224,190,189).

RGB: (224,190,189) (88%, 75%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 189 of 255 = 74%

224
190
189

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

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 189 = 603 (100%)
R 224 of 603 ~ 37.15%
G 190 of 603 ~ 31.51%
B 189 of 603 ~ 31.34'%

%37.15
%31.51
%31.34

CMYK color model

#E0BEBD color CMYK value is (0,15,16,12).

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

CMYK: (0,15,16,12)
C0M15Y16K12 (0%, 15%, 16%, 12%)
(0.00 / 0.15 / 0.16 / 0.12)

CMYK percentages

%0
%15.18
%15.63
%12.16

Codes

Color #E0BEBD in popluar color models

E0 BE BD
RGB 224 190 189
HSL 36.08% 80.98%
HSB/HSV 15.63% 87.84%
CMYK 0.00% 15.18% 15.63%
12.16%

Color #E0BEBD in popluar number systems.

HEX E0 BE BD
Decimal 224 190 189
Binary 11100000 10111110 10111101
Octal 340 276 275

Shades and tints

Shades of #E0BEBD

#E0BEBD
(224,190,189)
#CCADAC
(204,173,172)
#B89C9B
(184,156,155)
#A48B8A
(164,139,138)
#907A79
(144,122,121)
#7C6968
(124,105,104)
#685857
(104,88,87)
#544746
(84,71,70)
#403635
(64,54,53)
#2C2524
(44,37,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E0BEBD

#E0BEBD
(224,190,189)
#E2C3C3
(226,195,195)
#E4C8C9
(228,200,201)
#E6CDCF
(230,205,207)
#E8D2D5
(232,210,213)
#EAD7DB
(234,215,219)
#ECDCE1
(236,220,225)
#EEE1E7
(238,225,231)
#F0E6ED
(240,230,237)
#F2EBF3
(242,235,243)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEBD; }

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

This text font color is #E0BEBD.

Background Color

.myBgColor { background-color: #E0BEBD; }

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

This div background color is #E0BEBD.

Border color

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

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

This div border color is #E0BEBD.

Opacity

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

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

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

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

This text has shadow with #E0BEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BEBD.

Preview

Color preview on black background

This text has color #E0BEBD on black background.


Color preview on white background

This text has color #E0BEBD on white background.


Black color preview on #E0BEBD background

This text has black color on #E0BEBD background.


White color preview on #E0BEBD background

This text has white color on #E0BEBD background.


Related colors

Complementary color

Complementary color for #hex is #1F4142.


I love getcolorcode.com

Triadic colors

1 #BDE0BE and #BEBDE0 with #E0BEBD are triadic colors.

2 #BDBEE0 and #BEE0BD with #E0BEBD are triadic colors.