COLOR #E69BB3

HEX: #E69BB3
RGB: (230,155,179)

Color info

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

RGB color model

#E69BB3 color RGB value is (230,155,179).

  • red value is 230;
  • green value is 155;
  • blue value is 179.
RGB:
(230,155,179)
(90%,61%,70%)

RGB channels and saturation

R 230 of 255 = 90%
G 155 of 255 = 61%
B 179 of 255 = 70%

230
155
179

R + G + B ~ 74%. #E69BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 155 + 179 = 564 (100%)
R 230 of 564 ~ 40.78%
G 155 of 564 ~ 27.48%
B 179 of 564 ~ 31.74%

%40.78
%27.48
%31.74

CMYK color model

#E69BB3 color CMYK value is (0,33,22,10).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(0,33,22,10)
C0M33Y22K10 
(0%,33%,22%,10%)
(0.00/0.33/0.22/0.10)	

CMYK percentages

%0
%32.61
%22.17
%9.8

Codes

Color #E69BB3 in popluar color models

E69BB3
RGB230155179
HSL341°60.00%75.49%
HSB/HSV341°32.61%90.20%
CMYK0.00%32.61%22.17%
9.80%

Color #E69BB3 in popluar number systems.

HEXE69BB3
Decimal230155179
Binary111001101001101110110011
Octal346233263

Shades and tints

Shades of #E69BB3

#E69BB3
(230,155,179)
#D28DA3
(210,141,163)
#BE7F93
(190,127,147)
#AA7183
(170,113,131)
#966373
(150,99,115)
#825563
(130,85,99)
#6E4753
(110,71,83)
#5A3943
(90,57,67)
#462B33
(70,43,51)
#321D23
(50,29,35)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #E69BB3

#E69BB3
(230,155,179)
#E8A4B9
(232,164,185)
#EAADBF
(234,173,191)
#ECB6C5
(236,182,197)
#EEBFCB
(238,191,203)
#F0C8D1
(240,200,209)
#F2D1D7
(242,209,215)
#F4DADD
(244,218,221)
#F6E3E3
(246,227,227)
#F8ECE9
(248,236,233)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69BB3; }

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

This text font color is #E69BB3.


Background Color

.myBgColor { background-color: #E69BB3; }

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

This div background color is #E69BB3.


Border color

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

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

This div border color is #E69BB3.


Opacity

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

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

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

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

This text has shadow with #E69BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69BB3 on black background.


Color preview on white background

This text has color #E69BB3 on white background.



Black color preview on #E69BB3 background

This text has black color on #E69BB3 background.


White color preview on #E69BB3 background

This text has white color on #E69BB3 background.