COLOR #E97BCE

HEX: #E97BCE
RGB: (233,123,206)

Color info

#E97BCE contains mainly red and blue colors. Web safe color of #E97BCE is #FF66CC (or #F6C).

RGB color model

#E97BCE color RGB value is (233,123,206).

  • red value is 233;
  • green value is 123;
  • blue value is 206.
RGB:
(233,123,206)
(91%,48%,81%)

RGB channels and saturation

R 233 of 255 = 91%
G 123 of 255 = 48%
B 206 of 255 = 81%

233
123
206

R + G + B ~ 73%. #E97BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 123 + 206 = 562 (100%)
R 233 of 562 ~ 41.46%
G 123 of 562 ~ 21.89%
B 206 of 562 ~ 36.65%

%41.46
%21.89
%36.65

CMYK color model

#E97BCE color CMYK value is (0,47,12,9).

  • cyan value is 0.00%
  • magenta value is 47.21%
  • yellow value is 11.59%
  • key color value is 8.63%
CMYK:
(0,47,12,9)
C0M47Y12K9 
(0%,47%,12%,9%)
(0.00/0.47/0.12/0.09)	

CMYK percentages

%0
%47.21
%11.59
%8.63

Codes

Color #E97BCE in popluar color models

E97BCE
RGB233123206
HSL315°71.43%69.80%
HSB/HSV315°47.21%91.37%
CMYK0.00%47.21%11.59%
8.63%

Color #E97BCE in popluar number systems.

HEXE97BCE
Decimal233123206
Binary11101001111101111001110
Octal351173316

Shades and tints

Shades of #E97BCE

#E97BCE
(233,123,206)
#D470BC
(212,112,188)
#BF65AA
(191,101,170)
#AA5A98
(170,90,152)
#954F86
(149,79,134)
#804474
(128,68,116)
#6B3962
(107,57,98)
#562E50
(86,46,80)
#41233E
(65,35,62)
#2C182C
(44,24,44)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #E97BCE

#E97BCE
(233,123,206)
#EB87D2
(235,135,210)
#ED93D6
(237,147,214)
#EF9FDA
(239,159,218)
#F1ABDE
(241,171,222)
#F3B7E2
(243,183,226)
#F5C3E6
(245,195,230)
#F7CFEA
(247,207,234)
#F9DBEE
(249,219,238)
#FBE7F2
(251,231,242)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97BCE color. Also use rgb(233,123,206) instead hex code.

Text Font Color

.myTextColor { color: #E97BCE; }

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

This text font color is #E97BCE.


Background Color

.myBgColor { background-color: #E97BCE; }

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

This div background color is #E97BCE.


Border color

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

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

This div border color is #E97BCE.


Opacity

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

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

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

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

This text has shadow with #E97BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97BCE on black background.


Color preview on white background

This text has color #E97BCE on white background.



Black color preview on #E97BCE background

This text has black color on #E97BCE background.


White color preview on #E97BCE background

This text has white color on #E97BCE background.