COLOR #BEABB9

HEX: #BEABB9
RGB: (190,171,185)

Color info

#BEABB9 contains red, green and blue colors in about the same proportion. Web safe color of #BEABB9 is #CC99CC (or #C9C).

RGB color model

#BEABB9 color RGB value is (190,171,185).

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

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 185 of 255 = 73%

190
171
185

R + G + B ~ 72%. #BEABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 171 + 185 = 546 (100%)
R 190 of 546 ~ 34.8%
G 171 of 546 ~ 31.32%
B 185 of 546 ~ 33.88%

%34.8
%31.32
%33.88

CMYK color model

#BEABB9 color CMYK value is (0,10,3,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 2.63%
  • key color value is 25.49%
CMYK: (0,10,3,25) C0M10Y3K25 (0%,10%,3%,25%) (0.00/0.10/0.03/0.25)

CMYK percentages

%0
%10
%2.63
%25.49

Codes

Color #BEABB9 in popluar color models

BEABB9
RGB190171185
HSL316°12.75%70.78%
HSB/HSV316°10.00%74.51%
CMYK0.00%10.00%2.63%
25.49%

Color #BEABB9 in popluar number systems.

HEXBEABB9
Decimal190171185
Binary101111101010101110111001
Octal276253271

Shades and tints

Shades of #BEABB9

#BEABB9
(190,171,185)
#AD9CA9
(173,156,169)
#9C8D99
(156,141,153)
#8B7E89
(139,126,137)
#7A6F79
(122,111,121)
#696069
(105,96,105)
#585159
(88,81,89)
#474249
(71,66,73)
#363339
(54,51,57)
#252429
(37,36,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #BEABB9

#BEABB9
(190,171,185)
#C3B2BF
(195,178,191)
#C8B9C5
(200,185,197)
#CDC0CB
(205,192,203)
#D2C7D1
(210,199,209)
#D7CED7
(215,206,215)
#DCD5DD
(220,213,221)
#E1DCE3
(225,220,227)
#E6E3E9
(230,227,233)
#EBEAEF
(235,234,239)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABB9; }

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

This text font color is #BEABB9.


Background Color

.myBgColor { background-color: #BEABB9; }

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

This div background color is #BEABB9.


Border color

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

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

This div border color is #BEABB9.


Opacity

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

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

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

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

This text has shadow with #BEABB9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEABB9 on black background.


Color preview on white background

This text has color #BEABB9 on white background.



Black color preview on #BEABB9 background

This text has black color on #BEABB9 background.


White color preview on #BEABB9 background

This text has white color on #BEABB9 background.