COLOR #B497E9

HEX: #B497E9
RGB: (180,151,233)

Color info

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

RGB color model

#B497E9 color RGB value is (180,151,233).

  • red value is 180;
  • green value is 151;
  • blue value is 233.
RGB:
(180,151,233)
(71%,59%,91%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 233 of 255 = 91%

180
151
233

R + G + B ~ 74%. #B497E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 151 + 233 = 564 (100%)
R 180 of 564 ~ 31.91%
G 151 of 564 ~ 26.77%
B 233 of 564 ~ 41.31%

%31.91
%26.77
%41.31

CMYK color model

#B497E9 color CMYK value is (23,35,0,9).

  • cyan value is 22.75%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(23,35,0,9)
C23M35Y0K9 
(23%,35%,0%,9%)
(0.23/0.35/0.00/0.09)	

CMYK percentages

%22.75
%35.19
%0
%8.63

Codes

Color #B497E9 in popluar color models

B497E9
RGB180151233
HSL261°65.08%75.29%
HSB/HSV261°35.19%91.37%
CMYK22.75%35.19%0.00%
8.63%

Color #B497E9 in popluar number systems.

HEXB497E9
Decimal180151233
Binary101101001001011111101001
Octal264227351

Shades and tints

Shades of #B497E9

#B497E9
(180,151,233)
#A48AD4
(164,138,212)
#947DBF
(148,125,191)
#8470AA
(132,112,170)
#746395
(116,99,149)
#645680
(100,86,128)
#54496B
(84,73,107)
#443C56
(68,60,86)
#342F41
(52,47,65)
#24222C
(36,34,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B497E9

#B497E9
(180,151,233)
#BAA0EB
(186,160,235)
#C0A9ED
(192,169,237)
#C6B2EF
(198,178,239)
#CCBBF1
(204,187,241)
#D2C4F3
(210,196,243)
#D8CDF5
(216,205,245)
#DED6F7
(222,214,247)
#E4DFF9
(228,223,249)
#EAE8FB
(234,232,251)
#F0F1FD
(240,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B497E9 color. Also use rgb(180,151,233) instead hex code.

Text Font Color

.myTextColor { color: #B497E9; }

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

This text font color is #B497E9.


Background Color

.myBgColor { background-color: #B497E9; }

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

This div background color is #B497E9.


Border color

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

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

This div border color is #B497E9.


Opacity

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

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

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

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

This text has shadow with #B497E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B497E9 on black background.


Color preview on white background

This text has color #B497E9 on white background.



Black color preview on #B497E9 background

This text has black color on #B497E9 background.


White color preview on #B497E9 background

This text has white color on #B497E9 background.