COLOR #BDADC7

HEX: #BDADC7 RGB: (189,173,199)

Color info

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

RGB color model

#BDADC7 color RGB value is (189,173,199).

RGB: (189,173,199) (74%, 68%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 199 of 255 = 78%

189
173
199

R + G + B ~ 73%. #BDADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 199 = 561 (100%)
R 189 of 561 ~ 33.69%
G 173 of 561 ~ 30.84%
B 199 of 561 ~ 35.47'%

%33.69
%30.84
%35.47

CMYK color model

#BDADC7 color CMYK value is (5,13,0,22).

  • cyan value is 5.03%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (5,13,0,22)
C5M13Y0K22 (5%, 13%, 0%, 22%)
(0.05 / 0.13 / 0.00 / 0.22)

CMYK percentages

%5.03
%13.07
%0
%21.96

Codes

Color #BDADC7 in popluar color models

BD AD C7
RGB 189 173 199
HSL 277° 18.84% 72.94%
HSB/HSV 277° 13.07% 78.04%
CMYK 5.03% 13.07% 0.00%
21.96%

Color #BDADC7 in popluar number systems.

HEX BD AD C7
Decimal 189 173 199
Binary 10111101 10101101 11000111
Octal 275 255 307

Shades and tints

Shades of #BDADC7

#BDADC7
(189,173,199)
#AC9EB5
(172,158,181)
#9B8FA3
(155,143,163)
#8A8091
(138,128,145)
#79717F
(121,113,127)
#68626D
(104,98,109)
#57535B
(87,83,91)
#464449
(70,68,73)
#353537
(53,53,55)
#242625
(36,38,37)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDADC7

#BDADC7
(189,173,199)
#C3B4CC
(195,180,204)
#C9BBD1
(201,187,209)
#CFC2D6
(207,194,214)
#D5C9DB
(213,201,219)
#DBD0E0
(219,208,224)
#E1D7E5
(225,215,229)
#E7DEEA
(231,222,234)
#EDE5EF
(237,229,239)
#F3ECF4
(243,236,244)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADC7; }

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

This text font color is #BDADC7.

Background Color

.myBgColor { background-color: #BDADC7; }

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

This div background color is #BDADC7.

Border color

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

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

This div border color is #BDADC7.

Opacity

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

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

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

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

This text has shadow with #BDADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDADC7.

Preview

Color preview on black background

This text has color #BDADC7 on black background.


Color preview on white background

This text has color #BDADC7 on white background.


Black color preview on #BDADC7 background

This text has black color on #BDADC7 background.


White color preview on #BDADC7 background

This text has white color on #BDADC7 background.


Related colors

Complementary color

Complementary color for #hex is #425238.


I love getcolorcode.com

Triadic colors

1 #C7BDAD and #ADC7BD with #BDADC7 are triadic colors.

2 #C7ADBD and #ADBDC7 with #BDADC7 are triadic colors.