COLOR #E4B3C9

HEX: #E4B3C9 RGB: (228,179,201)

Color info

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

RGB color model

#E4B3C9 color RGB value is (228,179,201).

RGB: (228,179,201) (89%, 70%, 79%)

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 201 of 255 = 79%

228
179
201

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

Portions of RGB colors in percentages

R + G + B = 228 + 179 + 201 = 608 (100%)
R 228 of 608 ~ 37.5%
G 179 of 608 ~ 29.44%
B 201 of 608 ~ 33.06'%

%37.5
%29.44
%33.06

CMYK color model

#E4B3C9 color CMYK value is (0,21,12,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 11.84%
  • key color value is 10.59%

CMYK: (0,21,12,11)
C0M21Y12K11 (0%, 21%, 12%, 11%)
(0.00 / 0.21 / 0.12 / 0.11)

CMYK percentages

%0
%21.49
%11.84
%10.59

Codes

Color #E4B3C9 in popluar color models

E4 B3 C9
RGB 228 179 201
HSL 333° 47.57% 79.80%
HSB/HSV 333° 21.49% 89.41%
CMYK 0.00% 21.49% 11.84%
10.59%

Color #E4B3C9 in popluar number systems.

HEX E4 B3 C9
Decimal 228 179 201
Binary 11100100 10110011 11001001
Octal 344 263 311

Shades and tints

Shades of #E4B3C9

#E4B3C9
(228,179,201)
#D0A3B7
(208,163,183)
#BC93A5
(188,147,165)
#A88393
(168,131,147)
#947381
(148,115,129)
#80636F
(128,99,111)
#6C535D
(108,83,93)
#58434B
(88,67,75)
#443339
(68,51,57)
#302327
(48,35,39)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #E4B3C9

#E4B3C9
(228,179,201)
#E6B9CD
(230,185,205)
#E8BFD1
(232,191,209)
#EAC5D5
(234,197,213)
#ECCBD9
(236,203,217)
#EED1DD
(238,209,221)
#F0D7E1
(240,215,225)
#F2DDE5
(242,221,229)
#F4E3E9
(244,227,233)
#F6E9ED
(246,233,237)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B3C9 color. Also use rgb(228,179,201) instead hex code.

Text Font Color

.myTextColor { color: #E4B3C9; }

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

This text font color is #E4B3C9.

Background Color

.myBgColor { background-color: #E4B3C9; }

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

This div background color is #E4B3C9.

Border color

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

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

This div border color is #E4B3C9.

Opacity

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

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

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

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

This text has shadow with #E4B3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B3C9.

Preview

Color preview on black background

This text has color #E4B3C9 on black background.


Color preview on white background

This text has color #E4B3C9 on white background.


Black color preview on #E4B3C9 background

This text has black color on #E4B3C9 background.


White color preview on #E4B3C9 background

This text has white color on #E4B3C9 background.


Related colors

Complementary color

Complementary color for #hex is #1B4C36.


I love getcolorcode.com

Triadic colors

1 #C9E4B3 and #B3C9E4 with #E4B3C9 are triadic colors.

2 #C9B3E4 and #B3E4C9 with #E4B3C9 are triadic colors.