COLOR #B897D8

HEX: #B897D8 RGB: (184,151,216)

Color info

#B897D8 contains mainly red and blue colors. Web safe color of #B897D8 is #CC99CC (or #C9C).

RGB color model

#B897D8 color RGB value is (184,151,216).

RGB: (184,151,216) (72%, 59%, 85%)

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 216 of 255 = 85%

184
151
216

R + G + B ~ 72%. #B897D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 151 + 216 = 551 (100%)
R 184 of 551 ~ 33.39%
G 151 of 551 ~ 27.4%
B 216 of 551 ~ 39.2'%

%33.39
%27.4
%39.2

CMYK color model

#B897D8 color CMYK value is (15,30,0,15).

  • cyan value is 14.81%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (15,30,0,15) C15M30Y0K15 (15%,30%,0%,15%) (0.15/0.30/0.00/0.15) 

CMYK percentages

%14.81
%30.09
%0
%15.29

Codes

Color #B897D8 in popluar color models

B8 97 D8
RGB 184 151 216
HSL 270° 45.45% 71.96%
HSB/HSV 270° 30.09% 84.71%
CMYK 14.81% 30.09% 0.00%
15.29%

Color #B897D8 in popluar number systems.

HEX B8 97 D8
Decimal 184 151 216
Binary 10111000 10010111 11011000
Octal 270 227 330

Shades and tints

Shades of #B897D8

#B897D8
(184,151,216)
#A88AC5
(168,138,197)
#987DB2
(152,125,178)
#88709F
(136,112,159)
#78638C
(120,99,140)
#685679
(104,86,121)
#584966
(88,73,102)
#483C53
(72,60,83)
#382F40
(56,47,64)
#28222D
(40,34,45)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #B897D8

#B897D8
(184,151,216)
#BEA0DB
(190,160,219)
#C4A9DE
(196,169,222)
#CAB2E1
(202,178,225)
#D0BBE4
(208,187,228)
#D6C4E7
(214,196,231)
#DCCDEA
(220,205,234)
#E2D6ED
(226,214,237)
#E8DFF0
(232,223,240)
#EEE8F3
(238,232,243)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B897D8 color. Also use rgb(184,151,216) instead hex code.

Text Font Color

.myTextColor { color: #B897D8; }

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

This text font color is #B897D8.

Background Color

.myBgColor { background-color: #B897D8; }

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

This div background color is #B897D8.

Border color

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

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

This div border color is #B897D8.

Opacity

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

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

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

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

This text has shadow with #B897D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B897D8.

Preview

Color preview on black background

This text has color #B897D8 on black background.


Color preview on white background

This text has color #B897D8 on white background.


Black color preview on #B897D8 background

This text has black color on #B897D8 background.


White color preview on #B897D8 background

This text has white color on #B897D8 background.


Related colors

Complementary color

Complementary color for #hex is #476827.


I love getcolorcode.com

Triadic colors

1 #D8B897 and #97D8B8 with #B897D8 are triadic colors.

2 #D897B8 and #97B8D8 with #B897D8 are triadic colors.