COLOR #B093AD

HEX: #B093AD RGB: (176,147,173)

Color info

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

RGB color model

#B093AD color RGB value is (176,147,173).

RGB: (176,147,173) (69%, 58%, 68%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 173 of 255 = 68%

176
147
173

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

Portions of RGB colors in percentages

R + G + B = 176 + 147 + 173 = 496 (100%)
R 176 of 496 ~ 35.48%
G 147 of 496 ~ 29.64%
B 173 of 496 ~ 34.88'%

%35.48
%29.64
%34.88

CMYK color model

#B093AD color CMYK value is (0,16,2,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK: (0,16,2,31) C0M16Y2K31 (0%,16%,2%,31%) (0.00/0.16/0.02/0.31) 

CMYK percentages

%0
%16.48
%1.7
%30.98

Codes

Color #B093AD in popluar color models

B0 93 AD
RGB 176 147 173
HSL 306° 15.51% 63.33%
HSB/HSV 306° 16.48% 69.02%
CMYK 0.00% 16.48% 1.70%
30.98%

Color #B093AD in popluar number systems.

HEX B0 93 AD
Decimal 176 147 173
Binary 10110000 10010011 10101101
Octal 260 223 255

Shades and tints

Shades of #B093AD

#B093AD
(176,147,173)
#A0869E
(160,134,158)
#90798F
(144,121,143)
#806C80
(128,108,128)
#705F71
(112,95,113)
#605262
(96,82,98)
#504553
(80,69,83)
#403844
(64,56,68)
#302B35
(48,43,53)
#201E26
(32,30,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #B093AD

#B093AD
(176,147,173)
#B79CB4
(183,156,180)
#BEA5BB
(190,165,187)
#C5AEC2
(197,174,194)
#CCB7C9
(204,183,201)
#D3C0D0
(211,192,208)
#DAC9D7
(218,201,215)
#E1D2DE
(225,210,222)
#E8DBE5
(232,219,229)
#EFE4EC
(239,228,236)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B093AD color. Also use rgb(176,147,173) instead hex code.

Text Font Color

.myTextColor { color: #B093AD; }

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

This text font color is #B093AD.

Background Color

.myBgColor { background-color: #B093AD; }

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

This div background color is #B093AD.

Border color

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

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

This div border color is #B093AD.

Opacity

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

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

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

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

This text has shadow with #B093AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B093AD.

Preview

Color preview on black background

This text has color #B093AD on black background.


Color preview on white background

This text has color #B093AD on white background.


Black color preview on #B093AD background

This text has black color on #B093AD background.


White color preview on #B093AD background

This text has white color on #B093AD background.


Related colors

Complementary color

Complementary color for #hex is #4F6C52.


I love getcolorcode.com

Triadic colors

1 #ADB093 and #93ADB0 with #B093AD are triadic colors.

2 #AD93B0 and #93B0AD with #B093AD are triadic colors.