COLOR #BD97CB

HEX: #BD97CB
RGB: (189,151,203)

Color info

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

RGB color model

#BD97CB color RGB value is (189,151,203).

  • red value is 189;
  • green value is 151;
  • blue value is 203.
RGB:
(189,151,203)
(74%,59%,80%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 203 of 255 = 80%

189
151
203

R + G + B ~ 71%. #BD97CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 203 = 543 (100%)
R 189 of 543 ~ 34.81%
G 151 of 543 ~ 27.81%
B 203 of 543 ~ 37.38%

%34.81
%27.81
%37.38

CMYK color model

#BD97CB color CMYK value is (7,26,0,20).

  • cyan value is 6.90%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,26,0,20)
C7M26Y0K20 
(7%,26%,0%,20%)
(0.07/0.26/0.00/0.20)	

CMYK percentages

%6.9
%25.62
%0
%20.39

Codes

Color #BD97CB in popluar color models

BD97CB
RGB189151203
HSL284°33.33%69.41%
HSB/HSV284°25.62%79.61%
CMYK6.90%25.62%0.00%
20.39%

Color #BD97CB in popluar number systems.

HEXBD97CB
Decimal189151203
Binary101111011001011111001011
Octal275227313

Shades and tints

Shades of #BD97CB

#BD97CB
(189,151,203)
#AC8AB9
(172,138,185)
#9B7DA7
(155,125,167)
#8A7095
(138,112,149)
#796383
(121,99,131)
#685671
(104,86,113)
#57495F
(87,73,95)
#463C4D
(70,60,77)
#352F3B
(53,47,59)
#242229
(36,34,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BD97CB

#BD97CB
(189,151,203)
#C3A0CF
(195,160,207)
#C9A9D3
(201,169,211)
#CFB2D7
(207,178,215)
#D5BBDB
(213,187,219)
#DBC4DF
(219,196,223)
#E1CDE3
(225,205,227)
#E7D6E7
(231,214,231)
#EDDFEB
(237,223,235)
#F3E8EF
(243,232,239)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD97CB color. Also use rgb(189,151,203) instead hex code.

Text Font Color

.myTextColor { color: #BD97CB; }

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

This text font color is #BD97CB.


Background Color

.myBgColor { background-color: #BD97CB; }

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

This div background color is #BD97CB.


Border color

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

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

This div border color is #BD97CB.


Opacity

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

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

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

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

This text has shadow with #BD97CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD97CB on black background.


Color preview on white background

This text has color #BD97CB on white background.



Black color preview on #BD97CB background

This text has black color on #BD97CB background.


White color preview on #BD97CB background

This text has white color on #BD97CB background.