COLOR #B495AD

HEX: #B495AD RGB: (180,149,173)

Color info

#B495AD contains red, green and blue colors in about the same proportion. Web safe color of #B495AD is #CC9999 (or #C99).

RGB color model

#B495AD color RGB value is (180,149,173).

RGB: (180,149,173) (71%, 58%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 173 of 255 = 68%

180
149
173

R + G + B ~ 66%. #B495AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 149 + 173 = 502 (100%)
R 180 of 502 ~ 35.86%
G 149 of 502 ~ 29.68%
B 173 of 502 ~ 34.46'%

%35.86
%29.68
%34.46

CMYK color model

#B495AD color CMYK value is (0,17,4,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 3.89%
  • key color value is 29.41%

CMYK: (0,17,4,29)
C0M17Y4K29 (0%, 17%, 4%, 29%)
(0.00 / 0.17 / 0.04 / 0.29)

CMYK percentages

%0
%17.22
%3.89
%29.41

Codes

Color #B495AD in popluar color models

B4 95 AD
RGB 180 149 173
HSL 314° 17.13% 64.51%
HSB/HSV 314° 17.22% 70.59%
CMYK 0.00% 17.22% 3.89%
29.41%

Color #B495AD in popluar number systems.

HEX B4 95 AD
Decimal 180 149 173
Binary 10110100 10010101 10101101
Octal 264 225 255

Shades and tints

Shades of #B495AD

#B495AD
(180,149,173)
#A4889E
(164,136,158)
#947B8F
(148,123,143)
#846E80
(132,110,128)
#746171
(116,97,113)
#645462
(100,84,98)
#544753
(84,71,83)
#443A44
(68,58,68)
#342D35
(52,45,53)
#242026
(36,32,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B495AD

#B495AD
(180,149,173)
#BA9EB4
(186,158,180)
#C0A7BB
(192,167,187)
#C6B0C2
(198,176,194)
#CCB9C9
(204,185,201)
#D2C2D0
(210,194,208)
#D8CBD7
(216,203,215)
#DED4DE
(222,212,222)
#E4DDE5
(228,221,229)
#EAE6EC
(234,230,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B495AD; }

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

This text font color is #B495AD.

Background Color

.myBgColor { background-color: #B495AD; }

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

This div background color is #B495AD.

Border color

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

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

This div border color is #B495AD.

Opacity

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

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

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

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

This text has shadow with #B495AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B495AD.

Preview

Color preview on black background

This text has color #B495AD on black background.


Color preview on white background

This text has color #B495AD on white background.


Black color preview on #B495AD background

This text has black color on #B495AD background.


White color preview on #B495AD background

This text has white color on #B495AD background.


Related colors

Complementary color

Complementary color for #hex is #4B6A52.


I love getcolorcode.com

Triadic colors

1 #ADB495 and #95ADB4 with #B495AD are triadic colors.

2 #AD95B4 and #95B4AD with #B495AD are triadic colors.