COLOR #E796DF

HEX: #E796DF
RGB: (231,150,223)

Color info

#E796DF contains mainly red and blue colors. Web safe color of #E796DF is #FF99CC (or #F9C).

RGB color model

#E796DF color RGB value is (231,150,223).

  • red value is 231;
  • green value is 150;
  • blue value is 223.
RGB:
(231,150,223)
(91%,59%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 150 of 255 = 59%
B 223 of 255 = 87%

231
150
223

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

Portions of RGB colors in percentages

R + G + B =
231 + 150 + 223 = 604 (100%)
R 231 of 604 ~ 38.25%
G 150 of 604 ~ 24.83%
B 223 of 604 ~ 36.92%

%38.25
%24.83
%36.92

CMYK color model

#E796DF color CMYK value is (0,35,3,9).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,35,3,9)
C0M35Y3K9 
(0%,35%,3%,9%)
(0.00/0.35/0.03/0.09)	

CMYK percentages

%0
%35.06
%3.46
%9.41

Codes

Color #E796DF in popluar color models

E796DF
RGB231150223
HSL306°62.79%74.71%
HSB/HSV306°35.06%90.59%
CMYK0.00%35.06%3.46%
9.41%

Color #E796DF in popluar number systems.

HEXE796DF
Decimal231150223
Binary111001111001011011011111
Octal347226337

Shades and tints

Shades of #E796DF

#E796DF
(231,150,223)
#D289CB
(210,137,203)
#BD7CB7
(189,124,183)
#A86FA3
(168,111,163)
#93628F
(147,98,143)
#7E557B
(126,85,123)
#694867
(105,72,103)
#543B53
(84,59,83)
#3F2E3F
(63,46,63)
#2A212B
(42,33,43)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E796DF

#E796DF
(231,150,223)
#E99FE1
(233,159,225)
#EBA8E3
(235,168,227)
#EDB1E5
(237,177,229)
#EFBAE7
(239,186,231)
#F1C3E9
(241,195,233)
#F3CCEB
(243,204,235)
#F5D5ED
(245,213,237)
#F7DEEF
(247,222,239)
#F9E7F1
(249,231,241)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E796DF color. Also use rgb(231,150,223) instead hex code.

Text Font Color

.myTextColor { color: #E796DF; }

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

This text font color is #E796DF.


Background Color

.myBgColor { background-color: #E796DF; }

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

This div background color is #E796DF.


Border color

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

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

This div border color is #E796DF.


Opacity

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

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

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

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

This text has shadow with #E796DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E796DF on black background.


Color preview on white background

This text has color #E796DF on white background.



Black color preview on #E796DF background

This text has black color on #E796DF background.


White color preview on #E796DF background

This text has white color on #E796DF background.