COLOR #E3BCBE

HEX: #E3BCBE
RGB: (227,188,190)

Color info

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

RGB color model

#E3BCBE color RGB value is (227,188,190).

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

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 190 of 255 = 75%

227
188
190

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

Portions of RGB colors in percentages

R + G + B =
227 + 188 + 190 = 605 (100%)
R 227 of 605 ~ 37.52%
G 188 of 605 ~ 31.07%
B 190 of 605 ~ 31.4%

%37.52
%31.07
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK:
(0,17,16,11)
C0M17Y16K11 
(0%,17%,16%,11%)
(0.00/0.17/0.16/0.11)	

CMYK percentages

%0
%17.18
%16.3
%10.98

Codes

Color #E3BCBE in popluar color models

E3BCBE
RGB227188190
HSL357°41.05%81.37%
HSB/HSV357°17.18%89.02%
CMYK0.00%17.18%16.30%
10.98%

Color #E3BCBE in popluar number systems.

HEXE3BCBE
Decimal227188190
Binary111000111011110010111110
Octal343274276

Shades and tints

Shades of #E3BCBE

#E3BCBE
(227,188,190)
#CFABAD
(207,171,173)
#BB9A9C
(187,154,156)
#A7898B
(167,137,139)
#93787A
(147,120,122)
#7F6769
(127,103,105)
#6B5658
(107,86,88)
#574547
(87,69,71)
#433436
(67,52,54)
#2F2325
(47,35,37)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E3BCBE

#E3BCBE
(227,188,190)
#E5C2C3
(229,194,195)
#E7C8C8
(231,200,200)
#E9CECD
(233,206,205)
#EBD4D2
(235,212,210)
#EDDAD7
(237,218,215)
#EFE0DC
(239,224,220)
#F1E6E1
(241,230,225)
#F3ECE6
(243,236,230)
#F5F2EB
(245,242,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BCBE; }

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

This text font color is #E3BCBE.


Background Color

.myBgColor { background-color: #E3BCBE; }

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

This div background color is #E3BCBE.


Border color

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

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

This div border color is #E3BCBE.


Opacity

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

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

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

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

This text has shadow with #E3BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BCBE on black background.


Color preview on white background

This text has color #E3BCBE on white background.



Black color preview on #E3BCBE background

This text has black color on #E3BCBE background.


White color preview on #E3BCBE background

This text has white color on #E3BCBE background.