COLOR #BE9AAB

HEX: #BE9AAB
RGB: (190,154,171)

Color info

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

RGB color model

#BE9AAB color RGB value is (190,154,171).

  • red value is 190;
  • green value is 154;
  • blue value is 171.
RGB: (190,154,171) (75%,60%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 171 of 255 = 67%

190
154
171

R + G + B ~ 67%. #BE9AAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 154 + 171 = 515 (100%)
R 190 of 515 ~ 36.89%
G 154 of 515 ~ 29.9%
B 171 of 515 ~ 33.2%

%36.89
%29.9
%33.2

CMYK color model

#BE9AAB color CMYK value is (0,19,10,25).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK: (0,19,10,25) C0M19Y10K25 (0%,19%,10%,25%) (0.00/0.19/0.10/0.25)

CMYK percentages

%0
%18.95
%10
%25.49

Codes

Color #BE9AAB in popluar color models

BE9AAB
RGB190154171
HSL332°21.69%67.45%
HSB/HSV332°18.95%74.51%
CMYK0.00%18.95%10.00%
25.49%

Color #BE9AAB in popluar number systems.

HEXBE9AAB
Decimal190154171
Binary101111101001101010101011
Octal276232253

Shades and tints

Shades of #BE9AAB

#BE9AAB
(190,154,171)
#AD8C9C
(173,140,156)
#9C7E8D
(156,126,141)
#8B707E
(139,112,126)
#7A626F
(122,98,111)
#695460
(105,84,96)
#584651
(88,70,81)
#473842
(71,56,66)
#362A33
(54,42,51)
#251C24
(37,28,36)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #BE9AAB

#BE9AAB
(190,154,171)
#C3A3B2
(195,163,178)
#C8ACB9
(200,172,185)
#CDB5C0
(205,181,192)
#D2BEC7
(210,190,199)
#D7C7CE
(215,199,206)
#DCD0D5
(220,208,213)
#E1D9DC
(225,217,220)
#E6E2E3
(230,226,227)
#EBEBEA
(235,235,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9AAB color. Also use rgb(190,154,171) instead hex code.

Text Font Color

.myTextColor { color: #BE9AAB; }

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

This text font color is #BE9AAB.


Background Color

.myBgColor { background-color: #BE9AAB; }

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

This div background color is #BE9AAB.


Border color

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

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

This div border color is #BE9AAB.


Opacity

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

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

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

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

This text has shadow with #BE9AAB color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BE9AAB; -webkit-box-shadow:	1px 1px 3px 2px #BE9AAB; box-shadow:	1px 1px 3px 2px #BE9AAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BE9AAB; -webkit-box-shadow: 1px 1px 3px 2px #BE9AAB; box-shadow:1px 1px 3px 2px #BE9AAB;">
Div content here</div>
This div box has shadow with color #BE9AAB.

Preview

Color preview on black background

This text has color #BE9AAB on black background.


Color preview on white background

This text has color #BE9AAB on white background.



Black color preview on #BE9AAB background

This text has black color on #BE9AAB background.


White color preview on #BE9AAB background

This text has white color on #BE9AAB background.