COLOR #BD83A4

HEX: #BD83A4 RGB: (189,131,164)

Color info

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

RGB color model

#BD83A4 color RGB value is (189,131,164).

RGB: (189,131,164) (74%, 51%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 131 of 255 = 51%
B 164 of 255 = 64%

189
131
164

R + G + B ~ 63%. #BD83A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 131 + 164 = 484 (100%)
R 189 of 484 ~ 39.05%
G 131 of 484 ~ 27.07%
B 164 of 484 ~ 33.88'%

%39.05
%27.07
%33.88

CMYK color model

#BD83A4 color CMYK value is (0,31,13,26).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK: (0,31,13,26) C0M31Y13K26 (0%,31%,13%,26%) (0.00/0.31/0.13/0.26) 

CMYK percentages

%0
%30.69
%13.23
%25.88

Codes

Color #BD83A4 in popluar color models

BD 83 A4
RGB 189 131 164
HSL 326° 30.53% 62.75%
HSB/HSV 326° 30.69% 74.12%
CMYK 0.00% 30.69% 13.23%
25.88%

Color #BD83A4 in popluar number systems.

HEX BD 83 A4
Decimal 189 131 164
Binary 10111101 10000011 10100100
Octal 275 203 244

Shades and tints

Shades of #BD83A4

#BD83A4
(189,131,164)
#AC7896
(172,120,150)
#9B6D88
(155,109,136)
#8A627A
(138,98,122)
#79576C
(121,87,108)
#684C5E
(104,76,94)
#574150
(87,65,80)
#463642
(70,54,66)
#352B34
(53,43,52)
#242026
(36,32,38)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BD83A4

#BD83A4
(189,131,164)
#C38EAC
(195,142,172)
#C999B4
(201,153,180)
#CFA4BC
(207,164,188)
#D5AFC4
(213,175,196)
#DBBACC
(219,186,204)
#E1C5D4
(225,197,212)
#E7D0DC
(231,208,220)
#EDDBE4
(237,219,228)
#F3E6EC
(243,230,236)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD83A4 color. Also use rgb(189,131,164) instead hex code.

Text Font Color

.myTextColor { color: #BD83A4; }

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

This text font color is #BD83A4.

Background Color

.myBgColor { background-color: #BD83A4; }

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

This div background color is #BD83A4.

Border color

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

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

This div border color is #BD83A4.

Opacity

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

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

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

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

This text has shadow with #BD83A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD83A4.

Preview

Color preview on black background

This text has color #BD83A4 on black background.


Color preview on white background

This text has color #BD83A4 on white background.


Black color preview on #BD83A4 background

This text has black color on #BD83A4 background.


White color preview on #BD83A4 background

This text has white color on #BD83A4 background.


Related colors

Complementary color

Complementary color for #hex is #427C5B.


I love getcolorcode.com

Triadic colors

1 #A4BD83 and #83A4BD with #BD83A4 are triadic colors.

2 #A483BD and #83BDA4 with #BD83A4 are triadic colors.