COLOR #B697AC

HEX: #B697AC RGB: (182,151,172)

Color info

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

RGB color model

#B697AC color RGB value is (182,151,172).

RGB: (182,151,172) (71%, 59%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 172 of 255 = 67%

182
151
172

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

Portions of RGB colors in percentages

R + G + B = 182 + 151 + 172 = 505 (100%)
R 182 of 505 ~ 36.04%
G 151 of 505 ~ 29.9%
B 172 of 505 ~ 34.06'%

%36.04
%29.9
%34.06

CMYK color model

#B697AC color CMYK value is (0,17,5,29).

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 5.49%
  • key color value is 28.63%

CMYK: (0,17,5,29)
C0M17Y5K29 (0%, 17%, 5%, 29%)
(0.00 / 0.17 / 0.05 / 0.29)

CMYK percentages

%0
%17.03
%5.49
%28.63

Codes

Color #B697AC in popluar color models

B6 97 AC
RGB 182 151 172
HSL 319° 17.51% 65.29%
HSB/HSV 319° 17.03% 71.37%
CMYK 0.00% 17.03% 5.49%
28.63%

Color #B697AC in popluar number systems.

HEX B6 97 AC
Decimal 182 151 172
Binary 10110110 10010111 10101100
Octal 266 227 254

Shades and tints

Shades of #B697AC

#B697AC
(182,151,172)
#A68A9D
(166,138,157)
#967D8E
(150,125,142)
#86707F
(134,112,127)
#766370
(118,99,112)
#665661
(102,86,97)
#564952
(86,73,82)
#463C43
(70,60,67)
#362F34
(54,47,52)
#262225
(38,34,37)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #B697AC

#B697AC
(182,151,172)
#BCA0B3
(188,160,179)
#C2A9BA
(194,169,186)
#C8B2C1
(200,178,193)
#CEBBC8
(206,187,200)
#D4C4CF
(212,196,207)
#DACDD6
(218,205,214)
#E0D6DD
(224,214,221)
#E6DFE4
(230,223,228)
#ECE8EB
(236,232,235)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B697AC color. Also use rgb(182,151,172) instead hex code.

Text Font Color

.myTextColor { color: #B697AC; }

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

This text font color is #B697AC.

Background Color

.myBgColor { background-color: #B697AC; }

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

This div background color is #B697AC.

Border color

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

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

This div border color is #B697AC.

Opacity

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

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

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

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

This text has shadow with #B697AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B697AC.

Preview

Color preview on black background

This text has color #B697AC on black background.


Color preview on white background

This text has color #B697AC on white background.


Black color preview on #B697AC background

This text has black color on #B697AC background.


White color preview on #B697AC background

This text has white color on #B697AC background.


Related colors

Complementary color

Complementary color for #hex is #496853.


I love getcolorcode.com

Triadic colors

1 #ACB697 and #97ACB6 with #B697AC are triadic colors.

2 #AC97B6 and #97B6AC with #B697AC are triadic colors.