COLOR #BEA3AB

HEX: #BEA3AB RGB: (190,163,171)

Color info

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

RGB color model

#BEA3AB color RGB value is (190,163,171).

RGB: (190,163,171) (75%, 64%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 171 of 255 = 67%

190
163
171

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 171 = 524 (100%)
R 190 of 524 ~ 36.26%
G 163 of 524 ~ 31.11%
B 171 of 524 ~ 32.63'%

%36.26
%31.11
%32.63

CMYK color model

#BEA3AB color CMYK value is (0,14,10,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 10.00%
  • key color value is 25.49%

CMYK: (0,14,10,25)
C0M14Y10K25 (0%, 14%, 10%, 25%)
(0.00 / 0.14 / 0.10 / 0.25)

CMYK percentages

%0
%14.21
%10
%25.49

Codes

Color #BEA3AB in popluar color models

BE A3 AB
RGB 190 163 171
HSL 342° 17.20% 69.22%
HSB/HSV 342° 14.21% 74.51%
CMYK 0.00% 14.21% 10.00%
25.49%

Color #BEA3AB in popluar number systems.

HEX BE A3 AB
Decimal 190 163 171
Binary 10111110 10100011 10101011
Octal 276 243 253

Shades and tints

Shades of #BEA3AB

#BEA3AB
(190,163,171)
#AD959C
(173,149,156)
#9C878D
(156,135,141)
#8B797E
(139,121,126)
#7A6B6F
(122,107,111)
#695D60
(105,93,96)
#584F51
(88,79,81)
#474142
(71,65,66)
#363333
(54,51,51)
#252524
(37,37,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEA3AB

#BEA3AB
(190,163,171)
#C3ABB2
(195,171,178)
#C8B3B9
(200,179,185)
#CDBBC0
(205,187,192)
#D2C3C7
(210,195,199)
#D7CBCE
(215,203,206)
#DCD3D5
(220,211,213)
#E1DBDC
(225,219,220)
#E6E3E3
(230,227,227)
#EBEBEA
(235,235,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3AB; }

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

This text font color is #BEA3AB.

Background Color

.myBgColor { background-color: #BEA3AB; }

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

This div background color is #BEA3AB.

Border color

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

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

This div border color is #BEA3AB.

Opacity

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

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

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

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

This text has shadow with #BEA3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA3AB.

Preview

Color preview on black background

This text has color #BEA3AB on black background.


Color preview on white background

This text has color #BEA3AB on white background.


Black color preview on #BEA3AB background

This text has black color on #BEA3AB background.


White color preview on #BEA3AB background

This text has white color on #BEA3AB background.


Related colors

Complementary color

Complementary color for #hex is #415C54.


I love getcolorcode.com

Triadic colors

1 #ABBEA3 and #A3ABBE with #BEA3AB are triadic colors.

2 #ABA3BE and #A3BEAB with #BEA3AB are triadic colors.