COLOR #BDB7D4

HEX: #BDB7D4
RGB: (189,183,212)

Color info

#BDB7D4 contains red, green and blue colors in about the same proportion. Web safe color of #BDB7D4 is #CCCCCC (or #CCC).

RGB color model

#BDB7D4 color RGB value is (189,183,212).

  • red value is 189;
  • green value is 183;
  • blue value is 212.
RGB:
(189,183,212)
(74%,72%,83%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 212 of 255 = 83%

189
183
212

R + G + B ~ 76%. #BDB7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 212 = 584 (100%)
R 189 of 584 ~ 32.36%
G 183 of 584 ~ 31.34%
B 212 of 584 ~ 36.3%

%32.36
%31.34
%36.3

CMYK color model

#BDB7D4 color CMYK value is (11,14,0,17).

  • cyan value is 10.85%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,14,0,17)
C11M14Y0K17 
(11%,14%,0%,17%)
(0.11/0.14/0.00/0.17)	

CMYK percentages

%10.85
%13.68
%0
%16.86

Codes

Color #BDB7D4 in popluar color models

BDB7D4
RGB189183212
HSL252°25.22%77.45%
HSB/HSV252°13.68%83.14%
CMYK10.85%13.68%0.00%
16.86%

Color #BDB7D4 in popluar number systems.

HEXBDB7D4
Decimal189183212
Binary101111011011011111010100
Octal275267324

Shades and tints

Shades of #BDB7D4

#BDB7D4
(189,183,212)
#ACA7C1
(172,167,193)
#9B97AE
(155,151,174)
#8A879B
(138,135,155)
#797788
(121,119,136)
#686775
(104,103,117)
#575762
(87,87,98)
#46474F
(70,71,79)
#35373C
(53,55,60)
#242729
(36,39,41)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDB7D4

#BDB7D4
(189,183,212)
#C3BDD7
(195,189,215)
#C9C3DA
(201,195,218)
#CFC9DD
(207,201,221)
#D5CFE0
(213,207,224)
#DBD5E3
(219,213,227)
#E1DBE6
(225,219,230)
#E7E1E9
(231,225,233)
#EDE7EC
(237,231,236)
#F3EDEF
(243,237,239)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB7D4 color. Also use rgb(189,183,212) instead hex code.

Text Font Color

.myTextColor { color: #BDB7D4; }

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

This text font color is #BDB7D4.


Background Color

.myBgColor { background-color: #BDB7D4; }

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

This div background color is #BDB7D4.


Border color

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

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

This div border color is #BDB7D4.


Opacity

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

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

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

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

This text has shadow with #BDB7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7D4 on black background.


Color preview on white background

This text has color #BDB7D4 on white background.



Black color preview on #BDB7D4 background

This text has black color on #BDB7D4 background.


White color preview on #BDB7D4 background

This text has white color on #BDB7D4 background.