COLOR #E4B0C2

HEX: #E4B0C2 RGB: (228,176,194)

Color info

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

RGB color model

#E4B0C2 color RGB value is (228,176,194).

RGB: (228,176,194) (89%, 69%, 76%)

RGB channels and saturation

R 228 of 255 = 89%
G 176 of 255 = 69%
B 194 of 255 = 76%

228
176
194

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

Portions of RGB colors in percentages

R + G + B = 228 + 176 + 194 = 598 (100%)
R 228 of 598 ~ 38.13%
G 176 of 598 ~ 29.43%
B 194 of 598 ~ 32.44'%

%38.13
%29.43
%32.44

CMYK color model

#E4B0C2 color CMYK value is (0,23,15,11).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 14.91%
  • key color value is 10.59%
CMYK: (0,23,15,11) C0M23Y15K11 (0%,23%,15%,11%) (0.00/0.23/0.15/0.11) 

CMYK percentages

%0
%22.81
%14.91
%10.59

Codes

Color #E4B0C2 in popluar color models

E4 B0 C2
RGB 228 176 194
HSL 339° 49.06% 79.22%
HSB/HSV 339° 22.81% 89.41%
CMYK 0.00% 22.81% 14.91%
10.59%

Color #E4B0C2 in popluar number systems.

HEX E4 B0 C2
Decimal 228 176 194
Binary 11100100 10110000 11000010
Octal 344 260 302

Shades and tints

Shades of #E4B0C2

#E4B0C2
(228,176,194)
#D0A0B1
(208,160,177)
#BC90A0
(188,144,160)
#A8808F
(168,128,143)
#94707E
(148,112,126)
#80606D
(128,96,109)
#6C505C
(108,80,92)
#58404B
(88,64,75)
#44303A
(68,48,58)
#302029
(48,32,41)
#1C1018
(28,16,24)
#000000
(0,0,0)

Tints of #E4B0C2

#E4B0C2
(228,176,194)
#E6B7C7
(230,183,199)
#E8BECC
(232,190,204)
#EAC5D1
(234,197,209)
#ECCCD6
(236,204,214)
#EED3DB
(238,211,219)
#F0DAE0
(240,218,224)
#F2E1E5
(242,225,229)
#F4E8EA
(244,232,234)
#F6EFEF
(246,239,239)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B0C2 color. Also use rgb(228,176,194) instead hex code.

Text Font Color

.myTextColor { color: #E4B0C2; }

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

This text font color is #E4B0C2.

Background Color

.myBgColor { background-color: #E4B0C2; }

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

This div background color is #E4B0C2.

Border color

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

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

This div border color is #E4B0C2.

Opacity

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

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

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

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

This text has shadow with #E4B0C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B0C2.

Preview

Color preview on black background

This text has color #E4B0C2 on black background.


Color preview on white background

This text has color #E4B0C2 on white background.


Black color preview on #E4B0C2 background

This text has black color on #E4B0C2 background.


White color preview on #E4B0C2 background

This text has white color on #E4B0C2 background.


Related colors

Complementary color

Complementary color for #hex is #1B4F3D.


I love getcolorcode.com

Triadic colors

1 #C2E4B0 and #B0C2E4 with #E4B0C2 are triadic colors.

2 #C2B0E4 and #B0E4C2 with #E4B0C2 are triadic colors.