COLOR #B495B7

HEX: #B495B7 RGB: (180,149,183)

Color info

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

RGB color model

#B495B7 color RGB value is (180,149,183).

RGB: (180,149,183) (71%, 58%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 183 of 255 = 72%

180
149
183

R + G + B ~ 67%. #B495B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 149 + 183 = 512 (100%)
R 180 of 512 ~ 35.16%
G 149 of 512 ~ 29.1%
B 183 of 512 ~ 35.74'%

%35.16
%29.1
%35.74

CMYK color model

#B495B7 color CMYK value is (2,19,0,28).

  • cyan value is 1.64%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (2,19,0,28) C2M19Y0K28 (2%,19%,0%,28%) (0.02/0.19/0.00/0.28) 

CMYK percentages

%1.64
%18.58
%0
%28.24

Codes

Color #B495B7 in popluar color models

B4 95 B7
RGB 180 149 183
HSL 295° 19.10% 65.10%
HSB/HSV 295° 18.58% 71.76%
CMYK 1.64% 18.58% 0.00%
28.24%

Color #B495B7 in popluar number systems.

HEX B4 95 B7
Decimal 180 149 183
Binary 10110100 10010101 10110111
Octal 264 225 267

Shades and tints

Shades of #B495B7

#B495B7
(180,149,183)
#A488A7
(164,136,167)
#947B97
(148,123,151)
#846E87
(132,110,135)
#746177
(116,97,119)
#645467
(100,84,103)
#544757
(84,71,87)
#443A47
(68,58,71)
#342D37
(52,45,55)
#242027
(36,32,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B495B7

#B495B7
(180,149,183)
#BA9EBD
(186,158,189)
#C0A7C3
(192,167,195)
#C6B0C9
(198,176,201)
#CCB9CF
(204,185,207)
#D2C2D5
(210,194,213)
#D8CBDB
(216,203,219)
#DED4E1
(222,212,225)
#E4DDE7
(228,221,231)
#EAE6ED
(234,230,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B495B7 color. Also use rgb(180,149,183) instead hex code.

Text Font Color

.myTextColor { color: #B495B7; }

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

This text font color is #B495B7.

Background Color

.myBgColor { background-color: #B495B7; }

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

This div background color is #B495B7.

Border color

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

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

This div border color is #B495B7.

Opacity

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

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

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

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

This text has shadow with #B495B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B495B7.

Preview

Color preview on black background

This text has color #B495B7 on black background.


Color preview on white background

This text has color #B495B7 on white background.


Black color preview on #B495B7 background

This text has black color on #B495B7 background.


White color preview on #B495B7 background

This text has white color on #B495B7 background.


Related colors

Complementary color

Complementary color for #hex is #4B6A48.


I love getcolorcode.com

Triadic colors

1 #B7B495 and #95B7B4 with #B495B7 are triadic colors.

2 #B795B4 and #95B4B7 with #B495B7 are triadic colors.