COLOR #BD98A9

HEX: #BD98A9 RGB: (189,152,169)

Color info

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

RGB color model

#BD98A9 color RGB value is (189,152,169).

RGB: (189,152,169) (74%, 60%, 66%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 169 of 255 = 66%

189
152
169

R + G + B ~ 67%. #BD98A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 152 + 169 = 510 (100%)
R 189 of 510 ~ 37.06%
G 152 of 510 ~ 29.8%
B 169 of 510 ~ 33.14'%

%37.06
%29.8
%33.14

CMYK color model

#BD98A9 color CMYK value is (0,20,11,26).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK: (0,20,11,26) C0M20Y11K26 (0%,20%,11%,26%) (0.00/0.20/0.11/0.26) 

CMYK percentages

%0
%19.58
%10.58
%25.88

Codes

Color #BD98A9 in popluar color models

BD 98 A9
RGB 189 152 169
HSL 332° 21.89% 66.86%
HSB/HSV 332° 19.58% 74.12%
CMYK 0.00% 19.58% 10.58%
25.88%

Color #BD98A9 in popluar number systems.

HEX BD 98 A9
Decimal 189 152 169
Binary 10111101 10011000 10101001
Octal 275 230 251

Shades and tints

Shades of #BD98A9

#BD98A9
(189,152,169)
#AC8B9A
(172,139,154)
#9B7E8B
(155,126,139)
#8A717C
(138,113,124)
#79646D
(121,100,109)
#68575E
(104,87,94)
#574A4F
(87,74,79)
#463D40
(70,61,64)
#353031
(53,48,49)
#242322
(36,35,34)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BD98A9

#BD98A9
(189,152,169)
#C3A1B0
(195,161,176)
#C9AAB7
(201,170,183)
#CFB3BE
(207,179,190)
#D5BCC5
(213,188,197)
#DBC5CC
(219,197,204)
#E1CED3
(225,206,211)
#E7D7DA
(231,215,218)
#EDE0E1
(237,224,225)
#F3E9E8
(243,233,232)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD98A9 color. Also use rgb(189,152,169) instead hex code.

Text Font Color

.myTextColor { color: #BD98A9; }

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

This text font color is #BD98A9.

Background Color

.myBgColor { background-color: #BD98A9; }

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

This div background color is #BD98A9.

Border color

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

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

This div border color is #BD98A9.

Opacity

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

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

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

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

This text has shadow with #BD98A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD98A9.

Preview

Color preview on black background

This text has color #BD98A9 on black background.


Color preview on white background

This text has color #BD98A9 on white background.


Black color preview on #BD98A9 background

This text has black color on #BD98A9 background.


White color preview on #BD98A9 background

This text has white color on #BD98A9 background.


Related colors

Complementary color

Complementary color for #hex is #426756.


I love getcolorcode.com

Triadic colors

1 #A9BD98 and #98A9BD with #BD98A9 are triadic colors.

2 #A998BD and #98BDA9 with #BD98A9 are triadic colors.