COLOR #BD96AE

HEX: #BD96AE
RGB: (189,150,174)

Color info

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

RGB color model

#BD96AE color RGB value is (189,150,174).

  • red value is 189;
  • green value is 150;
  • blue value is 174.
RGB:
(189,150,174)
(74%,59%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 150 of 255 = 59%
B 174 of 255 = 68%

189
150
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 150 + 174 = 513 (100%)
R 189 of 513 ~ 36.84%
G 150 of 513 ~ 29.24%
B 174 of 513 ~ 33.92%

%36.84
%29.24
%33.92

CMYK color model

#BD96AE color CMYK value is (0,21,8,26).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(0,21,8,26)
C0M21Y8K26 
(0%,21%,8%,26%)
(0.00/0.21/0.08/0.26)	

CMYK percentages

%0
%20.63
%7.94
%25.88

Codes

Color #BD96AE in popluar color models

BD96AE
RGB189150174
HSL323°22.81%66.47%
HSB/HSV323°20.63%74.12%
CMYK0.00%20.63%7.94%
25.88%

Color #BD96AE in popluar number systems.

HEXBD96AE
Decimal189150174
Binary101111011001011010101110
Octal275226256

Shades and tints

Shades of #BD96AE

#BD96AE
(189,150,174)
#AC899F
(172,137,159)
#9B7C90
(155,124,144)
#8A6F81
(138,111,129)
#796272
(121,98,114)
#685563
(104,85,99)
#574854
(87,72,84)
#463B45
(70,59,69)
#352E36
(53,46,54)
#242127
(36,33,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BD96AE

#BD96AE
(189,150,174)
#C39FB5
(195,159,181)
#C9A8BC
(201,168,188)
#CFB1C3
(207,177,195)
#D5BACA
(213,186,202)
#DBC3D1
(219,195,209)
#E1CCD8
(225,204,216)
#E7D5DF
(231,213,223)
#EDDEE6
(237,222,230)
#F3E7ED
(243,231,237)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD96AE color. Also use rgb(189,150,174) instead hex code.

Text Font Color

.myTextColor { color: #BD96AE; }

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

This text font color is #BD96AE.


Background Color

.myBgColor { background-color: #BD96AE; }

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

This div background color is #BD96AE.


Border color

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

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

This div border color is #BD96AE.


Opacity

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

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

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

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

This text has shadow with #BD96AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD96AE on black background.


Color preview on white background

This text has color #BD96AE on white background.



Black color preview on #BD96AE background

This text has black color on #BD96AE background.


White color preview on #BD96AE background

This text has white color on #BD96AE background.