COLOR #E4B1C3

HEX: #E4B1C3
RGB: (228,177,195)

Color info

#E4B1C3 contains red, green and blue colors in about the same proportion. Web safe color of #E4B1C3 is #CC99CC (or #C9C).

RGB color model

#E4B1C3 color RGB value is (228,177,195).

  • red value is 228;
  • green value is 177;
  • blue value is 195.
RGB:
(228,177,195)
(89%,69%,76%)

RGB channels and saturation

R 228 of 255 = 89%
G 177 of 255 = 69%
B 195 of 255 = 76%

228
177
195

R + G + B ~ 78%. #E4B1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 177 + 195 = 600 (100%)
R 228 of 600 ~ 38%
G 177 of 600 ~ 29.5%
B 195 of 600 ~ 32.5%

%38
%29.5
%32.5

CMYK color model

#E4B1C3 color CMYK value is (0,22,14,11).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 14.47%
  • key color value is 10.59%
CMYK:
(0,22,14,11)
C0M22Y14K11 
(0%,22%,14%,11%)
(0.00/0.22/0.14/0.11)	

CMYK percentages

%0
%22.37
%14.47
%10.59

Codes

Color #E4B1C3 in popluar color models

E4B1C3
RGB228177195
HSL339°48.57%79.41%
HSB/HSV339°22.37%89.41%
CMYK0.00%22.37%14.47%
10.59%

Color #E4B1C3 in popluar number systems.

HEXE4B1C3
Decimal228177195
Binary111001001011000111000011
Octal344261303

Shades and tints

Shades of #E4B1C3

#E4B1C3
(228,177,195)
#D0A1B2
(208,161,178)
#BC91A1
(188,145,161)
#A88190
(168,129,144)
#94717F
(148,113,127)
#80616E
(128,97,110)
#6C515D
(108,81,93)
#58414C
(88,65,76)
#44313B
(68,49,59)
#30212A
(48,33,42)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #E4B1C3

#E4B1C3
(228,177,195)
#E6B8C8
(230,184,200)
#E8BFCD
(232,191,205)
#EAC6D2
(234,198,210)
#ECCDD7
(236,205,215)
#EED4DC
(238,212,220)
#F0DBE1
(240,219,225)
#F2E2E6
(242,226,230)
#F4E9EB
(244,233,235)
#F6F0F0
(246,240,240)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B1C3 color. Also use rgb(228,177,195) instead hex code.

Text Font Color

.myTextColor { color: #E4B1C3; }

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

This text font color is #E4B1C3.


Background Color

.myBgColor { background-color: #E4B1C3; }

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

This div background color is #E4B1C3.


Border color

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

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

This div border color is #E4B1C3.


Opacity

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

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

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

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

This text has shadow with #E4B1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B1C3 on black background.


Color preview on white background

This text has color #E4B1C3 on white background.



Black color preview on #E4B1C3 background

This text has black color on #E4B1C3 background.


White color preview on #E4B1C3 background

This text has white color on #E4B1C3 background.