COLOR #B897DC

HEX: #B897DC
RGB: (184,151,220)

Color info

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

RGB color model

#B897DC color RGB value is (184,151,220).

  • red value is 184;
  • green value is 151;
  • blue value is 220.
RGB:
(184,151,220)
(72%,59%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 220 of 255 = 86%

184
151
220

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

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 220 = 555 (100%)
R 184 of 555 ~ 33.15%
G 151 of 555 ~ 27.21%
B 220 of 555 ~ 39.64%

%33.15
%27.21
%39.64

CMYK color model

#B897DC color CMYK value is (16,31,0,14).

  • cyan value is 16.36%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,31,0,14)
C16M31Y0K14 
(16%,31%,0%,14%)
(0.16/0.31/0.00/0.14)	

CMYK percentages

%16.36
%31.36
%0
%13.73

Codes

Color #B897DC in popluar color models

B897DC
RGB184151220
HSL269°49.64%72.75%
HSB/HSV269°31.36%86.27%
CMYK16.36%31.36%0.00%
13.73%

Color #B897DC in popluar number systems.

HEXB897DC
Decimal184151220
Binary101110001001011111011100
Octal270227334

Shades and tints

Shades of #B897DC

#B897DC
(184,151,220)
#A88AC8
(168,138,200)
#987DB4
(152,125,180)
#8870A0
(136,112,160)
#78638C
(120,99,140)
#685678
(104,86,120)
#584964
(88,73,100)
#483C50
(72,60,80)
#382F3C
(56,47,60)
#282228
(40,34,40)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B897DC

#B897DC
(184,151,220)
#BEA0DF
(190,160,223)
#C4A9E2
(196,169,226)
#CAB2E5
(202,178,229)
#D0BBE8
(208,187,232)
#D6C4EB
(214,196,235)
#DCCDEE
(220,205,238)
#E2D6F1
(226,214,241)
#E8DFF4
(232,223,244)
#EEE8F7
(238,232,247)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B897DC; }

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

This text font color is #B897DC.


Background Color

.myBgColor { background-color: #B897DC; }

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

This div background color is #B897DC.


Border color

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

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

This div border color is #B897DC.


Opacity

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

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

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

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

This text has shadow with #B897DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B897DC on black background.


Color preview on white background

This text has color #B897DC on white background.



Black color preview on #B897DC background

This text has black color on #B897DC background.


White color preview on #B897DC background

This text has white color on #B897DC background.