COLOR #B497CF

HEX: #B497CF RGB: (180,151,207)

Color info

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

RGB color model

#B497CF color RGB value is (180,151,207).

RGB: (180,151,207) (71%, 59%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 207 of 255 = 81%

180
151
207

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

Portions of RGB colors in percentages

R + G + B = 180 + 151 + 207 = 538 (100%)
R 180 of 538 ~ 33.46%
G 151 of 538 ~ 28.07%
B 207 of 538 ~ 38.48'%

%33.46
%28.07
%38.48

CMYK color model

#B497CF color CMYK value is (13,27,0,19).

  • cyan value is 13.04%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (13,27,0,19)
C13M27Y0K19 (13%, 27%, 0%, 19%)
(0.13 / 0.27 / 0.00 / 0.19)

CMYK percentages

%13.04
%27.05
%0
%18.82

Codes

Color #B497CF in popluar color models

B4 97 CF
RGB 180 151 207
HSL 271° 36.84% 70.20%
HSB/HSV 271° 27.05% 81.18%
CMYK 13.04% 27.05% 0.00%
18.82%

Color #B497CF in popluar number systems.

HEX B4 97 CF
Decimal 180 151 207
Binary 10110100 10010111 11001111
Octal 264 227 317

Shades and tints

Shades of #B497CF

#B497CF
(180,151,207)
#A48ABD
(164,138,189)
#947DAB
(148,125,171)
#847099
(132,112,153)
#746387
(116,99,135)
#645675
(100,86,117)
#544963
(84,73,99)
#443C51
(68,60,81)
#342F3F
(52,47,63)
#24222D
(36,34,45)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #B497CF

#B497CF
(180,151,207)
#BAA0D3
(186,160,211)
#C0A9D7
(192,169,215)
#C6B2DB
(198,178,219)
#CCBBDF
(204,187,223)
#D2C4E3
(210,196,227)
#D8CDE7
(216,205,231)
#DED6EB
(222,214,235)
#E4DFEF
(228,223,239)
#EAE8F3
(234,232,243)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B497CF; }

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

This text font color is #B497CF.

Background Color

.myBgColor { background-color: #B497CF; }

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

This div background color is #B497CF.

Border color

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

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

This div border color is #B497CF.

Opacity

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

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

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

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

This text has shadow with #B497CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B497CF.

Preview

Color preview on black background

This text has color #B497CF on black background.


Color preview on white background

This text has color #B497CF on white background.


Black color preview on #B497CF background

This text has black color on #B497CF background.


White color preview on #B497CF background

This text has white color on #B497CF background.


Related colors

Complementary color

Complementary color for #hex is #4B6830.


I love getcolorcode.com

Triadic colors

1 #CFB497 and #97CFB4 with #B497CF are triadic colors.

2 #CF97B4 and #97B4CF with #B497CF are triadic colors.