COLOR #BE98AF

HEX: #BE98AF
RGB: (190,152,175)

Color info

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

RGB color model

#BE98AF color RGB value is (190,152,175).

  • red value is 190;
  • green value is 152;
  • blue value is 175.
RGB:
(190,152,175)
(75%,60%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 175 of 255 = 69%

190
152
175

R + G + B ~ 68%. #BE98AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 175 = 517 (100%)
R 190 of 517 ~ 36.75%
G 152 of 517 ~ 29.4%
B 175 of 517 ~ 33.85%

%36.75
%29.4
%33.85

CMYK color model

#BE98AF color CMYK value is (0,20,8,25).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(0,20,8,25)
C0M20Y8K25 
(0%,20%,8%,25%)
(0.00/0.20/0.08/0.25)	

CMYK percentages

%0
%20
%7.89
%25.49

Codes

Color #BE98AF in popluar color models

BE98AF
RGB190152175
HSL324°22.62%67.06%
HSB/HSV324°20.00%74.51%
CMYK0.00%20.00%7.89%
25.49%

Color #BE98AF in popluar number systems.

HEXBE98AF
Decimal190152175
Binary101111101001100010101111
Octal276230257

Shades and tints

Shades of #BE98AF

#BE98AF
(190,152,175)
#AD8BA0
(173,139,160)
#9C7E91
(156,126,145)
#8B7182
(139,113,130)
#7A6473
(122,100,115)
#695764
(105,87,100)
#584A55
(88,74,85)
#473D46
(71,61,70)
#363037
(54,48,55)
#252328
(37,35,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BE98AF

#BE98AF
(190,152,175)
#C3A1B6
(195,161,182)
#C8AABD
(200,170,189)
#CDB3C4
(205,179,196)
#D2BCCB
(210,188,203)
#D7C5D2
(215,197,210)
#DCCED9
(220,206,217)
#E1D7E0
(225,215,224)
#E6E0E7
(230,224,231)
#EBE9EE
(235,233,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE98AF color. Also use rgb(190,152,175) instead hex code.

Text Font Color

.myTextColor { color: #BE98AF; }

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

This text font color is #BE98AF.


Background Color

.myBgColor { background-color: #BE98AF; }

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

This div background color is #BE98AF.


Border color

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

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

This div border color is #BE98AF.


Opacity

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

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

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

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

This text has shadow with #BE98AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE98AF on black background.


Color preview on white background

This text has color #BE98AF on white background.



Black color preview on #BE98AF background

This text has black color on #BE98AF background.


White color preview on #BE98AF background

This text has white color on #BE98AF background.