COLOR #E2BECF

HEX: #E2BECF
RGB: (226,190,207)

Color info

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

RGB color model

#E2BECF color RGB value is (226,190,207).

  • red value is 226;
  • green value is 190;
  • blue value is 207.
RGB:
(226,190,207)
(89%,75%,81%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 207 of 255 = 81%

226
190
207

R + G + B ~ 82%. #E2BECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 207 = 623 (100%)
R 226 of 623 ~ 36.28%
G 190 of 623 ~ 30.5%
B 207 of 623 ~ 33.23%

%36.28
%30.5
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 8.41%
  • key color value is 11.37%
CMYK:
(0,16,8,11)
C0M16Y8K11 
(0%,16%,8%,11%)
(0.00/0.16/0.08/0.11)	

CMYK percentages

%0
%15.93
%8.41
%11.37

Codes

Color #E2BECF in popluar color models

E2BECF
RGB226190207
HSL332°38.30%81.57%
HSB/HSV332°15.93%88.63%
CMYK0.00%15.93%8.41%
11.37%

Color #E2BECF in popluar number systems.

HEXE2BECF
Decimal226190207
Binary111000101011111011001111
Octal342276317

Shades and tints

Shades of #E2BECF

#E2BECF
(226,190,207)
#CEADBD
(206,173,189)
#BA9CAB
(186,156,171)
#A68B99
(166,139,153)
#927A87
(146,122,135)
#7E6975
(126,105,117)
#6A5863
(106,88,99)
#564751
(86,71,81)
#42363F
(66,54,63)
#2E252D
(46,37,45)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #E2BECF

#E2BECF
(226,190,207)
#E4C3D3
(228,195,211)
#E6C8D7
(230,200,215)
#E8CDDB
(232,205,219)
#EAD2DF
(234,210,223)
#ECD7E3
(236,215,227)
#EEDCE7
(238,220,231)
#F0E1EB
(240,225,235)
#F2E6EF
(242,230,239)
#F4EBF3
(244,235,243)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BECF color. Also use rgb(226,190,207) instead hex code.

Text Font Color

.myTextColor { color: #E2BECF; }

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

This text font color is #E2BECF.


Background Color

.myBgColor { background-color: #E2BECF; }

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

This div background color is #E2BECF.


Border color

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

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

This div border color is #E2BECF.


Opacity

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

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

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

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

This text has shadow with #E2BECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BECF on black background.


Color preview on white background

This text has color #E2BECF on white background.



Black color preview on #E2BECF background

This text has black color on #E2BECF background.


White color preview on #E2BECF background

This text has white color on #E2BECF background.