COLOR #E3B3C6

HEX: #E3B3C6 RGB: (227,179,198)

Color info

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

RGB color model

#E3B3C6 color RGB value is (227,179,198).

RGB: (227,179,198) (89%, 70%, 78%)

RGB channels and saturation

R 227 of 255 = 89%
G 179 of 255 = 70%
B 198 of 255 = 78%

227
179
198

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

Portions of RGB colors in percentages

R + G + B = 227 + 179 + 198 = 604 (100%)
R 227 of 604 ~ 37.58%
G 179 of 604 ~ 29.64%
B 198 of 604 ~ 32.78'%

%37.58
%29.64
%32.78

CMYK color model

#E3B3C6 color CMYK value is (0,21,13,11).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK: (0,21,13,11) C0M21Y13K11 (0%,21%,13%,11%) (0.00/0.21/0.13/0.11) 

CMYK percentages

%0
%21.15
%12.78
%10.98

Codes

Color #E3B3C6 in popluar color models

E3 B3 C6
RGB 227 179 198
HSL 336° 46.15% 79.61%
HSB/HSV 336° 21.15% 89.02%
CMYK 0.00% 21.15% 12.78%
10.98%

Color #E3B3C6 in popluar number systems.

HEX E3 B3 C6
Decimal 227 179 198
Binary 11100011 10110011 11000110
Octal 343 263 306

Shades and tints

Shades of #E3B3C6

#E3B3C6
(227,179,198)
#CFA3B4
(207,163,180)
#BB93A2
(187,147,162)
#A78390
(167,131,144)
#93737E
(147,115,126)
#7F636C
(127,99,108)
#6B535A
(107,83,90)
#574348
(87,67,72)
#433336
(67,51,54)
#2F2324
(47,35,36)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #E3B3C6

#E3B3C6
(227,179,198)
#E5B9CB
(229,185,203)
#E7BFD0
(231,191,208)
#E9C5D5
(233,197,213)
#EBCBDA
(235,203,218)
#EDD1DF
(237,209,223)
#EFD7E4
(239,215,228)
#F1DDE9
(241,221,233)
#F3E3EE
(243,227,238)
#F5E9F3
(245,233,243)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B3C6 color. Also use rgb(227,179,198) instead hex code.

Text Font Color

.myTextColor { color: #E3B3C6; }

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

This text font color is #E3B3C6.

Background Color

.myBgColor { background-color: #E3B3C6; }

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

This div background color is #E3B3C6.

Border color

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

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

This div border color is #E3B3C6.

Opacity

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

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

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

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

This text has shadow with #E3B3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B3C6.

Preview

Color preview on black background

This text has color #E3B3C6 on black background.


Color preview on white background

This text has color #E3B3C6 on white background.


Black color preview on #E3B3C6 background

This text has black color on #E3B3C6 background.


White color preview on #E3B3C6 background

This text has white color on #E3B3C6 background.


Related colors

Complementary color

Complementary color for #hex is #1C4C39.


I love getcolorcode.com

Triadic colors

1 #C6E3B3 and #B3C6E3 with #E3B3C6 are triadic colors.

2 #C6B3E3 and #B3E3C6 with #E3B3C6 are triadic colors.