COLOR #E3B0C6

HEX: #E3B0C6
RGB: (227,176,198)

Color info

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

RGB color model

#E3B0C6 color RGB value is (227,176,198).

  • red value is 227;
  • green value is 176;
  • blue value is 198.
RGB:
(227,176,198)
(89%,69%,78%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 198 of 255 = 78%

227
176
198

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

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 198 = 601 (100%)
R 227 of 601 ~ 37.77%
G 176 of 601 ~ 29.28%
B 198 of 601 ~ 32.95%

%37.77
%29.28
%32.95

CMYK color model

#E3B0C6 color CMYK value is (0,22,13,11).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(0,22,13,11)
C0M22Y13K11 
(0%,22%,13%,11%)
(0.00/0.22/0.13/0.11)	

CMYK percentages

%0
%22.47
%12.78
%10.98

Codes

Color #E3B0C6 in popluar color models

E3B0C6
RGB227176198
HSL334°47.66%79.02%
HSB/HSV334°22.47%89.02%
CMYK0.00%22.47%12.78%
10.98%

Color #E3B0C6 in popluar number systems.

HEXE3B0C6
Decimal227176198
Binary111000111011000011000110
Octal343260306

Shades and tints

Shades of #E3B0C6

#E3B0C6
(227,176,198)
#CFA0B4
(207,160,180)
#BB90A2
(187,144,162)
#A78090
(167,128,144)
#93707E
(147,112,126)
#7F606C
(127,96,108)
#6B505A
(107,80,90)
#574048
(87,64,72)
#433036
(67,48,54)
#2F2024
(47,32,36)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #E3B0C6

#E3B0C6
(227,176,198)
#E5B7CB
(229,183,203)
#E7BED0
(231,190,208)
#E9C5D5
(233,197,213)
#EBCCDA
(235,204,218)
#EDD3DF
(237,211,223)
#EFDAE4
(239,218,228)
#F1E1E9
(241,225,233)
#F3E8EE
(243,232,238)
#F5EFF3
(245,239,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B0C6; }

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

This text font color is #E3B0C6.


Background Color

.myBgColor { background-color: #E3B0C6; }

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

This div background color is #E3B0C6.


Border color

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

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

This div border color is #E3B0C6.


Opacity

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

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

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

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

This text has shadow with #E3B0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B0C6 on black background.


Color preview on white background

This text has color #E3B0C6 on white background.



Black color preview on #E3B0C6 background

This text has black color on #E3B0C6 background.


White color preview on #E3B0C6 background

This text has white color on #E3B0C6 background.