COLOR #E69EBF

HEX: #E69EBF
RGB: (230,158,191)

Color info

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

RGB color model

#E69EBF color RGB value is (230,158,191).

  • red value is 230;
  • green value is 158;
  • blue value is 191.
RGB:
(230,158,191)
(90%,62%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 191 of 255 = 75%

230
158
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 191 = 579 (100%)
R 230 of 579 ~ 39.72%
G 158 of 579 ~ 27.29%
B 191 of 579 ~ 32.99%

%39.72
%27.29
%32.99

CMYK color model

#E69EBF color CMYK value is (0,31,17,10).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(0,31,17,10)
C0M31Y17K10 
(0%,31%,17%,10%)
(0.00/0.31/0.17/0.10)	

CMYK percentages

%0
%31.3
%16.96
%9.8

Codes

Color #E69EBF in popluar color models

E69EBF
RGB230158191
HSL333°59.02%76.08%
HSB/HSV333°31.30%90.20%
CMYK0.00%31.30%16.96%
9.80%

Color #E69EBF in popluar number systems.

HEXE69EBF
Decimal230158191
Binary111001101001111010111111
Octal346236277

Shades and tints

Shades of #E69EBF

#E69EBF
(230,158,191)
#D290AE
(210,144,174)
#BE829D
(190,130,157)
#AA748C
(170,116,140)
#96667B
(150,102,123)
#82586A
(130,88,106)
#6E4A59
(110,74,89)
#5A3C48
(90,60,72)
#462E37
(70,46,55)
#322026
(50,32,38)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #E69EBF

#E69EBF
(230,158,191)
#E8A6C4
(232,166,196)
#EAAEC9
(234,174,201)
#ECB6CE
(236,182,206)
#EEBED3
(238,190,211)
#F0C6D8
(240,198,216)
#F2CEDD
(242,206,221)
#F4D6E2
(244,214,226)
#F6DEE7
(246,222,231)
#F8E6EC
(248,230,236)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69EBF color. Also use rgb(230,158,191) instead hex code.

Text Font Color

.myTextColor { color: #E69EBF; }

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

This text font color is #E69EBF.


Background Color

.myBgColor { background-color: #E69EBF; }

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

This div background color is #E69EBF.


Border color

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

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

This div border color is #E69EBF.


Opacity

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

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

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

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

This text has shadow with #E69EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69EBF on black background.


Color preview on white background

This text has color #E69EBF on white background.



Black color preview on #E69EBF background

This text has black color on #E69EBF background.


White color preview on #E69EBF background

This text has white color on #E69EBF background.