COLOR #B095AE

HEX: #B095AE
RGB: (176,149,174)

Color info

#B095AE contains red, green and blue colors in about the same proportion. Web safe color of #B095AE is #999999 (or #999).

RGB color model

#B095AE color RGB value is (176,149,174).

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

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 174 of 255 = 68%

176
149
174

R + G + B ~ 65%. #B095AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 174 = 499 (100%)
R 176 of 499 ~ 35.27%
G 149 of 499 ~ 29.86%
B 174 of 499 ~ 34.87%

%35.27
%29.86
%34.87

CMYK color model

#B095AE color CMYK value is (0,15,1,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK: (0,15,1,31) C0M15Y1K31 (0%,15%,1%,31%) (0.00/0.15/0.01/0.31)

CMYK percentages

%0
%15.34
%1.14
%30.98

Codes

Color #B095AE in popluar color models

B095AE
RGB176149174
HSL304°14.59%63.73%
HSB/HSV304°15.34%69.02%
CMYK0.00%15.34%1.14%
30.98%

Color #B095AE in popluar number systems.

HEXB095AE
Decimal176149174
Binary101100001001010110101110
Octal260225256

Shades and tints

Shades of #B095AE

#B095AE
(176,149,174)
#A0889F
(160,136,159)
#907B90
(144,123,144)
#806E81
(128,110,129)
#706172
(112,97,114)
#605463
(96,84,99)
#504754
(80,71,84)
#403A45
(64,58,69)
#302D36
(48,45,54)
#202027
(32,32,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #B095AE

#B095AE
(176,149,174)
#B79EB5
(183,158,181)
#BEA7BC
(190,167,188)
#C5B0C3
(197,176,195)
#CCB9CA
(204,185,202)
#D3C2D1
(211,194,209)
#DACBD8
(218,203,216)
#E1D4DF
(225,212,223)
#E8DDE6
(232,221,230)
#EFE6ED
(239,230,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B095AE; }

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

This text font color is #B095AE.


Background Color

.myBgColor { background-color: #B095AE; }

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

This div background color is #B095AE.


Border color

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

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

This div border color is #B095AE.


Opacity

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

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

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

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

This text has shadow with #B095AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B095AE on black background.


Color preview on white background

This text has color #B095AE on white background.



Black color preview on #B095AE background

This text has black color on #B095AE background.


White color preview on #B095AE background

This text has white color on #B095AE background.