COLOR #E697C9

HEX: #E697C9
RGB: (230,151,201)

Color info

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

RGB color model

#E697C9 color RGB value is (230,151,201).

  • red value is 230;
  • green value is 151;
  • blue value is 201.
RGB:
(230,151,201)
(90%,59%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 151 of 255 = 59%
B 201 of 255 = 79%

230
151
201

R + G + B ~ 76%. #E697C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 151 + 201 = 582 (100%)
R 230 of 582 ~ 39.52%
G 151 of 582 ~ 25.95%
B 201 of 582 ~ 34.54%

%39.52
%25.95
%34.54

CMYK color model

#E697C9 color CMYK value is (0,34,13,10).

  • cyan value is 0.00%
  • magenta value is 34.35%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(0,34,13,10)
C0M34Y13K10 
(0%,34%,13%,10%)
(0.00/0.34/0.13/0.10)	

CMYK percentages

%0
%34.35
%12.61
%9.8

Codes

Color #E697C9 in popluar color models

E697C9
RGB230151201
HSL322°61.24%74.71%
HSB/HSV322°34.35%90.20%
CMYK0.00%34.35%12.61%
9.80%

Color #E697C9 in popluar number systems.

HEXE697C9
Decimal230151201
Binary111001101001011111001001
Octal346227311

Shades and tints

Shades of #E697C9

#E697C9
(230,151,201)
#D28AB7
(210,138,183)
#BE7DA5
(190,125,165)
#AA7093
(170,112,147)
#966381
(150,99,129)
#82566F
(130,86,111)
#6E495D
(110,73,93)
#5A3C4B
(90,60,75)
#462F39
(70,47,57)
#322227
(50,34,39)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #E697C9

#E697C9
(230,151,201)
#E8A0CD
(232,160,205)
#EAA9D1
(234,169,209)
#ECB2D5
(236,178,213)
#EEBBD9
(238,187,217)
#F0C4DD
(240,196,221)
#F2CDE1
(242,205,225)
#F4D6E5
(244,214,229)
#F6DFE9
(246,223,233)
#F8E8ED
(248,232,237)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E697C9 color. Also use rgb(230,151,201) instead hex code.

Text Font Color

.myTextColor { color: #E697C9; }

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

This text font color is #E697C9.


Background Color

.myBgColor { background-color: #E697C9; }

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

This div background color is #E697C9.


Border color

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

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

This div border color is #E697C9.


Opacity

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

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

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

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

This text has shadow with #E697C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E697C9 on black background.


Color preview on white background

This text has color #E697C9 on white background.



Black color preview on #E697C9 background

This text has black color on #E697C9 background.


White color preview on #E697C9 background

This text has white color on #E697C9 background.