COLOR #BE9EA2

HEX: #BE9EA2
RGB: (190,158,162)

Color info

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

RGB color model

#BE9EA2 color RGB value is (190,158,162).

  • red value is 190;
  • green value is 158;
  • blue value is 162.
RGB:
(190,158,162)
(75%,62%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 162 of 255 = 64%

190
158
162

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

Portions of RGB colors in percentages

R + G + B =
190 + 158 + 162 = 510 (100%)
R 190 of 510 ~ 37.25%
G 158 of 510 ~ 30.98%
B 162 of 510 ~ 31.76%

%37.25
%30.98
%31.76

CMYK color model

#BE9EA2 color CMYK value is (0,17,15,25).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(0,17,15,25)
C0M17Y15K25 
(0%,17%,15%,25%)
(0.00/0.17/0.15/0.25)	

CMYK percentages

%0
%16.84
%14.74
%25.49

Codes

Color #BE9EA2 in popluar color models

BE9EA2
RGB190158162
HSL353°19.75%68.24%
HSB/HSV353°16.84%74.51%
CMYK0.00%16.84%14.74%
25.49%

Color #BE9EA2 in popluar number systems.

HEXBE9EA2
Decimal190158162
Binary101111101001111010100010
Octal276236242

Shades and tints

Shades of #BE9EA2

#BE9EA2
(190,158,162)
#AD9094
(173,144,148)
#9C8286
(156,130,134)
#8B7478
(139,116,120)
#7A666A
(122,102,106)
#69585C
(105,88,92)
#584A4E
(88,74,78)
#473C40
(71,60,64)
#362E32
(54,46,50)
#252024
(37,32,36)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #BE9EA2

#BE9EA2
(190,158,162)
#C3A6AA
(195,166,170)
#C8AEB2
(200,174,178)
#CDB6BA
(205,182,186)
#D2BEC2
(210,190,194)
#D7C6CA
(215,198,202)
#DCCED2
(220,206,210)
#E1D6DA
(225,214,218)
#E6DEE2
(230,222,226)
#EBE6EA
(235,230,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9EA2 color. Also use rgb(190,158,162) instead hex code.

Text Font Color

.myTextColor { color: #BE9EA2; }

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

This text font color is #BE9EA2.


Background Color

.myBgColor { background-color: #BE9EA2; }

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

This div background color is #BE9EA2.


Border color

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

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

This div border color is #BE9EA2.


Opacity

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

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

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

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

This text has shadow with #BE9EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9EA2 on black background.


Color preview on white background

This text has color #BE9EA2 on white background.



Black color preview on #BE9EA2 background

This text has black color on #BE9EA2 background.


White color preview on #BE9EA2 background

This text has white color on #BE9EA2 background.