COLOR #E3B3D0

HEX: #E3B3D0 RGB: (227,179,208)

Color info

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

RGB color model

#E3B3D0 color RGB value is (227,179,208).

RGB: (227,179,208) (89%, 70%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 179 of 255 = 70%
B 208 of 255 = 82%

227
179
208

R + G + B ~ 80%. #E3B3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 179 + 208 = 614 (100%)
R 227 of 614 ~ 36.97%
G 179 of 614 ~ 29.15%
B 208 of 614 ~ 33.88'%

%36.97
%29.15
%33.88

CMYK color model

#E3B3D0 color CMYK value is (0,21,8,11).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK: (0,21,8,11) C0M21Y8K11 (0%,21%,8%,11%) (0.00/0.21/0.08/0.11) 

CMYK percentages

%0
%21.15
%8.37
%10.98

Codes

Color #E3B3D0 in popluar color models

E3 B3 D0
RGB 227 179 208
HSL 324° 46.15% 79.61%
HSB/HSV 324° 21.15% 89.02%
CMYK 0.00% 21.15% 8.37%
10.98%

Color #E3B3D0 in popluar number systems.

HEX E3 B3 D0
Decimal 227 179 208
Binary 11100011 10110011 11010000
Octal 343 263 320

Shades and tints

Shades of #E3B3D0

#E3B3D0
(227,179,208)
#CFA3BE
(207,163,190)
#BB93AC
(187,147,172)
#A7839A
(167,131,154)
#937388
(147,115,136)
#7F6376
(127,99,118)
#6B5364
(107,83,100)
#574352
(87,67,82)
#433340
(67,51,64)
#2F232E
(47,35,46)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #E3B3D0

#E3B3D0
(227,179,208)
#E5B9D4
(229,185,212)
#E7BFD8
(231,191,216)
#E9C5DC
(233,197,220)
#EBCBE0
(235,203,224)
#EDD1E4
(237,209,228)
#EFD7E8
(239,215,232)
#F1DDEC
(241,221,236)
#F3E3F0
(243,227,240)
#F5E9F4
(245,233,244)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B3D0; }

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

This text font color is #E3B3D0.

Background Color

.myBgColor { background-color: #E3B3D0; }

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

This div background color is #E3B3D0.

Border color

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

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

This div border color is #E3B3D0.

Opacity

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

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

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

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

This text has shadow with #E3B3D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B3D0.

Preview

Color preview on black background

This text has color #E3B3D0 on black background.


Color preview on white background

This text has color #E3B3D0 on white background.


Black color preview on #E3B3D0 background

This text has black color on #E3B3D0 background.


White color preview on #E3B3D0 background

This text has white color on #E3B3D0 background.


Related colors

Complementary color

Complementary color for #hex is #1C4C2F.


I love getcolorcode.com

Triadic colors

1 #D0E3B3 and #B3D0E3 with #E3B3D0 are triadic colors.

2 #D0B3E3 and #B3E3D0 with #E3B3D0 are triadic colors.