COLOR #BEA7AB

HEX: #BEA7AB
RGB: (190,167,171)

Color info

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

RGB color model

#BEA7AB color RGB value is (190,167,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 171 of 255 = 67%

190
167
171

R + G + B ~ 69%. #BEA7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 171 = 528 (100%)
R 190 of 528 ~ 35.98%
G 167 of 528 ~ 31.63%
B 171 of 528 ~ 32.39%

%35.98
%31.63
%32.39

CMYK color model

#BEA7AB color CMYK value is (0,12,10,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,12,10,25)
C0M12Y10K25 
(0%,12%,10%,25%)
(0.00/0.12/0.10/0.25)	

CMYK percentages

%0
%12.11
%10
%25.49

Codes

Color #BEA7AB in popluar color models

BEA7AB
RGB190167171
HSL350°15.03%70.00%
HSB/HSV350°12.11%74.51%
CMYK0.00%12.11%10.00%
25.49%

Color #BEA7AB in popluar number systems.

HEXBEA7AB
Decimal190167171
Binary101111101010011110101011
Octal276247253

Shades and tints

Shades of #BEA7AB

#BEA7AB
(190,167,171)
#AD989C
(173,152,156)
#9C898D
(156,137,141)
#8B7A7E
(139,122,126)
#7A6B6F
(122,107,111)
#695C60
(105,92,96)
#584D51
(88,77,81)
#473E42
(71,62,66)
#362F33
(54,47,51)
#252024
(37,32,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #BEA7AB

#BEA7AB
(190,167,171)
#C3AFB2
(195,175,178)
#C8B7B9
(200,183,185)
#CDBFC0
(205,191,192)
#D2C7C7
(210,199,199)
#D7CFCE
(215,207,206)
#DCD7D5
(220,215,213)
#E1DFDC
(225,223,220)
#E6E7E3
(230,231,227)
#EBEFEA
(235,239,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7AB; }

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

This text font color is #BEA7AB.


Background Color

.myBgColor { background-color: #BEA7AB; }

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

This div background color is #BEA7AB.


Border color

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

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

This div border color is #BEA7AB.


Opacity

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

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

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

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

This text has shadow with #BEA7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7AB on black background.


Color preview on white background

This text has color #BEA7AB on white background.



Black color preview on #BEA7AB background

This text has black color on #BEA7AB background.


White color preview on #BEA7AB background

This text has white color on #BEA7AB background.