COLOR #B997D0

HEX: #B997D0 RGB: (185,151,208)

Color info

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

RGB color model

#B997D0 color RGB value is (185,151,208).

RGB: (185,151,208) (73%, 59%, 82%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 208 of 255 = 82%

185
151
208

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

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 208 = 544 (100%)
R 185 of 544 ~ 34.01%
G 151 of 544 ~ 27.76%
B 208 of 544 ~ 38.24'%

%34.01
%27.76
%38.24

CMYK color model

#B997D0 color CMYK value is (11,27,0,18).

  • cyan value is 11.06%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (11,27,0,18)
C11M27Y0K18 (11%, 27%, 0%, 18%)
(0.11 / 0.27 / 0.00 / 0.18)

CMYK percentages

%11.06
%27.4
%0
%18.43

Codes

Color #B997D0 in popluar color models

B9 97 D0
RGB 185 151 208
HSL 276° 37.75% 70.39%
HSB/HSV 276° 27.40% 81.57%
CMYK 11.06% 27.40% 0.00%
18.43%

Color #B997D0 in popluar number systems.

HEX B9 97 D0
Decimal 185 151 208
Binary 10111001 10010111 11010000
Octal 271 227 320

Shades and tints

Shades of #B997D0

#B997D0
(185,151,208)
#A98ABE
(169,138,190)
#997DAC
(153,125,172)
#89709A
(137,112,154)
#796388
(121,99,136)
#695676
(105,86,118)
#594964
(89,73,100)
#493C52
(73,60,82)
#392F40
(57,47,64)
#29222E
(41,34,46)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #B997D0

#B997D0
(185,151,208)
#BFA0D4
(191,160,212)
#C5A9D8
(197,169,216)
#CBB2DC
(203,178,220)
#D1BBE0
(209,187,224)
#D7C4E4
(215,196,228)
#DDCDE8
(221,205,232)
#E3D6EC
(227,214,236)
#E9DFF0
(233,223,240)
#EFE8F4
(239,232,244)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B997D0 color. Also use rgb(185,151,208) instead hex code.

Text Font Color

.myTextColor { color: #B997D0; }

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

This text font color is #B997D0.

Background Color

.myBgColor { background-color: #B997D0; }

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

This div background color is #B997D0.

Border color

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

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

This div border color is #B997D0.

Opacity

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

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

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

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

This text has shadow with #B997D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B997D0.

Preview

Color preview on black background

This text has color #B997D0 on black background.


Color preview on white background

This text has color #B997D0 on white background.


Black color preview on #B997D0 background

This text has black color on #B997D0 background.


White color preview on #B997D0 background

This text has white color on #B997D0 background.


Related colors

Complementary color

Complementary color for #hex is #46682F.


I love getcolorcode.com

Triadic colors

1 #D0B997 and #97D0B9 with #B997D0 are triadic colors.

2 #D097B9 and #97B9D0 with #B997D0 are triadic colors.