COLOR #B799AC

HEX: #B799AC RGB: (183,153,172)

Color info

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

RGB color model

#B799AC color RGB value is (183,153,172).

RGB: (183,153,172) (72%, 60%, 67%)

RGB channels and saturation

R 183 of 255 = 72%
G 153 of 255 = 60%
B 172 of 255 = 67%

183
153
172

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

Portions of RGB colors in percentages

R + G + B = 183 + 153 + 172 = 508 (100%)
R 183 of 508 ~ 36.02%
G 153 of 508 ~ 30.12%
B 172 of 508 ~ 33.86'%

%36.02
%30.12
%33.86

CMYK color model

#B799AC color CMYK value is (0,16,6,28).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 6.01%
  • key color value is 28.24%

CMYK: (0,16,6,28)
C0M16Y6K28 (0%, 16%, 6%, 28%)
(0.00 / 0.16 / 0.06 / 0.28)

CMYK percentages

%0
%16.39
%6.01
%28.24

Codes

Color #B799AC in popluar color models

B7 99 AC
RGB 183 153 172
HSL 322° 17.24% 65.88%
HSB/HSV 322° 16.39% 71.76%
CMYK 0.00% 16.39% 6.01%
28.24%

Color #B799AC in popluar number systems.

HEX B7 99 AC
Decimal 183 153 172
Binary 10110111 10011001 10101100
Octal 267 231 254

Shades and tints

Shades of #B799AC

#B799AC
(183,153,172)
#A78C9D
(167,140,157)
#977F8E
(151,127,142)
#87727F
(135,114,127)
#776570
(119,101,112)
#675861
(103,88,97)
#574B52
(87,75,82)
#473E43
(71,62,67)
#373134
(55,49,52)
#272425
(39,36,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #B799AC

#B799AC
(183,153,172)
#BDA2B3
(189,162,179)
#C3ABBA
(195,171,186)
#C9B4C1
(201,180,193)
#CFBDC8
(207,189,200)
#D5C6CF
(213,198,207)
#DBCFD6
(219,207,214)
#E1D8DD
(225,216,221)
#E7E1E4
(231,225,228)
#EDEAEB
(237,234,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B799AC; }

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

This text font color is #B799AC.

Background Color

.myBgColor { background-color: #B799AC; }

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

This div background color is #B799AC.

Border color

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

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

This div border color is #B799AC.

Opacity

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

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

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

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

This text has shadow with #B799AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B799AC.

Preview

Color preview on black background

This text has color #B799AC on black background.


Color preview on white background

This text has color #B799AC on white background.


Black color preview on #B799AC background

This text has black color on #B799AC background.


White color preview on #B799AC background

This text has white color on #B799AC background.


Related colors

Complementary color

Complementary color for #hex is #486653.


I love getcolorcode.com

Triadic colors

1 #ACB799 and #99ACB7 with #B799AC are triadic colors.

2 #AC99B7 and #99B7AC with #B799AC are triadic colors.