COLOR #B897ED

HEX: #B897ED RGB: (184,151,237)

Color info

#B897ED contains mainly red and blue colors. Web safe color of #B897ED is #CC99FF (or #C9F).

RGB color model

#B897ED color RGB value is (184,151,237).

RGB: (184,151,237) (72%, 59%, 93%)

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 237 of 255 = 93%

184
151
237

R + G + B ~ 75%. #B897ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 151 + 237 = 572 (100%)
R 184 of 572 ~ 32.17%
G 151 of 572 ~ 26.4%
B 237 of 572 ~ 41.43'%

%32.17
%26.4
%41.43

CMYK color model

#B897ED color CMYK value is (22,36,0,7).

  • cyan value is 22.36%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,36,0,7)
C22M36Y0K7 (22%, 36%, 0%, 7%)
(0.22 / 0.36 / 0.00 / 0.07)

CMYK percentages

%22.36
%36.29
%0
%7.06

Codes

Color #B897ED in popluar color models

B8 97 ED
RGB 184 151 237
HSL 263° 70.49% 76.08%
HSB/HSV 263° 36.29% 92.94%
CMYK 22.36% 36.29% 0.00%
7.06%

Color #B897ED in popluar number systems.

HEX B8 97 ED
Decimal 184 151 237
Binary 10111000 10010111 11101101
Octal 270 227 355

Shades and tints

Shades of #B897ED

#B897ED
(184,151,237)
#A88AD8
(168,138,216)
#987DC3
(152,125,195)
#8870AE
(136,112,174)
#786399
(120,99,153)
#685684
(104,86,132)
#58496F
(88,73,111)
#483C5A
(72,60,90)
#382F45
(56,47,69)
#282230
(40,34,48)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #B897ED

#B897ED
(184,151,237)
#BEA0EE
(190,160,238)
#C4A9EF
(196,169,239)
#CAB2F0
(202,178,240)
#D0BBF1
(208,187,241)
#D6C4F2
(214,196,242)
#DCCDF3
(220,205,243)
#E2D6F4
(226,214,244)
#E8DFF5
(232,223,245)
#EEE8F6
(238,232,246)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B897ED; }

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

This text font color is #B897ED.

Background Color

.myBgColor { background-color: #B897ED; }

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

This div background color is #B897ED.

Border color

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

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

This div border color is #B897ED.

Opacity

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

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

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

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

This text has shadow with #B897ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B897ED.

Preview

Color preview on black background

This text has color #B897ED on black background.


Color preview on white background

This text has color #B897ED on white background.


Black color preview on #B897ED background

This text has black color on #B897ED background.


White color preview on #B897ED background

This text has white color on #B897ED background.


Related colors

Complementary color

Complementary color for #hex is #476812.


I love getcolorcode.com

Triadic colors

1 #EDB897 and #97EDB8 with #B897ED are triadic colors.

2 #ED97B8 and #97B8ED with #B897ED are triadic colors.