COLOR #B897E2

HEX: #B897E2
RGB: (184,151,226)

Color info

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

RGB color model

#B897E2 color RGB value is (184,151,226).

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

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 226 of 255 = 89%

184
151
226

R + G + B ~ 73%. #B897E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 226 = 561 (100%)
R 184 of 561 ~ 32.8%
G 151 of 561 ~ 26.92%
B 226 of 561 ~ 40.29%

%32.8
%26.92
%40.29

CMYK color model

#B897E2 color CMYK value is (19,33,0,11).

  • cyan value is 18.58%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(19,33,0,11)
C19M33Y0K11 
(19%,33%,0%,11%)
(0.19/0.33/0.00/0.11)	

CMYK percentages

%18.58
%33.19
%0
%11.37

Codes

Color #B897E2 in popluar color models

B897E2
RGB184151226
HSL266°56.39%73.92%
HSB/HSV266°33.19%88.63%
CMYK18.58%33.19%0.00%
11.37%

Color #B897E2 in popluar number systems.

HEXB897E2
Decimal184151226
Binary101110001001011111100010
Octal270227342

Shades and tints

Shades of #B897E2

#B897E2
(184,151,226)
#A88ACE
(168,138,206)
#987DBA
(152,125,186)
#8870A6
(136,112,166)
#786392
(120,99,146)
#68567E
(104,86,126)
#58496A
(88,73,106)
#483C56
(72,60,86)
#382F42
(56,47,66)
#28222E
(40,34,46)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #B897E2

#B897E2
(184,151,226)
#BEA0E4
(190,160,228)
#C4A9E6
(196,169,230)
#CAB2E8
(202,178,232)
#D0BBEA
(208,187,234)
#D6C4EC
(214,196,236)
#DCCDEE
(220,205,238)
#E2D6F0
(226,214,240)
#E8DFF2
(232,223,242)
#EEE8F4
(238,232,244)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B897E2; }

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

This text font color is #B897E2.


Background Color

.myBgColor { background-color: #B897E2; }

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

This div background color is #B897E2.


Border color

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

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

This div border color is #B897E2.


Opacity

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

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

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

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

This text has shadow with #B897E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B897E2 on black background.


Color preview on white background

This text has color #B897E2 on white background.



Black color preview on #B897E2 background

This text has black color on #B897E2 background.


White color preview on #B897E2 background

This text has white color on #B897E2 background.