COLOR #E3B2C8

HEX: #E3B2C8 RGB: (227,178,200)

Color info

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

RGB color model

#E3B2C8 color RGB value is (227,178,200).

RGB: (227,178,200) (89%, 70%, 78%)

RGB channels and saturation

R 227 of 255 = 89%
G 178 of 255 = 70%
B 200 of 255 = 78%

227
178
200

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

Portions of RGB colors in percentages

R + G + B = 227 + 178 + 200 = 605 (100%)
R 227 of 605 ~ 37.52%
G 178 of 605 ~ 29.42%
B 200 of 605 ~ 33.06'%

%37.52
%29.42
%33.06

CMYK color model

#E3B2C8 color CMYK value is (0,22,12,11).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 11.89%
  • key color value is 10.98%

CMYK: (0,22,12,11)
C0M22Y12K11 (0%, 22%, 12%, 11%)
(0.00 / 0.22 / 0.12 / 0.11)

CMYK percentages

%0
%21.59
%11.89
%10.98

Codes

Color #E3B2C8 in popluar color models

E3 B2 C8
RGB 227 178 200
HSL 333° 46.67% 79.41%
HSB/HSV 333° 21.59% 89.02%
CMYK 0.00% 21.59% 11.89%
10.98%

Color #E3B2C8 in popluar number systems.

HEX E3 B2 C8
Decimal 227 178 200
Binary 11100011 10110010 11001000
Octal 343 262 310

Shades and tints

Shades of #E3B2C8

#E3B2C8
(227,178,200)
#CFA2B6
(207,162,182)
#BB92A4
(187,146,164)
#A78292
(167,130,146)
#937280
(147,114,128)
#7F626E
(127,98,110)
#6B525C
(107,82,92)
#57424A
(87,66,74)
#433238
(67,50,56)
#2F2226
(47,34,38)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E3B2C8

#E3B2C8
(227,178,200)
#E5B9CD
(229,185,205)
#E7C0D2
(231,192,210)
#E9C7D7
(233,199,215)
#EBCEDC
(235,206,220)
#EDD5E1
(237,213,225)
#EFDCE6
(239,220,230)
#F1E3EB
(241,227,235)
#F3EAF0
(243,234,240)
#F5F1F5
(245,241,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B2C8 color. Also use rgb(227,178,200) instead hex code.

Text Font Color

.myTextColor { color: #E3B2C8; }

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

This text font color is #E3B2C8.

Background Color

.myBgColor { background-color: #E3B2C8; }

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

This div background color is #E3B2C8.

Border color

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

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

This div border color is #E3B2C8.

Opacity

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

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

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

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

This text has shadow with #E3B2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B2C8.

Preview

Color preview on black background

This text has color #E3B2C8 on black background.


Color preview on white background

This text has color #E3B2C8 on white background.


Black color preview on #E3B2C8 background

This text has black color on #E3B2C8 background.


White color preview on #E3B2C8 background

This text has white color on #E3B2C8 background.


Related colors

Complementary color

Complementary color for #hex is #1C4D37.


I love getcolorcode.com

Triadic colors

1 #C8E3B2 and #B2C8E3 with #E3B2C8 are triadic colors.

2 #C8B2E3 and #B2E3C8 with #E3B2C8 are triadic colors.