COLOR #E3B2ED

HEX: #E3B2ED RGB: (227,178,237)

Color info

#E3B2ED contains red, green and blue colors in about the same proportion. Web safe color of #E3B2ED is #CC99FF (or #C9F).

RGB color model

#E3B2ED color RGB value is (227,178,237).

RGB: (227,178,237) (89%, 70%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 178 of 255 = 70%
B 237 of 255 = 93%

227
178
237

R + G + B ~ 84%. #E3B2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 178 + 237 = 642 (100%)
R 227 of 642 ~ 35.36%
G 178 of 642 ~ 27.73%
B 237 of 642 ~ 36.92'%

%35.36
%27.73
%36.92

CMYK color model

#E3B2ED color CMYK value is (4,25,0,7).

  • cyan value is 4.22%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (4,25,0,7)
C4M25Y0K7 (4%, 25%, 0%, 7%)
(0.04 / 0.25 / 0.00 / 0.07)

CMYK percentages

%4.22
%24.89
%0
%7.06

Codes

Color #E3B2ED in popluar color models

E3 B2 ED
RGB 227 178 237
HSL 290° 62.11% 81.37%
HSB/HSV 290° 24.89% 92.94%
CMYK 4.22% 24.89% 0.00%
7.06%

Color #E3B2ED in popluar number systems.

HEX E3 B2 ED
Decimal 227 178 237
Binary 11100011 10110010 11101101
Octal 343 262 355

Shades and tints

Shades of #E3B2ED

#E3B2ED
(227,178,237)
#CFA2D8
(207,162,216)
#BB92C3
(187,146,195)
#A782AE
(167,130,174)
#937299
(147,114,153)
#7F6284
(127,98,132)
#6B526F
(107,82,111)
#57425A
(87,66,90)
#433245
(67,50,69)
#2F2230
(47,34,48)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #E3B2ED

#E3B2ED
(227,178,237)
#E5B9EE
(229,185,238)
#E7C0EF
(231,192,239)
#E9C7F0
(233,199,240)
#EBCEF1
(235,206,241)
#EDD5F2
(237,213,242)
#EFDCF3
(239,220,243)
#F1E3F4
(241,227,244)
#F3EAF5
(243,234,245)
#F5F1F6
(245,241,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B2ED; }

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

This text font color is #E3B2ED.

Background Color

.myBgColor { background-color: #E3B2ED; }

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

This div background color is #E3B2ED.

Border color

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

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

This div border color is #E3B2ED.

Opacity

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

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

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

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

This text has shadow with #E3B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B2ED.

Preview

Color preview on black background

This text has color #E3B2ED on black background.


Color preview on white background

This text has color #E3B2ED on white background.


Black color preview on #E3B2ED background

This text has black color on #E3B2ED background.


White color preview on #E3B2ED background

This text has white color on #E3B2ED background.


Related colors

Complementary color

Complementary color for #hex is #1C4D12.


I love getcolorcode.com

Triadic colors

1 #EDE3B2 and #B2EDE3 with #E3B2ED are triadic colors.

2 #EDB2E3 and #B2E3ED with #E3B2ED are triadic colors.