COLOR #BD8690

HEX: #BD8690 RGB: (189,134,144)

Color info

#BD8690 contains red, green and blue colors in about the same proportion. Web safe color of #BD8690 is #CC9999 (or #C99).

RGB color model

#BD8690 color RGB value is (189,134,144).

RGB: (189,134,144) (74%, 53%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 134 of 255 = 53%
B 144 of 255 = 56%

189
134
144

R + G + B ~ 61%. #BD8690 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 134 + 144 = 467 (100%)
R 189 of 467 ~ 40.47%
G 134 of 467 ~ 28.69%
B 144 of 467 ~ 30.84'%

%40.47
%28.69
%30.84

CMYK color model

#BD8690 color CMYK value is (0,29,24,26).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 23.81%
  • key color value is 25.88%

CMYK: (0,29,24,26)
C0M29Y24K26 (0%, 29%, 24%, 26%)
(0.00 / 0.29 / 0.24 / 0.26)

CMYK percentages

%0
%29.1
%23.81
%25.88

Codes

Color #BD8690 in popluar color models

BD 86 90
RGB 189 134 144
HSL 349° 29.41% 63.33%
HSB/HSV 349° 29.10% 74.12%
CMYK 0.00% 29.10% 23.81%
25.88%

Color #BD8690 in popluar number systems.

HEX BD 86 90
Decimal 189 134 144
Binary 10111101 10000110 10010000
Octal 275 206 220

Shades and tints

Shades of #BD8690

#BD8690
(189,134,144)
#AC7A83
(172,122,131)
#9B6E76
(155,110,118)
#8A6269
(138,98,105)
#79565C
(121,86,92)
#684A4F
(104,74,79)
#573E42
(87,62,66)
#463235
(70,50,53)
#352628
(53,38,40)
#241A1B
(36,26,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #BD8690

#BD8690
(189,134,144)
#C3919A
(195,145,154)
#C99CA4
(201,156,164)
#CFA7AE
(207,167,174)
#D5B2B8
(213,178,184)
#DBBDC2
(219,189,194)
#E1C8CC
(225,200,204)
#E7D3D6
(231,211,214)
#EDDEE0
(237,222,224)
#F3E9EA
(243,233,234)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8690 color. Also use rgb(189,134,144) instead hex code.

Text Font Color

.myTextColor { color: #BD8690; }

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

This text font color is #BD8690.

Background Color

.myBgColor { background-color: #BD8690; }

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

This div background color is #BD8690.

Border color

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

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

This div border color is #BD8690.

Opacity

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

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

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

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

This text has shadow with #BD8690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8690.

Preview

Color preview on black background

This text has color #BD8690 on black background.


Color preview on white background

This text has color #BD8690 on white background.


Black color preview on #BD8690 background

This text has black color on #BD8690 background.


White color preview on #BD8690 background

This text has white color on #BD8690 background.


Related colors

Complementary color

Complementary color for #hex is #42796F.


I love getcolorcode.com

Triadic colors

1 #90BD86 and #8690BD with #BD8690 are triadic colors.

2 #9086BD and #86BD90 with #BD8690 are triadic colors.