COLOR #E9B4C4

HEX: #E9B4C4
RGB: (233,180,196)

Color info

#E9B4C4 contains red, green and blue colors in about the same proportion. Web safe color of #E9B4C4 is #FFCCCC (or #FCC).

RGB color model

#E9B4C4 color RGB value is (233,180,196).

  • red value is 233;
  • green value is 180;
  • blue value is 196.
RGB:
(233,180,196)
(91%,71%,77%)

RGB channels and saturation

R 233 of 255 = 91%
G 180 of 255 = 71%
B 196 of 255 = 77%

233
180
196

R + G + B ~ 80%. #E9B4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 180 + 196 = 609 (100%)
R 233 of 609 ~ 38.26%
G 180 of 609 ~ 29.56%
B 196 of 609 ~ 32.18%

%38.26
%29.56
%32.18

CMYK color model

#E9B4C4 color CMYK value is (0,23,16,9).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 15.88%
  • key color value is 8.63%
CMYK:
(0,23,16,9)
C0M23Y16K9 
(0%,23%,16%,9%)
(0.00/0.23/0.16/0.09)	

CMYK percentages

%0
%22.75
%15.88
%8.63

Codes

Color #E9B4C4 in popluar color models

E9B4C4
RGB233180196
HSL342°54.64%80.98%
HSB/HSV342°22.75%91.37%
CMYK0.00%22.75%15.88%
8.63%

Color #E9B4C4 in popluar number systems.

HEXE9B4C4
Decimal233180196
Binary111010011011010011000100
Octal351264304

Shades and tints

Shades of #E9B4C4

#E9B4C4
(233,180,196)
#D4A4B3
(212,164,179)
#BF94A2
(191,148,162)
#AA8491
(170,132,145)
#957480
(149,116,128)
#80646F
(128,100,111)
#6B545E
(107,84,94)
#56444D
(86,68,77)
#41343C
(65,52,60)
#2C242B
(44,36,43)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #E9B4C4

#E9B4C4
(233,180,196)
#EBBAC9
(235,186,201)
#EDC0CE
(237,192,206)
#EFC6D3
(239,198,211)
#F1CCD8
(241,204,216)
#F3D2DD
(243,210,221)
#F5D8E2
(245,216,226)
#F7DEE7
(247,222,231)
#F9E4EC
(249,228,236)
#FBEAF1
(251,234,241)
#FDF0F6
(253,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B4C4 color. Also use rgb(233,180,196) instead hex code.

Text Font Color

.myTextColor { color: #E9B4C4; }

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

This text font color is #E9B4C4.


Background Color

.myBgColor { background-color: #E9B4C4; }

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

This div background color is #E9B4C4.


Border color

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

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

This div border color is #E9B4C4.


Opacity

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

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

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

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

This text has shadow with #E9B4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B4C4 on black background.


Color preview on white background

This text has color #E9B4C4 on white background.



Black color preview on #E9B4C4 background

This text has black color on #E9B4C4 background.


White color preview on #E9B4C4 background

This text has white color on #E9B4C4 background.