COLOR #E69DBF

HEX: #E69DBF RGB: (230,157,191)

Color info

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

RGB color model

#E69DBF color RGB value is (230,157,191).

RGB: (230,157,191) (90%, 62%, 75%)

RGB channels and saturation

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

230
157
191

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

Portions of RGB colors in percentages

R + G + B = 230 + 157 + 191 = 578 (100%)
R 230 of 578 ~ 39.79%
G 157 of 578 ~ 27.16%
B 191 of 578 ~ 33.04'%

%39.79
%27.16
%33.04

CMYK color model

#E69DBF color CMYK value is (0,32,17,10).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 16.96%
  • key color value is 9.80%

CMYK: (0,32,17,10)
C0M32Y17K10 (0%, 32%, 17%, 10%)
(0.00 / 0.32 / 0.17 / 0.10)

CMYK percentages

%0
%31.74
%16.96
%9.8

Codes

Color #E69DBF in popluar color models

E6 9D BF
RGB 230 157 191
HSL 332° 59.35% 75.88%
HSB/HSV 332° 31.74% 90.20%
CMYK 0.00% 31.74% 16.96%
9.80%

Color #E69DBF in popluar number systems.

HEX E6 9D BF
Decimal 230 157 191
Binary 11100110 10011101 10111111
Octal 346 235 277

Shades and tints

Shades of #E69DBF

#E69DBF
(230,157,191)
#D28FAE
(210,143,174)
#BE819D
(190,129,157)
#AA738C
(170,115,140)
#96657B
(150,101,123)
#82576A
(130,87,106)
#6E4959
(110,73,89)
#5A3B48
(90,59,72)
#462D37
(70,45,55)
#321F26
(50,31,38)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #E69DBF

#E69DBF
(230,157,191)
#E8A5C4
(232,165,196)
#EAADC9
(234,173,201)
#ECB5CE
(236,181,206)
#EEBDD3
(238,189,211)
#F0C5D8
(240,197,216)
#F2CDDD
(242,205,221)
#F4D5E2
(244,213,226)
#F6DDE7
(246,221,231)
#F8E5EC
(248,229,236)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69DBF; }

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

This text font color is #E69DBF.

Background Color

.myBgColor { background-color: #E69DBF; }

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

This div background color is #E69DBF.

Border color

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

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

This div border color is #E69DBF.

Opacity

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

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

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

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

This text has shadow with #E69DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69DBF.

Preview

Color preview on black background

This text has color #E69DBF on black background.


Color preview on white background

This text has color #E69DBF on white background.


Black color preview on #E69DBF background

This text has black color on #E69DBF background.


White color preview on #E69DBF background

This text has white color on #E69DBF background.


Related colors

Complementary color

Complementary color for #hex is #196240.


I love getcolorcode.com

Triadic colors

1 #BFE69D and #9DBFE6 with #E69DBF are triadic colors.

2 #BF9DE6 and #9DE6BF with #E69DBF are triadic colors.