COLOR #E2B7C3

HEX: #E2B7C3
RGB: (226,183,195)

Color info

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

RGB color model

#E2B7C3 color RGB value is (226,183,195).

  • red value is 226;
  • green value is 183;
  • blue value is 195.
RGB:
(226,183,195)
(89%,72%,76%)

RGB channels and saturation

R 226 of 255 = 89%
G 183 of 255 = 72%
B 195 of 255 = 76%

226
183
195

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

Portions of RGB colors in percentages

R + G + B =
226 + 183 + 195 = 604 (100%)
R 226 of 604 ~ 37.42%
G 183 of 604 ~ 30.3%
B 195 of 604 ~ 32.28%

%37.42
%30.3
%32.28

CMYK color model

#E2B7C3 color CMYK value is (0,19,14,11).

  • cyan value is 0.00%
  • magenta value is 19.03%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(0,19,14,11)
C0M19Y14K11 
(0%,19%,14%,11%)
(0.00/0.19/0.14/0.11)	

CMYK percentages

%0
%19.03
%13.72
%11.37

Codes

Color #E2B7C3 in popluar color models

E2B7C3
RGB226183195
HSL343°42.57%80.20%
HSB/HSV343°19.03%88.63%
CMYK0.00%19.03%13.72%
11.37%

Color #E2B7C3 in popluar number systems.

HEXE2B7C3
Decimal226183195
Binary111000101011011111000011
Octal342267303

Shades and tints

Shades of #E2B7C3

#E2B7C3
(226,183,195)
#CEA7B2
(206,167,178)
#BA97A1
(186,151,161)
#A68790
(166,135,144)
#92777F
(146,119,127)
#7E676E
(126,103,110)
#6A575D
(106,87,93)
#56474C
(86,71,76)
#42373B
(66,55,59)
#2E272A
(46,39,42)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #E2B7C3

#E2B7C3
(226,183,195)
#E4BDC8
(228,189,200)
#E6C3CD
(230,195,205)
#E8C9D2
(232,201,210)
#EACFD7
(234,207,215)
#ECD5DC
(236,213,220)
#EEDBE1
(238,219,225)
#F0E1E6
(240,225,230)
#F2E7EB
(242,231,235)
#F4EDF0
(244,237,240)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B7C3 color. Also use rgb(226,183,195) instead hex code.

Text Font Color

.myTextColor { color: #E2B7C3; }

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

This text font color is #E2B7C3.


Background Color

.myBgColor { background-color: #E2B7C3; }

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

This div background color is #E2B7C3.


Border color

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

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

This div border color is #E2B7C3.


Opacity

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

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

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

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

This text has shadow with #E2B7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B7C3 on black background.


Color preview on white background

This text has color #E2B7C3 on white background.



Black color preview on #E2B7C3 background

This text has black color on #E2B7C3 background.


White color preview on #E2B7C3 background

This text has white color on #E2B7C3 background.