COLOR #B699AC

HEX: #B699AC RGB: (182,153,172)

Color info

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

RGB color model

#B699AC color RGB value is (182,153,172).

RGB: (182,153,172) (71%, 60%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 172 of 255 = 67%

182
153
172

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

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 172 = 507 (100%)
R 182 of 507 ~ 35.9%
G 153 of 507 ~ 30.18%
B 172 of 507 ~ 33.93'%

%35.9
%30.18
%33.93

CMYK color model

#B699AC color CMYK value is (0,16,5,29).

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

CMYK: (0,16,5,29)
C0M16Y5K29 (0%, 16%, 5%, 29%)
(0.00 / 0.16 / 0.05 / 0.29)

CMYK percentages

%0
%15.93
%5.49
%28.63

Codes

Color #B699AC in popluar color models

B6 99 AC
RGB 182 153 172
HSL 321° 16.57% 65.69%
HSB/HSV 321° 15.93% 71.37%
CMYK 0.00% 15.93% 5.49%
28.63%

Color #B699AC in popluar number systems.

HEX B6 99 AC
Decimal 182 153 172
Binary 10110110 10011001 10101100
Octal 266 231 254

Shades and tints

Shades of #B699AC

#B699AC
(182,153,172)
#A68C9D
(166,140,157)
#967F8E
(150,127,142)
#86727F
(134,114,127)
#766570
(118,101,112)
#665861
(102,88,97)
#564B52
(86,75,82)
#463E43
(70,62,67)
#363134
(54,49,52)
#262425
(38,36,37)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #B699AC

#B699AC
(182,153,172)
#BCA2B3
(188,162,179)
#C2ABBA
(194,171,186)
#C8B4C1
(200,180,193)
#CEBDC8
(206,189,200)
#D4C6CF
(212,198,207)
#DACFD6
(218,207,214)
#E0D8DD
(224,216,221)
#E6E1E4
(230,225,228)
#ECEAEB
(236,234,235)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B699AC; }

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

This text font color is #B699AC.

Background Color

.myBgColor { background-color: #B699AC; }

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

This div background color is #B699AC.

Border color

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

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

This div border color is #B699AC.

Opacity

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

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

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

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

This text has shadow with #B699AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B699AC.

Preview

Color preview on black background

This text has color #B699AC on black background.


Color preview on white background

This text has color #B699AC on white background.


Black color preview on #B699AC background

This text has black color on #B699AC background.


White color preview on #B699AC background

This text has white color on #B699AC background.


Related colors

Complementary color

Complementary color for #hex is #496653.


I love getcolorcode.com

Triadic colors

1 #ACB699 and #99ACB6 with #B699AC are triadic colors.

2 #AC99B6 and #99B6AC with #B699AC are triadic colors.