COLOR #B696AD

HEX: #B696AD RGB: (182,150,173)

Color info

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

RGB color model

#B696AD color RGB value is (182,150,173).

RGB: (182,150,173) (71%, 59%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 173 of 255 = 68%

182
150
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 150 + 173 = 505 (100%)
R 182 of 505 ~ 36.04%
G 150 of 505 ~ 29.7%
B 173 of 505 ~ 34.26'%

%36.04
%29.7
%34.26

CMYK color model

#B696AD color CMYK value is (0,18,5,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 4.95%
  • key color value is 28.63%

CMYK: (0,18,5,29)
C0M18Y5K29 (0%, 18%, 5%, 29%)
(0.00 / 0.18 / 0.05 / 0.29)

CMYK percentages

%0
%17.58
%4.95
%28.63

Codes

Color #B696AD in popluar color models

B6 96 AD
RGB 182 150 173
HSL 317° 17.98% 65.10%
HSB/HSV 317° 17.58% 71.37%
CMYK 0.00% 17.58% 4.95%
28.63%

Color #B696AD in popluar number systems.

HEX B6 96 AD
Decimal 182 150 173
Binary 10110110 10010110 10101101
Octal 266 226 255

Shades and tints

Shades of #B696AD

#B696AD
(182,150,173)
#A6899E
(166,137,158)
#967C8F
(150,124,143)
#866F80
(134,111,128)
#766271
(118,98,113)
#665562
(102,85,98)
#564853
(86,72,83)
#463B44
(70,59,68)
#362E35
(54,46,53)
#262126
(38,33,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B696AD

#B696AD
(182,150,173)
#BC9FB4
(188,159,180)
#C2A8BB
(194,168,187)
#C8B1C2
(200,177,194)
#CEBAC9
(206,186,201)
#D4C3D0
(212,195,208)
#DACCD7
(218,204,215)
#E0D5DE
(224,213,222)
#E6DEE5
(230,222,229)
#ECE7EC
(236,231,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B696AD color. Also use rgb(182,150,173) instead hex code.

Text Font Color

.myTextColor { color: #B696AD; }

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

This text font color is #B696AD.

Background Color

.myBgColor { background-color: #B696AD; }

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

This div background color is #B696AD.

Border color

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

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

This div border color is #B696AD.

Opacity

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

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

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

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

This text has shadow with #B696AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B696AD.

Preview

Color preview on black background

This text has color #B696AD on black background.


Color preview on white background

This text has color #B696AD on white background.


Black color preview on #B696AD background

This text has black color on #B696AD background.


White color preview on #B696AD background

This text has white color on #B696AD background.


Related colors

Complementary color

Complementary color for #hex is #496952.


I love getcolorcode.com

Triadic colors

1 #ADB696 and #96ADB6 with #B696AD are triadic colors.

2 #AD96B6 and #96B6AD with #B696AD are triadic colors.