COLOR #E69BBD

HEX: #E69BBD RGB: (230,155,189)

Color info

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

RGB color model

#E69BBD color RGB value is (230,155,189).

RGB: (230,155,189) (90%, 61%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 155 of 255 = 61%
B 189 of 255 = 74%

230
155
189

R + G + B ~ 75%. #E69BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 155 + 189 = 574 (100%)
R 230 of 574 ~ 40.07%
G 155 of 574 ~ 27%
B 189 of 574 ~ 32.93'%

%40.07
%27
%32.93

CMYK color model

#E69BBD color CMYK value is (0,33,18,10).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK: (0,33,18,10) C0M33Y18K10 (0%,33%,18%,10%) (0.00/0.33/0.18/0.10) 

CMYK percentages

%0
%32.61
%17.83
%9.8

Codes

Color #E69BBD in popluar color models

E6 9B BD
RGB 230 155 189
HSL 333° 60.00% 75.49%
HSB/HSV 333° 32.61% 90.20%
CMYK 0.00% 32.61% 17.83%
9.80%

Color #E69BBD in popluar number systems.

HEX E6 9B BD
Decimal 230 155 189
Binary 11100110 10011011 10111101
Octal 346 233 275

Shades and tints

Shades of #E69BBD

#E69BBD
(230,155,189)
#D28DAC
(210,141,172)
#BE7F9B
(190,127,155)
#AA718A
(170,113,138)
#966379
(150,99,121)
#825568
(130,85,104)
#6E4757
(110,71,87)
#5A3946
(90,57,70)
#462B35
(70,43,53)
#321D24
(50,29,36)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #E69BBD

#E69BBD
(230,155,189)
#E8A4C3
(232,164,195)
#EAADC9
(234,173,201)
#ECB6CF
(236,182,207)
#EEBFD5
(238,191,213)
#F0C8DB
(240,200,219)
#F2D1E1
(242,209,225)
#F4DAE7
(244,218,231)
#F6E3ED
(246,227,237)
#F8ECF3
(248,236,243)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69BBD; }

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

This text font color is #E69BBD.

Background Color

.myBgColor { background-color: #E69BBD; }

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

This div background color is #E69BBD.

Border color

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

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

This div border color is #E69BBD.

Opacity

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

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

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

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

This text has shadow with #E69BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69BBD.

Preview

Color preview on black background

This text has color #E69BBD on black background.


Color preview on white background

This text has color #E69BBD on white background.


Black color preview on #E69BBD background

This text has black color on #E69BBD background.


White color preview on #E69BBD background

This text has white color on #E69BBD background.


Related colors

Complementary color

Complementary color for #hex is #196442.


I love getcolorcode.com

Triadic colors

1 #BDE69B and #9BBDE6 with #E69BBD are triadic colors.

2 #BD9BE6 and #9BE6BD with #E69BBD are triadic colors.