COLOR #B495AE

HEX: #B495AE
RGB: (180,149,174)

Color info

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

RGB color model

#B495AE color RGB value is (180,149,174).

  • red value is 180;
  • green value is 149;
  • blue value is 174.
RGB:
(180,149,174)
(71%,58%,68%)

RGB channels and saturation

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

180
149
174

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 174 = 503 (100%)
R 180 of 503 ~ 35.79%
G 149 of 503 ~ 29.62%
B 174 of 503 ~ 34.59%

%35.79
%29.62
%34.59

CMYK color model

#B495AE color CMYK value is (0,17,3,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(0,17,3,29)
C0M17Y3K29 
(0%,17%,3%,29%)
(0.00/0.17/0.03/0.29)	

CMYK percentages

%0
%17.22
%3.33
%29.41

Codes

Color #B495AE in popluar color models

B495AE
RGB180149174
HSL312°17.13%64.51%
HSB/HSV312°17.22%70.59%
CMYK0.00%17.22%3.33%
29.41%

Color #B495AE in popluar number systems.

HEXB495AE
Decimal180149174
Binary101101001001010110101110
Octal264225256

Shades and tints

Shades of #B495AE

#B495AE
(180,149,174)
#A4889F
(164,136,159)
#947B90
(148,123,144)
#846E81
(132,110,129)
#746172
(116,97,114)
#645463
(100,84,99)
#544754
(84,71,84)
#443A45
(68,58,69)
#342D36
(52,45,54)
#242027
(36,32,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B495AE

#B495AE
(180,149,174)
#BA9EB5
(186,158,181)
#C0A7BC
(192,167,188)
#C6B0C3
(198,176,195)
#CCB9CA
(204,185,202)
#D2C2D1
(210,194,209)
#D8CBD8
(216,203,216)
#DED4DF
(222,212,223)
#E4DDE6
(228,221,230)
#EAE6ED
(234,230,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B495AE; }

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

This text font color is #B495AE.


Background Color

.myBgColor { background-color: #B495AE; }

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

This div background color is #B495AE.


Border color

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

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

This div border color is #B495AE.


Opacity

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

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

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

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

This text has shadow with #B495AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B495AE on black background.


Color preview on white background

This text has color #B495AE on white background.



Black color preview on #B495AE background

This text has black color on #B495AE background.


White color preview on #B495AE background

This text has white color on #B495AE background.