COLOR #BD93A3

HEX: #BD93A3 RGB: (189,147,163)

Color info

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

RGB color model

#BD93A3 color RGB value is (189,147,163).

RGB: (189,147,163) (74%, 58%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 163 of 255 = 64%

189
147
163

R + G + B ~ 65%. #BD93A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 147 + 163 = 499 (100%)
R 189 of 499 ~ 37.88%
G 147 of 499 ~ 29.46%
B 163 of 499 ~ 32.67'%

%37.88
%29.46
%32.67

CMYK color model

#BD93A3 color CMYK value is (0,22,14,26).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 13.76%
  • key color value is 25.88%

CMYK: (0,22,14,26)
C0M22Y14K26 (0%, 22%, 14%, 26%)
(0.00 / 0.22 / 0.14 / 0.26)

CMYK percentages

%0
%22.22
%13.76
%25.88

Codes

Color #BD93A3 in popluar color models

BD 93 A3
RGB 189 147 163
HSL 337° 24.14% 65.88%
HSB/HSV 337° 22.22% 74.12%
CMYK 0.00% 22.22% 13.76%
25.88%

Color #BD93A3 in popluar number systems.

HEX BD 93 A3
Decimal 189 147 163
Binary 10111101 10010011 10100011
Octal 275 223 243

Shades and tints

Shades of #BD93A3

#BD93A3
(189,147,163)
#AC8695
(172,134,149)
#9B7987
(155,121,135)
#8A6C79
(138,108,121)
#795F6B
(121,95,107)
#68525D
(104,82,93)
#57454F
(87,69,79)
#463841
(70,56,65)
#352B33
(53,43,51)
#241E25
(36,30,37)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #BD93A3

#BD93A3
(189,147,163)
#C39CAB
(195,156,171)
#C9A5B3
(201,165,179)
#CFAEBB
(207,174,187)
#D5B7C3
(213,183,195)
#DBC0CB
(219,192,203)
#E1C9D3
(225,201,211)
#E7D2DB
(231,210,219)
#EDDBE3
(237,219,227)
#F3E4EB
(243,228,235)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD93A3 color. Also use rgb(189,147,163) instead hex code.

Text Font Color

.myTextColor { color: #BD93A3; }

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

This text font color is #BD93A3.

Background Color

.myBgColor { background-color: #BD93A3; }

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

This div background color is #BD93A3.

Border color

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

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

This div border color is #BD93A3.

Opacity

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

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

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

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

This text has shadow with #BD93A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD93A3.

Preview

Color preview on black background

This text has color #BD93A3 on black background.


Color preview on white background

This text has color #BD93A3 on white background.


Black color preview on #BD93A3 background

This text has black color on #BD93A3 background.


White color preview on #BD93A3 background

This text has white color on #BD93A3 background.


Related colors

Complementary color

Complementary color for #hex is #426C5C.


I love getcolorcode.com

Triadic colors

1 #A3BD93 and #93A3BD with #BD93A3 are triadic colors.

2 #A393BD and #93BDA3 with #BD93A3 are triadic colors.