COLOR #E796BE

HEX: #E796BE
RGB: (231,150,190)

Color info

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

RGB color model

#E796BE color RGB value is (231,150,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 150 of 255 = 59%
B 190 of 255 = 75%

231
150
190

R + G + B ~ 75%. #E796BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 150 + 190 = 571 (100%)
R 231 of 571 ~ 40.46%
G 150 of 571 ~ 26.27%
B 190 of 571 ~ 33.27%

%40.46
%26.27
%33.27

CMYK color model

#E796BE color CMYK value is (0,35,18,9).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,35,18,9)
C0M35Y18K9 
(0%,35%,18%,9%)
(0.00/0.35/0.18/0.09)	

CMYK percentages

%0
%35.06
%17.75
%9.41

Codes

Color #E796BE in popluar color models

E796BE
RGB231150190
HSL330°62.79%74.71%
HSB/HSV330°35.06%90.59%
CMYK0.00%35.06%17.75%
9.41%

Color #E796BE in popluar number systems.

HEXE796BE
Decimal231150190
Binary111001111001011010111110
Octal347226276

Shades and tints

Shades of #E796BE

#E796BE
(231,150,190)
#D289AD
(210,137,173)
#BD7C9C
(189,124,156)
#A86F8B
(168,111,139)
#93627A
(147,98,122)
#7E5569
(126,85,105)
#694858
(105,72,88)
#543B47
(84,59,71)
#3F2E36
(63,46,54)
#2A2125
(42,33,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E796BE

#E796BE
(231,150,190)
#E99FC3
(233,159,195)
#EBA8C8
(235,168,200)
#EDB1CD
(237,177,205)
#EFBAD2
(239,186,210)
#F1C3D7
(241,195,215)
#F3CCDC
(243,204,220)
#F5D5E1
(245,213,225)
#F7DEE6
(247,222,230)
#F9E7EB
(249,231,235)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E796BE; }

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

This text font color is #E796BE.


Background Color

.myBgColor { background-color: #E796BE; }

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

This div background color is #E796BE.


Border color

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

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

This div border color is #E796BE.


Opacity

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

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

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

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

This text has shadow with #E796BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E796BE on black background.


Color preview on white background

This text has color #E796BE on white background.



Black color preview on #E796BE background

This text has black color on #E796BE background.


White color preview on #E796BE background

This text has white color on #E796BE background.