COLOR #E796DD

HEX: #E796DD
RGB: (231,150,221)

Color info

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

RGB color model

#E796DD color RGB value is (231,150,221).

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

RGB channels and saturation

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

231
150
221

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

Portions of RGB colors in percentages

R + G + B =
231 + 150 + 221 = 602 (100%)
R 231 of 602 ~ 38.37%
G 150 of 602 ~ 24.92%
B 221 of 602 ~ 36.71%

%38.37
%24.92
%36.71

CMYK color model

#E796DD color CMYK value is (0,35,4,9).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(0,35,4,9)
C0M35Y4K9 
(0%,35%,4%,9%)
(0.00/0.35/0.04/0.09)	

CMYK percentages

%0
%35.06
%4.33
%9.41

Codes

Color #E796DD in popluar color models

E796DD
RGB231150221
HSL307°62.79%74.71%
HSB/HSV307°35.06%90.59%
CMYK0.00%35.06%4.33%
9.41%

Color #E796DD in popluar number systems.

HEXE796DD
Decimal231150221
Binary111001111001011011011101
Octal347226335

Shades and tints

Shades of #E796DD

#E796DD
(231,150,221)
#D289C9
(210,137,201)
#BD7CB5
(189,124,181)
#A86FA1
(168,111,161)
#93628D
(147,98,141)
#7E5579
(126,85,121)
#694865
(105,72,101)
#543B51
(84,59,81)
#3F2E3D
(63,46,61)
#2A2129
(42,33,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #E796DD

#E796DD
(231,150,221)
#E99FE0
(233,159,224)
#EBA8E3
(235,168,227)
#EDB1E6
(237,177,230)
#EFBAE9
(239,186,233)
#F1C3EC
(241,195,236)
#F3CCEF
(243,204,239)
#F5D5F2
(245,213,242)
#F7DEF5
(247,222,245)
#F9E7F8
(249,231,248)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E796DD; }

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

This text font color is #E796DD.


Background Color

.myBgColor { background-color: #E796DD; }

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

This div background color is #E796DD.


Border color

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

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

This div border color is #E796DD.


Opacity

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

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

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

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

This text has shadow with #E796DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E796DD on black background.


Color preview on white background

This text has color #E796DD on white background.



Black color preview on #E796DD background

This text has black color on #E796DD background.


White color preview on #E796DD background

This text has white color on #E796DD background.