COLOR #BEAAA7

HEX: #BEAAA7 RGB: (190,170,167)

Color info

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

RGB color model

#BEAAA7 color RGB value is (190,170,167).

RGB: (190,170,167) (75%, 67%, 65%)

RGB channels and saturation

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

190
170
167

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

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 167 = 527 (100%)
R 190 of 527 ~ 36.05%
G 170 of 527 ~ 32.26%
B 167 of 527 ~ 31.69'%

%36.05
%32.26
%31.69

CMYK color model

#BEAAA7 color CMYK value is (0,11,12,25).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 12.11%
  • key color value is 25.49%

CMYK: (0,11,12,25)
C0M11Y12K25 (0%, 11%, 12%, 25%)
(0.00 / 0.11 / 0.12 / 0.25)

CMYK percentages

%0
%10.53
%12.11
%25.49

Codes

Color #BEAAA7 in popluar color models

BE AA A7
RGB 190 170 167
HSL 15.03% 70.00%
HSB/HSV 12.11% 74.51%
CMYK 0.00% 10.53% 12.11%
25.49%

Color #BEAAA7 in popluar number systems.

HEX BE AA A7
Decimal 190 170 167
Binary 10111110 10101010 10100111
Octal 276 252 247

Shades and tints

Shades of #BEAAA7

#BEAAA7
(190,170,167)
#AD9B98
(173,155,152)
#9C8C89
(156,140,137)
#8B7D7A
(139,125,122)
#7A6E6B
(122,110,107)
#695F5C
(105,95,92)
#58504D
(88,80,77)
#47413E
(71,65,62)
#36322F
(54,50,47)
#252320
(37,35,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEAAA7

#BEAAA7
(190,170,167)
#C3B1AF
(195,177,175)
#C8B8B7
(200,184,183)
#CDBFBF
(205,191,191)
#D2C6C7
(210,198,199)
#D7CDCF
(215,205,207)
#DCD4D7
(220,212,215)
#E1DBDF
(225,219,223)
#E6E2E7
(230,226,231)
#EBE9EF
(235,233,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAAA7; }

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

This text font color is #BEAAA7.

Background Color

.myBgColor { background-color: #BEAAA7; }

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

This div background color is #BEAAA7.

Border color

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

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

This div border color is #BEAAA7.

Opacity

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

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

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

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

This text has shadow with #BEAAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAA7.

Preview

Color preview on black background

This text has color #BEAAA7 on black background.


Color preview on white background

This text has color #BEAAA7 on white background.


Black color preview on #BEAAA7 background

This text has black color on #BEAAA7 background.


White color preview on #BEAAA7 background

This text has white color on #BEAAA7 background.


Related colors

Complementary color

Complementary color for #hex is #415558.


I love getcolorcode.com

Triadic colors

1 #A7BEAA and #AAA7BE with #BEAAA7 are triadic colors.

2 #A7AABE and #AABEA7 with #BEAAA7 are triadic colors.