COLOR #E69BAF

HEX: #E69BAF RGB: (230,155,175)

Color info

#E69BAF contains mainly red and blue colors. Web safe color of #E69BAF is #CC9999 (or #C99).

RGB color model

#E69BAF color RGB value is (230,155,175).

RGB: (230,155,175) (90%, 61%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 155 of 255 = 61%
B 175 of 255 = 69%

230
155
175

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

Portions of RGB colors in percentages

R + G + B = 230 + 155 + 175 = 560 (100%)
R 230 of 560 ~ 41.07%
G 155 of 560 ~ 27.68%
B 175 of 560 ~ 31.25'%

%41.07
%27.68
%31.25

CMYK color model

#E69BAF color CMYK value is (0,33,24,10).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 23.91%
  • key color value is 9.80%

CMYK: (0,33,24,10)
C0M33Y24K10 (0%, 33%, 24%, 10%)
(0.00 / 0.33 / 0.24 / 0.10)

CMYK percentages

%0
%32.61
%23.91
%9.8

Codes

Color #E69BAF in popluar color models

E6 9B AF
RGB 230 155 175
HSL 344° 60.00% 75.49%
HSB/HSV 344° 32.61% 90.20%
CMYK 0.00% 32.61% 23.91%
9.80%

Color #E69BAF in popluar number systems.

HEX E6 9B AF
Decimal 230 155 175
Binary 11100110 10011011 10101111
Octal 346 233 257

Shades and tints

Shades of #E69BAF

#E69BAF
(230,155,175)
#D28DA0
(210,141,160)
#BE7F91
(190,127,145)
#AA7182
(170,113,130)
#966373
(150,99,115)
#825564
(130,85,100)
#6E4755
(110,71,85)
#5A3946
(90,57,70)
#462B37
(70,43,55)
#321D28
(50,29,40)
#1E0F19
(30,15,25)
#000000
(0,0,0)

Tints of #E69BAF

#E69BAF
(230,155,175)
#E8A4B6
(232,164,182)
#EAADBD
(234,173,189)
#ECB6C4
(236,182,196)
#EEBFCB
(238,191,203)
#F0C8D2
(240,200,210)
#F2D1D9
(242,209,217)
#F4DAE0
(244,218,224)
#F6E3E7
(246,227,231)
#F8ECEE
(248,236,238)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69BAF color. Also use rgb(230,155,175) instead hex code.

Text Font Color

.myTextColor { color: #E69BAF; }

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

This text font color is #E69BAF.

Background Color

.myBgColor { background-color: #E69BAF; }

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

This div background color is #E69BAF.

Border color

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

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

This div border color is #E69BAF.

Opacity

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

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

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

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

This text has shadow with #E69BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69BAF.

Preview

Color preview on black background

This text has color #E69BAF on black background.


Color preview on white background

This text has color #E69BAF on white background.


Black color preview on #E69BAF background

This text has black color on #E69BAF background.


White color preview on #E69BAF background

This text has white color on #E69BAF background.


Related colors

Complementary color

Complementary color for #hex is #196450.


I love getcolorcode.com

Triadic colors

1 #AFE69B and #9BAFE6 with #E69BAF are triadic colors.

2 #AF9BE6 and #9BE6AF with #E69BAF are triadic colors.