COLOR #BE97A8

HEX: #BE97A8
RGB: (190,151,168)

Color info

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

RGB color model

#BE97A8 color RGB value is (190,151,168).

  • red value is 190;
  • green value is 151;
  • blue value is 168.
RGB:
(190,151,168)
(75%,59%,66%)

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 168 of 255 = 66%

190
151
168

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

Portions of RGB colors in percentages

R + G + B =
190 + 151 + 168 = 509 (100%)
R 190 of 509 ~ 37.33%
G 151 of 509 ~ 29.67%
B 168 of 509 ~ 33.01%

%37.33
%29.67
%33.01

CMYK color model

#BE97A8 color CMYK value is (0,21,12,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(0,21,12,25)
C0M21Y12K25 
(0%,21%,12%,25%)
(0.00/0.21/0.12/0.25)	

CMYK percentages

%0
%20.53
%11.58
%25.49

Codes

Color #BE97A8 in popluar color models

BE97A8
RGB190151168
HSL334°23.08%66.86%
HSB/HSV334°20.53%74.51%
CMYK0.00%20.53%11.58%
25.49%

Color #BE97A8 in popluar number systems.

HEXBE97A8
Decimal190151168
Binary101111101001011110101000
Octal276227250

Shades and tints

Shades of #BE97A8

#BE97A8
(190,151,168)
#AD8A99
(173,138,153)
#9C7D8A
(156,125,138)
#8B707B
(139,112,123)
#7A636C
(122,99,108)
#69565D
(105,86,93)
#58494E
(88,73,78)
#473C3F
(71,60,63)
#362F30
(54,47,48)
#252221
(37,34,33)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #BE97A8

#BE97A8
(190,151,168)
#C3A0AF
(195,160,175)
#C8A9B6
(200,169,182)
#CDB2BD
(205,178,189)
#D2BBC4
(210,187,196)
#D7C4CB
(215,196,203)
#DCCDD2
(220,205,210)
#E1D6D9
(225,214,217)
#E6DFE0
(230,223,224)
#EBE8E7
(235,232,231)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE97A8 color. Also use rgb(190,151,168) instead hex code.

Text Font Color

.myTextColor { color: #BE97A8; }

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

This text font color is #BE97A8.


Background Color

.myBgColor { background-color: #BE97A8; }

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

This div background color is #BE97A8.


Border color

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

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

This div border color is #BE97A8.


Opacity

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

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

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

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

This text has shadow with #BE97A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE97A8 on black background.


Color preview on white background

This text has color #BE97A8 on white background.



Black color preview on #BE97A8 background

This text has black color on #BE97A8 background.


White color preview on #BE97A8 background

This text has white color on #BE97A8 background.