COLOR #B497CD

HEX: #B497CD
RGB: (180,151,205)

Color info

#B497CD contains red, green and blue colors in about the same proportion. Web safe color of #B497CD is #CC99CC (or #C9C).

RGB color model

#B497CD color RGB value is (180,151,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 205 of 255 = 80%

180
151
205

R + G + B ~ 70%. #B497CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 151 + 205 = 536 (100%)
R 180 of 536 ~ 33.58%
G 151 of 536 ~ 28.17%
B 205 of 536 ~ 38.25%

%33.58
%28.17
%38.25

CMYK color model

#B497CD color CMYK value is (12,26,0,20).

  • cyan value is 12.20%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,26,0,20)
C12M26Y0K20 
(12%,26%,0%,20%)
(0.12/0.26/0.00/0.20)	

CMYK percentages

%12.2
%26.34
%0
%19.61

Codes

Color #B497CD in popluar color models

B497CD
RGB180151205
HSL272°35.06%69.80%
HSB/HSV272°26.34%80.39%
CMYK12.20%26.34%0.00%
19.61%

Color #B497CD in popluar number systems.

HEXB497CD
Decimal180151205
Binary101101001001011111001101
Octal264227315

Shades and tints

Shades of #B497CD

#B497CD
(180,151,205)
#A48ABB
(164,138,187)
#947DA9
(148,125,169)
#847097
(132,112,151)
#746385
(116,99,133)
#645673
(100,86,115)
#544961
(84,73,97)
#443C4F
(68,60,79)
#342F3D
(52,47,61)
#24222B
(36,34,43)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B497CD

#B497CD
(180,151,205)
#BAA0D1
(186,160,209)
#C0A9D5
(192,169,213)
#C6B2D9
(198,178,217)
#CCBBDD
(204,187,221)
#D2C4E1
(210,196,225)
#D8CDE5
(216,205,229)
#DED6E9
(222,214,233)
#E4DFED
(228,223,237)
#EAE8F1
(234,232,241)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B497CD; }

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

This text font color is #B497CD.


Background Color

.myBgColor { background-color: #B497CD; }

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

This div background color is #B497CD.


Border color

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

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

This div border color is #B497CD.


Opacity

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

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

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

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

This text has shadow with #B497CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B497CD on black background.


Color preview on white background

This text has color #B497CD on white background.



Black color preview on #B497CD background

This text has black color on #B497CD background.


White color preview on #B497CD background

This text has white color on #B497CD background.