COLOR #E3BECB

HEX: #E3BECB
RGB: (227,190,203)

Color info

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

RGB color model

#E3BECB color RGB value is (227,190,203).

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

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 203 of 255 = 80%

227
190
203

R + G + B ~ 81%. #E3BECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 190 + 203 = 620 (100%)
R 227 of 620 ~ 36.61%
G 190 of 620 ~ 30.65%
B 203 of 620 ~ 32.74%

%36.61
%30.65
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(0,16,11,11)
C0M16Y11K11 
(0%,16%,11%,11%)
(0.00/0.16/0.11/0.11)	

CMYK percentages

%0
%16.3
%10.57
%10.98

Codes

Color #E3BECB in popluar color models

E3BECB
RGB227190203
HSL339°39.78%81.76%
HSB/HSV339°16.30%89.02%
CMYK0.00%16.30%10.57%
10.98%

Color #E3BECB in popluar number systems.

HEXE3BECB
Decimal227190203
Binary111000111011111011001011
Octal343276313

Shades and tints

Shades of #E3BECB

#E3BECB
(227,190,203)
#CFADB9
(207,173,185)
#BB9CA7
(187,156,167)
#A78B95
(167,139,149)
#937A83
(147,122,131)
#7F6971
(127,105,113)
#6B585F
(107,88,95)
#57474D
(87,71,77)
#43363B
(67,54,59)
#2F2529
(47,37,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #E3BECB

#E3BECB
(227,190,203)
#E5C3CF
(229,195,207)
#E7C8D3
(231,200,211)
#E9CDD7
(233,205,215)
#EBD2DB
(235,210,219)
#EDD7DF
(237,215,223)
#EFDCE3
(239,220,227)
#F1E1E7
(241,225,231)
#F3E6EB
(243,230,235)
#F5EBEF
(245,235,239)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BECB; }

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

This text font color is #E3BECB.


Background Color

.myBgColor { background-color: #E3BECB; }

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

This div background color is #E3BECB.


Border color

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

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

This div border color is #E3BECB.


Opacity

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

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

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

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

This text has shadow with #E3BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BECB on black background.


Color preview on white background

This text has color #E3BECB on white background.



Black color preview on #E3BECB background

This text has black color on #E3BECB background.


White color preview on #E3BECB background

This text has white color on #E3BECB background.