COLOR #BD829A

HEX: #BD829A
RGB: (189,130,154)

Color info

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

RGB color model

#BD829A color RGB value is (189,130,154).

  • red value is 189;
  • green value is 130;
  • blue value is 154.
RGB:
(189,130,154)
(74%,51%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 130 of 255 = 51%
B 154 of 255 = 60%

189
130
154

R + G + B ~ 62%. #BD829A is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 130 + 154 = 473 (100%)
R 189 of 473 ~ 39.96%
G 130 of 473 ~ 27.48%
B 154 of 473 ~ 32.56%

%39.96
%27.48
%32.56

CMYK color model

#BD829A color CMYK value is (0,31,19,26).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(0,31,19,26)
C0M31Y19K26 
(0%,31%,19%,26%)
(0.00/0.31/0.19/0.26)	

CMYK percentages

%0
%31.22
%18.52
%25.88

Codes

Color #BD829A in popluar color models

BD829A
RGB189130154
HSL336°30.89%62.55%
HSB/HSV336°31.22%74.12%
CMYK0.00%31.22%18.52%
25.88%

Color #BD829A in popluar number systems.

HEXBD829A
Decimal189130154
Binary101111011000001010011010
Octal275202232

Shades and tints

Shades of #BD829A

#BD829A
(189,130,154)
#AC778C
(172,119,140)
#9B6C7E
(155,108,126)
#8A6170
(138,97,112)
#795662
(121,86,98)
#684B54
(104,75,84)
#574046
(87,64,70)
#463538
(70,53,56)
#352A2A
(53,42,42)
#241F1C
(36,31,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #BD829A

#BD829A
(189,130,154)
#C38DA3
(195,141,163)
#C998AC
(201,152,172)
#CFA3B5
(207,163,181)
#D5AEBE
(213,174,190)
#DBB9C7
(219,185,199)
#E1C4D0
(225,196,208)
#E7CFD9
(231,207,217)
#EDDAE2
(237,218,226)
#F3E5EB
(243,229,235)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD829A color. Also use rgb(189,130,154) instead hex code.

Text Font Color

.myTextColor { color: #BD829A; }

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

This text font color is #BD829A.


Background Color

.myBgColor { background-color: #BD829A; }

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

This div background color is #BD829A.


Border color

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

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

This div border color is #BD829A.


Opacity

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

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

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

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

This text has shadow with #BD829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD829A on black background.


Color preview on white background

This text has color #BD829A on white background.



Black color preview on #BD829A background

This text has black color on #BD829A background.


White color preview on #BD829A background

This text has white color on #BD829A background.