COLOR #BDADC9

HEX: #BDADC9
RGB: (189,173,201)

Color info

#BDADC9 contains red, green and blue colors in about the same proportion. Web safe color of #BDADC9 is #CC99CC (or #C9C).

RGB color model

#BDADC9 color RGB value is (189,173,201).

  • red value is 189;
  • green value is 173;
  • blue value is 201.
RGB:
(189,173,201)
(74%,68%,79%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 201 of 255 = 79%

189
173
201

R + G + B ~ 74%. #BDADC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 201 = 563 (100%)
R 189 of 563 ~ 33.57%
G 173 of 563 ~ 30.73%
B 201 of 563 ~ 35.7%

%33.57
%30.73
%35.7

CMYK color model

#BDADC9 color CMYK value is (6,14,0,21).

  • cyan value is 5.97%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,14,0,21)
C6M14Y0K21 
(6%,14%,0%,21%)
(0.06/0.14/0.00/0.21)	

CMYK percentages

%5.97
%13.93
%0
%21.18

Codes

Color #BDADC9 in popluar color models

BDADC9
RGB189173201
HSL274°20.59%73.33%
HSB/HSV274°13.93%78.82%
CMYK5.97%13.93%0.00%
21.18%

Color #BDADC9 in popluar number systems.

HEXBDADC9
Decimal189173201
Binary101111011010110111001001
Octal275255311

Shades and tints

Shades of #BDADC9

#BDADC9
(189,173,201)
#AC9EB7
(172,158,183)
#9B8FA5
(155,143,165)
#8A8093
(138,128,147)
#797181
(121,113,129)
#68626F
(104,98,111)
#57535D
(87,83,93)
#46444B
(70,68,75)
#353539
(53,53,57)
#242627
(36,38,39)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDADC9

#BDADC9
(189,173,201)
#C3B4CD
(195,180,205)
#C9BBD1
(201,187,209)
#CFC2D5
(207,194,213)
#D5C9D9
(213,201,217)
#DBD0DD
(219,208,221)
#E1D7E1
(225,215,225)
#E7DEE5
(231,222,229)
#EDE5E9
(237,229,233)
#F3ECED
(243,236,237)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDADC9 color. Also use rgb(189,173,201) instead hex code.

Text Font Color

.myTextColor { color: #BDADC9; }

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

This text font color is #BDADC9.


Background Color

.myBgColor { background-color: #BDADC9; }

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

This div background color is #BDADC9.


Border color

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

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

This div border color is #BDADC9.


Opacity

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

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

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

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

This text has shadow with #BDADC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADC9 on black background.


Color preview on white background

This text has color #BDADC9 on white background.



Black color preview on #BDADC9 background

This text has black color on #BDADC9 background.


White color preview on #BDADC9 background

This text has white color on #BDADC9 background.