COLOR #E3B8E3

HEX: #E3B8E3
RGB: (227,184,227)

Color info

#E3B8E3 contains red, green and blue colors in about the same proportion. Web safe color of #E3B8E3 is #CCCCCC (or #CCC).

RGB color model

#E3B8E3 color RGB value is (227,184,227).

  • red value is 227;
  • green value is 184;
  • blue value is 227.
RGB:
(227,184,227)
(89%,72%,89%)

RGB channels and saturation

R 227 of 255 = 89%
G 184 of 255 = 72%
B 227 of 255 = 89%

227
184
227

R + G + B ~ 83%. #E3B8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 184 + 227 = 638 (100%)
R 227 of 638 ~ 35.58%
G 184 of 638 ~ 28.84%
B 227 of 638 ~ 35.58%

%35.58
%28.84
%35.58

CMYK color model

#E3B8E3 color CMYK value is (0,19,0,11).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(0,19,0,11)
C0M19Y0K11 
(0%,19%,0%,11%)
(0.00/0.19/0.00/0.11)	

CMYK percentages

%0
%18.94
%0
%10.98

Codes

Color #E3B8E3 in popluar color models

E3B8E3
RGB227184227
HSL300°43.43%80.59%
HSB/HSV300°18.94%89.02%
CMYK0.00%18.94%0.00%
10.98%

Color #E3B8E3 in popluar number systems.

HEXE3B8E3
Decimal227184227
Binary111000111011100011100011
Octal343270343

Shades and tints

Shades of #E3B8E3

#E3B8E3
(227,184,227)
#CFA8CF
(207,168,207)
#BB98BB
(187,152,187)
#A788A7
(167,136,167)
#937893
(147,120,147)
#7F687F
(127,104,127)
#6B586B
(107,88,107)
#574857
(87,72,87)
#433843
(67,56,67)
#2F282F
(47,40,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #E3B8E3

#E3B8E3
(227,184,227)
#E5BEE5
(229,190,229)
#E7C4E7
(231,196,231)
#E9CAE9
(233,202,233)
#EBD0EB
(235,208,235)
#EDD6ED
(237,214,237)
#EFDCEF
(239,220,239)
#F1E2F1
(241,226,241)
#F3E8F3
(243,232,243)
#F5EEF5
(245,238,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B8E3; }

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

This text font color is #E3B8E3.


Background Color

.myBgColor { background-color: #E3B8E3; }

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

This div background color is #E3B8E3.


Border color

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

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

This div border color is #E3B8E3.


Opacity

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

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

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

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

This text has shadow with #E3B8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B8E3 on black background.


Color preview on white background

This text has color #E3B8E3 on white background.



Black color preview on #E3B8E3 background

This text has black color on #E3B8E3 background.


White color preview on #E3B8E3 background

This text has white color on #E3B8E3 background.