COLOR #B19DAE

HEX: #B19DAE RGB: (177,157,174)

Color info

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

RGB color model

#B19DAE color RGB value is (177,157,174).

RGB: (177,157,174) (69%, 62%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 174 of 255 = 68%

177
157
174

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

Portions of RGB colors in percentages

R + G + B = 177 + 157 + 174 = 508 (100%)
R 177 of 508 ~ 34.84%
G 157 of 508 ~ 30.91%
B 174 of 508 ~ 34.25'%

%34.84
%30.91
%34.25

CMYK color model

#B19DAE color CMYK value is (0,11,2,31).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (0,11,2,31)
C0M11Y2K31 (0%, 11%, 2%, 31%)
(0.00 / 0.11 / 0.02 / 0.31)

CMYK percentages

%0
%11.3
%1.69
%30.59

Codes

Color #B19DAE in popluar color models

B1 9D AE
RGB 177 157 174
HSL 309° 11.36% 65.49%
HSB/HSV 309° 11.30% 69.41%
CMYK 0.00% 11.30% 1.69%
30.59%

Color #B19DAE in popluar number systems.

HEX B1 9D AE
Decimal 177 157 174
Binary 10110001 10011101 10101110
Octal 261 235 256

Shades and tints

Shades of #B19DAE

#B19DAE
(177,157,174)
#A18F9F
(161,143,159)
#918190
(145,129,144)
#817381
(129,115,129)
#716572
(113,101,114)
#615763
(97,87,99)
#514954
(81,73,84)
#413B45
(65,59,69)
#312D36
(49,45,54)
#211F27
(33,31,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #B19DAE

#B19DAE
(177,157,174)
#B8A5B5
(184,165,181)
#BFADBC
(191,173,188)
#C6B5C3
(198,181,195)
#CDBDCA
(205,189,202)
#D4C5D1
(212,197,209)
#DBCDD8
(219,205,216)
#E2D5DF
(226,213,223)
#E9DDE6
(233,221,230)
#F0E5ED
(240,229,237)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19DAE color. Also use rgb(177,157,174) instead hex code.

Text Font Color

.myTextColor { color: #B19DAE; }

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

This text font color is #B19DAE.

Background Color

.myBgColor { background-color: #B19DAE; }

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

This div background color is #B19DAE.

Border color

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

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

This div border color is #B19DAE.

Opacity

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

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

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

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

This text has shadow with #B19DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19DAE.

Preview

Color preview on black background

This text has color #B19DAE on black background.


Color preview on white background

This text has color #B19DAE on white background.


Black color preview on #B19DAE background

This text has black color on #B19DAE background.


White color preview on #B19DAE background

This text has white color on #B19DAE background.


Related colors

Complementary color

Complementary color for #hex is #4E6251.


I love getcolorcode.com

Triadic colors

1 #AEB19D and #9DAEB1 with #B19DAE are triadic colors.

2 #AE9DB1 and #9DB1AE with #B19DAE are triadic colors.