COLOR #E3BCBD

HEX: #E3BCBD
RGB: (227,188,189)

Color info

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

RGB color model

#E3BCBD color RGB value is (227,188,189).

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

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 189 of 255 = 74%

227
188
189

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

Portions of RGB colors in percentages

R + G + B =
227 + 188 + 189 = 604 (100%)
R 227 of 604 ~ 37.58%
G 188 of 604 ~ 31.13%
B 189 of 604 ~ 31.29%

%37.58
%31.13
%31.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(0,17,17,11)
C0M17Y17K11 
(0%,17%,17%,11%)
(0.00/0.17/0.17/0.11)	

CMYK percentages

%0
%17.18
%16.74
%10.98

Codes

Color #E3BCBD in popluar color models

E3BCBD
RGB227188189
HSL358°41.05%81.37%
HSB/HSV358°17.18%89.02%
CMYK0.00%17.18%16.74%
10.98%

Color #E3BCBD in popluar number systems.

HEXE3BCBD
Decimal227188189
Binary111000111011110010111101
Octal343274275

Shades and tints

Shades of #E3BCBD

#E3BCBD
(227,188,189)
#CFABAC
(207,171,172)
#BB9A9B
(187,154,155)
#A7898A
(167,137,138)
#937879
(147,120,121)
#7F6768
(127,103,104)
#6B5657
(107,86,87)
#574546
(87,69,70)
#433435
(67,52,53)
#2F2324
(47,35,36)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #E3BCBD

#E3BCBD
(227,188,189)
#E5C2C3
(229,194,195)
#E7C8C9
(231,200,201)
#E9CECF
(233,206,207)
#EBD4D5
(235,212,213)
#EDDADB
(237,218,219)
#EFE0E1
(239,224,225)
#F1E6E7
(241,230,231)
#F3ECED
(243,236,237)
#F5F2F3
(245,242,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BCBD; }

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

This text font color is #E3BCBD.


Background Color

.myBgColor { background-color: #E3BCBD; }

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

This div background color is #E3BCBD.


Border color

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

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

This div border color is #E3BCBD.


Opacity

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

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

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

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

This text has shadow with #E3BCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BCBD on black background.


Color preview on white background

This text has color #E3BCBD on white background.



Black color preview on #E3BCBD background

This text has black color on #E3BCBD background.


White color preview on #E3BCBD background

This text has white color on #E3BCBD background.