COLOR #E2B4C1

HEX: #E2B4C1
RGB: (226,180,193)

Color info

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

RGB color model

#E2B4C1 color RGB value is (226,180,193).

  • red value is 226;
  • green value is 180;
  • blue value is 193.
RGB:
(226,180,193)
(89%,71%,76%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 193 of 255 = 76%

226
180
193

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

Portions of RGB colors in percentages

R + G + B =
226 + 180 + 193 = 599 (100%)
R 226 of 599 ~ 37.73%
G 180 of 599 ~ 30.05%
B 193 of 599 ~ 32.22%

%37.73
%30.05
%32.22

CMYK color model

#E2B4C1 color CMYK value is (0,20,15,11).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 14.60%
  • key color value is 11.37%
CMYK:
(0,20,15,11)
C0M20Y15K11 
(0%,20%,15%,11%)
(0.00/0.20/0.15/0.11)	

CMYK percentages

%0
%20.35
%14.6
%11.37

Codes

Color #E2B4C1 in popluar color models

E2B4C1
RGB226180193
HSL343°44.23%79.61%
HSB/HSV343°20.35%88.63%
CMYK0.00%20.35%14.60%
11.37%

Color #E2B4C1 in popluar number systems.

HEXE2B4C1
Decimal226180193
Binary111000101011010011000001
Octal342264301

Shades and tints

Shades of #E2B4C1

#E2B4C1
(226,180,193)
#CEA4B0
(206,164,176)
#BA949F
(186,148,159)
#A6848E
(166,132,142)
#92747D
(146,116,125)
#7E646C
(126,100,108)
#6A545B
(106,84,91)
#56444A
(86,68,74)
#423439
(66,52,57)
#2E2428
(46,36,40)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2B4C1

#E2B4C1
(226,180,193)
#E4BAC6
(228,186,198)
#E6C0CB
(230,192,203)
#E8C6D0
(232,198,208)
#EACCD5
(234,204,213)
#ECD2DA
(236,210,218)
#EED8DF
(238,216,223)
#F0DEE4
(240,222,228)
#F2E4E9
(242,228,233)
#F4EAEE
(244,234,238)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B4C1 color. Also use rgb(226,180,193) instead hex code.

Text Font Color

.myTextColor { color: #E2B4C1; }

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

This text font color is #E2B4C1.


Background Color

.myBgColor { background-color: #E2B4C1; }

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

This div background color is #E2B4C1.


Border color

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

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

This div border color is #E2B4C1.


Opacity

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

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

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

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

This text has shadow with #E2B4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B4C1 on black background.


Color preview on white background

This text has color #E2B4C1 on white background.



Black color preview on #E2B4C1 background

This text has black color on #E2B4C1 background.


White color preview on #E2B4C1 background

This text has white color on #E2B4C1 background.