COLOR #E19DB6

HEX: #E19DB6
RGB: (225,157,182)

Color info

#E19DB6 contains mainly red and blue colors. Web safe color of #E19DB6 is #CC99CC (or #C9C).

RGB color model

#E19DB6 color RGB value is (225,157,182).

  • red value is 225;
  • green value is 157;
  • blue value is 182.
RGB:
(225,157,182)
(88%,62%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 182 of 255 = 71%

225
157
182

R + G + B ~ 74%. #E19DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 182 = 564 (100%)
R 225 of 564 ~ 39.89%
G 157 of 564 ~ 27.84%
B 182 of 564 ~ 32.27%

%39.89
%27.84
%32.27

CMYK color model

#E19DB6 color CMYK value is (0,30,19,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(0,30,19,12)
C0M30Y19K12 
(0%,30%,19%,12%)
(0.00/0.30/0.19/0.12)	

CMYK percentages

%0
%30.22
%19.11
%11.76

Codes

Color #E19DB6 in popluar color models

E19DB6
RGB225157182
HSL338°53.13%74.90%
HSB/HSV338°30.22%88.24%
CMYK0.00%30.22%19.11%
11.76%

Color #E19DB6 in popluar number systems.

HEXE19DB6
Decimal225157182
Binary111000011001110110110110
Octal341235266

Shades and tints

Shades of #E19DB6

#E19DB6
(225,157,182)
#CD8FA6
(205,143,166)
#B98196
(185,129,150)
#A57386
(165,115,134)
#916576
(145,101,118)
#7D5766
(125,87,102)
#694956
(105,73,86)
#553B46
(85,59,70)
#412D36
(65,45,54)
#2D1F26
(45,31,38)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #E19DB6

#E19DB6
(225,157,182)
#E3A5BC
(227,165,188)
#E5ADC2
(229,173,194)
#E7B5C8
(231,181,200)
#E9BDCE
(233,189,206)
#EBC5D4
(235,197,212)
#EDCDDA
(237,205,218)
#EFD5E0
(239,213,224)
#F1DDE6
(241,221,230)
#F3E5EC
(243,229,236)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19DB6 color. Also use rgb(225,157,182) instead hex code.

Text Font Color

.myTextColor { color: #E19DB6; }

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

This text font color is #E19DB6.


Background Color

.myBgColor { background-color: #E19DB6; }

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

This div background color is #E19DB6.


Border color

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

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

This div border color is #E19DB6.


Opacity

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

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

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

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

This text has shadow with #E19DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19DB6 on black background.


Color preview on white background

This text has color #E19DB6 on white background.



Black color preview on #E19DB6 background

This text has black color on #E19DB6 background.


White color preview on #E19DB6 background

This text has white color on #E19DB6 background.