COLOR #BE9AA7

HEX: #BE9AA7 RGB: (190,154,167)

Color info

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

RGB color model

#BE9AA7 color RGB value is (190,154,167).

RGB: (190,154,167) (75%, 60%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 167 of 255 = 65%

190
154
167

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

Portions of RGB colors in percentages

R + G + B = 190 + 154 + 167 = 511 (100%)
R 190 of 511 ~ 37.18%
G 154 of 511 ~ 30.14%
B 167 of 511 ~ 32.68'%

%37.18
%30.14
%32.68

CMYK color model

#BE9AA7 color CMYK value is (0,19,12,25).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK: (0,19,12,25) C0M19Y12K25 (0%,19%,12%,25%) (0.00/0.19/0.12/0.25) 

CMYK percentages

%0
%18.95
%12.11
%25.49

Codes

Color #BE9AA7 in popluar color models

BE 9A A7
RGB 190 154 167
HSL 338° 21.69% 67.45%
HSB/HSV 338° 18.95% 74.51%
CMYK 0.00% 18.95% 12.11%
25.49%

Color #BE9AA7 in popluar number systems.

HEX BE 9A A7
Decimal 190 154 167
Binary 10111110 10011010 10100111
Octal 276 232 247

Shades and tints

Shades of #BE9AA7

#BE9AA7
(190,154,167)
#AD8C98
(173,140,152)
#9C7E89
(156,126,137)
#8B707A
(139,112,122)
#7A626B
(122,98,107)
#69545C
(105,84,92)
#58464D
(88,70,77)
#47383E
(71,56,62)
#362A2F
(54,42,47)
#251C20
(37,28,32)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #BE9AA7

#BE9AA7
(190,154,167)
#C3A3AF
(195,163,175)
#C8ACB7
(200,172,183)
#CDB5BF
(205,181,191)
#D2BEC7
(210,190,199)
#D7C7CF
(215,199,207)
#DCD0D7
(220,208,215)
#E1D9DF
(225,217,223)
#E6E2E7
(230,226,231)
#EBEBEF
(235,235,239)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9AA7; }

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

This text font color is #BE9AA7.

Background Color

.myBgColor { background-color: #BE9AA7; }

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

This div background color is #BE9AA7.

Border color

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

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

This div border color is #BE9AA7.

Opacity

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

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

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

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

This text has shadow with #BE9AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9AA7.

Preview

Color preview on black background

This text has color #BE9AA7 on black background.


Color preview on white background

This text has color #BE9AA7 on white background.


Black color preview on #BE9AA7 background

This text has black color on #BE9AA7 background.


White color preview on #BE9AA7 background

This text has white color on #BE9AA7 background.


Related colors

Complementary color

Complementary color for #hex is #416558.


I love getcolorcode.com

Triadic colors

1 #A7BE9A and #9AA7BE with #BE9AA7 are triadic colors.

2 #A79ABE and #9ABEA7 with #BE9AA7 are triadic colors.