COLOR #E0BDBF

HEX: #E0BDBF
RGB: (224,189,191)

Color info

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

RGB color model

#E0BDBF color RGB value is (224,189,191).

  • red value is 224;
  • green value is 189;
  • blue value is 191.
RGB:
(224,189,191)
(88%,74%,75%)

RGB channels and saturation

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

224
189
191

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 191 = 604 (100%)
R 224 of 604 ~ 37.09%
G 189 of 604 ~ 31.29%
B 191 of 604 ~ 31.62%

%37.09
%31.29
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK:
(0,16,15,12)
C0M16Y15K12 
(0%,16%,15%,12%)
(0.00/0.16/0.15/0.12)	

CMYK percentages

%0
%15.63
%14.73
%12.16

Codes

Color #E0BDBF in popluar color models

E0BDBF
RGB224189191
HSL357°36.08%80.98%
HSB/HSV357°15.63%87.84%
CMYK0.00%15.63%14.73%
12.16%

Color #E0BDBF in popluar number systems.

HEXE0BDBF
Decimal224189191
Binary111000001011110110111111
Octal340275277

Shades and tints

Shades of #E0BDBF

#E0BDBF
(224,189,191)
#CCACAE
(204,172,174)
#B89B9D
(184,155,157)
#A48A8C
(164,138,140)
#90797B
(144,121,123)
#7C686A
(124,104,106)
#685759
(104,87,89)
#544648
(84,70,72)
#403537
(64,53,55)
#2C2426
(44,36,38)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #E0BDBF

#E0BDBF
(224,189,191)
#E2C3C4
(226,195,196)
#E4C9C9
(228,201,201)
#E6CFCE
(230,207,206)
#E8D5D3
(232,213,211)
#EADBD8
(234,219,216)
#ECE1DD
(236,225,221)
#EEE7E2
(238,231,226)
#F0EDE7
(240,237,231)
#F2F3EC
(242,243,236)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDBF; }

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

This text font color is #E0BDBF.


Background Color

.myBgColor { background-color: #E0BDBF; }

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

This div background color is #E0BDBF.


Border color

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

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

This div border color is #E0BDBF.


Opacity

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

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

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

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

This text has shadow with #E0BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BDBF on black background.


Color preview on white background

This text has color #E0BDBF on white background.



Black color preview on #E0BDBF background

This text has black color on #E0BDBF background.


White color preview on #E0BDBF background

This text has white color on #E0BDBF background.