COLOR #E8B5C2

HEX: #E8B5C2 RGB: (232,181,194)

Color info

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

RGB color model

#E8B5C2 color RGB value is (232,181,194).

RGB: (232,181,194) (91%, 71%, 76%)

RGB channels and saturation

R 232 of 255 = 91%
G 181 of 255 = 71%
B 194 of 255 = 76%

232
181
194

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

Portions of RGB colors in percentages

R + G + B = 232 + 181 + 194 = 607 (100%)
R 232 of 607 ~ 38.22%
G 181 of 607 ~ 29.82%
B 194 of 607 ~ 31.96'%

%38.22
%29.82
%31.96

CMYK color model

#E8B5C2 color CMYK value is (0,22,16,9).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 16.38%
  • key color value is 9.02%

CMYK: (0,22,16,9)
C0M22Y16K9 (0%, 22%, 16%, 9%)
(0.00 / 0.22 / 0.16 / 0.09)

CMYK percentages

%0
%21.98
%16.38
%9.02

Codes

Color #E8B5C2 in popluar color models

E8 B5 C2
RGB 232 181 194
HSL 345° 52.58% 80.98%
HSB/HSV 345° 21.98% 90.98%
CMYK 0.00% 21.98% 16.38%
9.02%

Color #E8B5C2 in popluar number systems.

HEX E8 B5 C2
Decimal 232 181 194
Binary 11101000 10110101 11000010
Octal 350 265 302

Shades and tints

Shades of #E8B5C2

#E8B5C2
(232,181,194)
#D3A5B1
(211,165,177)
#BE95A0
(190,149,160)
#A9858F
(169,133,143)
#94757E
(148,117,126)
#7F656D
(127,101,109)
#6A555C
(106,85,92)
#55454B
(85,69,75)
#40353A
(64,53,58)
#2B2529
(43,37,41)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8B5C2

#E8B5C2
(232,181,194)
#EABBC7
(234,187,199)
#ECC1CC
(236,193,204)
#EEC7D1
(238,199,209)
#F0CDD6
(240,205,214)
#F2D3DB
(242,211,219)
#F4D9E0
(244,217,224)
#F6DFE5
(246,223,229)
#F8E5EA
(248,229,234)
#FAEBEF
(250,235,239)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B5C2 color. Also use rgb(232,181,194) instead hex code.

Text Font Color

.myTextColor { color: #E8B5C2; }

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

This text font color is #E8B5C2.

Background Color

.myBgColor { background-color: #E8B5C2; }

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

This div background color is #E8B5C2.

Border color

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

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

This div border color is #E8B5C2.

Opacity

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

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

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

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

This text has shadow with #E8B5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B5C2.

Preview

Color preview on black background

This text has color #E8B5C2 on black background.


Color preview on white background

This text has color #E8B5C2 on white background.


Black color preview on #E8B5C2 background

This text has black color on #E8B5C2 background.


White color preview on #E8B5C2 background

This text has white color on #E8B5C2 background.


Related colors

Complementary color

Complementary color for #hex is #174A3D.


I love getcolorcode.com

Triadic colors

1 #C2E8B5 and #B5C2E8 with #E8B5C2 are triadic colors.

2 #C2B5E8 and #B5E8C2 with #E8B5C2 are triadic colors.