COLOR #BE96A3

HEX: #BE96A3
RGB: (190,150,163)

Color info

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

RGB color model

#BE96A3 color RGB value is (190,150,163).

  • red value is 190;
  • green value is 150;
  • blue value is 163.
RGB:
(190,150,163)
(75%,59%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 163 of 255 = 64%

190
150
163

R + G + B ~ 66%. #BE96A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 163 = 503 (100%)
R 190 of 503 ~ 37.77%
G 150 of 503 ~ 29.82%
B 163 of 503 ~ 32.41%

%37.77
%29.82
%32.41

CMYK color model

#BE96A3 color CMYK value is (0,21,14,25).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 14.21%
  • key color value is 25.49%
CMYK:
(0,21,14,25)
C0M21Y14K25 
(0%,21%,14%,25%)
(0.00/0.21/0.14/0.25)	

CMYK percentages

%0
%21.05
%14.21
%25.49

Codes

Color #BE96A3 in popluar color models

BE96A3
RGB190150163
HSL341°23.53%66.67%
HSB/HSV341°21.05%74.51%
CMYK0.00%21.05%14.21%
25.49%

Color #BE96A3 in popluar number systems.

HEXBE96A3
Decimal190150163
Binary101111101001011010100011
Octal276226243

Shades and tints

Shades of #BE96A3

#BE96A3
(190,150,163)
#AD8995
(173,137,149)
#9C7C87
(156,124,135)
#8B6F79
(139,111,121)
#7A626B
(122,98,107)
#69555D
(105,85,93)
#58484F
(88,72,79)
#473B41
(71,59,65)
#362E33
(54,46,51)
#252125
(37,33,37)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BE96A3

#BE96A3
(190,150,163)
#C39FAB
(195,159,171)
#C8A8B3
(200,168,179)
#CDB1BB
(205,177,187)
#D2BAC3
(210,186,195)
#D7C3CB
(215,195,203)
#DCCCD3
(220,204,211)
#E1D5DB
(225,213,219)
#E6DEE3
(230,222,227)
#EBE7EB
(235,231,235)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE96A3; }

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

This text font color is #BE96A3.


Background Color

.myBgColor { background-color: #BE96A3; }

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

This div background color is #BE96A3.


Border color

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

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

This div border color is #BE96A3.


Opacity

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

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

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

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

This text has shadow with #BE96A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE96A3 on black background.


Color preview on white background

This text has color #BE96A3 on white background.



Black color preview on #BE96A3 background

This text has black color on #BE96A3 background.


White color preview on #BE96A3 background

This text has white color on #BE96A3 background.