COLOR #BDA8D4

HEX: #BDA8D4
RGB: (189,168,212)

Color info

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

RGB color model

#BDA8D4 color RGB value is (189,168,212).

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

RGB channels and saturation

R 189 of 255 = 74%
G 168 of 255 = 66%
B 212 of 255 = 83%

189
168
212

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

Portions of RGB colors in percentages

R + G + B =
189 + 168 + 212 = 569 (100%)
R 189 of 569 ~ 33.22%
G 168 of 569 ~ 29.53%
B 212 of 569 ~ 37.26%

%33.22
%29.53
%37.26

CMYK color model

#BDA8D4 color CMYK value is (11,21,0,17).

  • cyan value is 10.85%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,21,0,17)
C11M21Y0K17 
(11%,21%,0%,17%)
(0.11/0.21/0.00/0.17)	

CMYK percentages

%10.85
%20.75
%0
%16.86

Codes

Color #BDA8D4 in popluar color models

BDA8D4
RGB189168212
HSL269°33.85%74.51%
HSB/HSV269°20.75%83.14%
CMYK10.85%20.75%0.00%
16.86%

Color #BDA8D4 in popluar number systems.

HEXBDA8D4
Decimal189168212
Binary101111011010100011010100
Octal275250324

Shades and tints

Shades of #BDA8D4

#BDA8D4
(189,168,212)
#AC99C1
(172,153,193)
#9B8AAE
(155,138,174)
#8A7B9B
(138,123,155)
#796C88
(121,108,136)
#685D75
(104,93,117)
#574E62
(87,78,98)
#463F4F
(70,63,79)
#35303C
(53,48,60)
#242129
(36,33,41)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #BDA8D4

#BDA8D4
(189,168,212)
#C3AFD7
(195,175,215)
#C9B6DA
(201,182,218)
#CFBDDD
(207,189,221)
#D5C4E0
(213,196,224)
#DBCBE3
(219,203,227)
#E1D2E6
(225,210,230)
#E7D9E9
(231,217,233)
#EDE0EC
(237,224,236)
#F3E7EF
(243,231,239)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA8D4; }

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

This text font color is #BDA8D4.


Background Color

.myBgColor { background-color: #BDA8D4; }

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

This div background color is #BDA8D4.


Border color

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

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

This div border color is #BDA8D4.


Opacity

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

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

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

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

This text has shadow with #BDA8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA8D4 on black background.


Color preview on white background

This text has color #BDA8D4 on white background.



Black color preview on #BDA8D4 background

This text has black color on #BDA8D4 background.


White color preview on #BDA8D4 background

This text has white color on #BDA8D4 background.