COLOR #E3BDBB

HEX: #E3BDBB
RGB: (227,189,187)

Color info

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

RGB color model

#E3BDBB color RGB value is (227,189,187).

  • red value is 227;
  • green value is 189;
  • blue value is 187.
RGB:
(227,189,187)
(89%,74%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 187 of 255 = 73%

227
189
187

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 187 = 603 (100%)
R 227 of 603 ~ 37.65%
G 189 of 603 ~ 31.34%
B 187 of 603 ~ 31.01%

%37.65
%31.34
%31.01

CMYK color model

#E3BDBB color CMYK value is (0,17,18,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 17.62%
  • key color value is 10.98%
CMYK:
(0,17,18,11)
C0M17Y18K11 
(0%,17%,18%,11%)
(0.00/0.17/0.18/0.11)	

CMYK percentages

%0
%16.74
%17.62
%10.98

Codes

Color #E3BDBB in popluar color models

E3BDBB
RGB227189187
HSL41.67%81.18%
HSB/HSV17.62%89.02%
CMYK0.00%16.74%17.62%
10.98%

Color #E3BDBB in popluar number systems.

HEXE3BDBB
Decimal227189187
Binary111000111011110110111011
Octal343275273

Shades and tints

Shades of #E3BDBB

#E3BDBB
(227,189,187)
#CFACAA
(207,172,170)
#BB9B99
(187,155,153)
#A78A88
(167,138,136)
#937977
(147,121,119)
#7F6866
(127,104,102)
#6B5755
(107,87,85)
#574644
(87,70,68)
#433533
(67,53,51)
#2F2422
(47,36,34)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #E3BDBB

#E3BDBB
(227,189,187)
#E5C3C1
(229,195,193)
#E7C9C7
(231,201,199)
#E9CFCD
(233,207,205)
#EBD5D3
(235,213,211)
#EDDBD9
(237,219,217)
#EFE1DF
(239,225,223)
#F1E7E5
(241,231,229)
#F3EDEB
(243,237,235)
#F5F3F1
(245,243,241)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BDBB color. Also use rgb(227,189,187) instead hex code.

Text Font Color

.myTextColor { color: #E3BDBB; }

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

This text font color is #E3BDBB.


Background Color

.myBgColor { background-color: #E3BDBB; }

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

This div background color is #E3BDBB.


Border color

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

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

This div border color is #E3BDBB.


Opacity

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

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

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

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

This text has shadow with #E3BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDBB on black background.


Color preview on white background

This text has color #E3BDBB on white background.



Black color preview on #E3BDBB background

This text has black color on #E3BDBB background.


White color preview on #E3BDBB background

This text has white color on #E3BDBB background.