COLOR #E3B2D7

HEX: #E3B2D7 RGB: (227,178,215)

Color info

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

RGB color model

#E3B2D7 color RGB value is (227,178,215).

RGB: (227,178,215) (89%, 70%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 178 of 255 = 70%
B 215 of 255 = 84%

227
178
215

R + G + B ~ 81%. #E3B2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 178 + 215 = 620 (100%)
R 227 of 620 ~ 36.61%
G 178 of 620 ~ 28.71%
B 215 of 620 ~ 34.68'%

%36.61
%28.71
%34.68

CMYK color model

#E3B2D7 color CMYK value is (0,22,5,11).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 5.29%
  • key color value is 10.98%
CMYK: (0,22,5,11) C0M22Y5K11 (0%,22%,5%,11%) (0.00/0.22/0.05/0.11) 

CMYK percentages

%0
%21.59
%5.29
%10.98

Codes

Color #E3B2D7 in popluar color models

E3 B2 D7
RGB 227 178 215
HSL 315° 46.67% 79.41%
HSB/HSV 315° 21.59% 89.02%
CMYK 0.00% 21.59% 5.29%
10.98%

Color #E3B2D7 in popluar number systems.

HEX E3 B2 D7
Decimal 227 178 215
Binary 11100011 10110010 11010111
Octal 343 262 327

Shades and tints

Shades of #E3B2D7

#E3B2D7
(227,178,215)
#CFA2C4
(207,162,196)
#BB92B1
(187,146,177)
#A7829E
(167,130,158)
#93728B
(147,114,139)
#7F6278
(127,98,120)
#6B5265
(107,82,101)
#574252
(87,66,82)
#43323F
(67,50,63)
#2F222C
(47,34,44)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #E3B2D7

#E3B2D7
(227,178,215)
#E5B9DA
(229,185,218)
#E7C0DD
(231,192,221)
#E9C7E0
(233,199,224)
#EBCEE3
(235,206,227)
#EDD5E6
(237,213,230)
#EFDCE9
(239,220,233)
#F1E3EC
(241,227,236)
#F3EAEF
(243,234,239)
#F5F1F2
(245,241,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B2D7; }

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

This text font color is #E3B2D7.

Background Color

.myBgColor { background-color: #E3B2D7; }

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

This div background color is #E3B2D7.

Border color

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

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

This div border color is #E3B2D7.

Opacity

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

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

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

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

This text has shadow with #E3B2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B2D7.

Preview

Color preview on black background

This text has color #E3B2D7 on black background.


Color preview on white background

This text has color #E3B2D7 on white background.


Black color preview on #E3B2D7 background

This text has black color on #E3B2D7 background.


White color preview on #E3B2D7 background

This text has white color on #E3B2D7 background.


Related colors

Complementary color

Complementary color for #hex is #1C4D28.


I love getcolorcode.com

Triadic colors

1 #D7E3B2 and #B2D7E3 with #E3B2D7 are triadic colors.

2 #D7B2E3 and #B2E3D7 with #E3B2D7 are triadic colors.