COLOR #BE98AB

HEX: #BE98AB
RGB: (190,152,171)

Color info

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

RGB color model

#BE98AB color RGB value is (190,152,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 171 of 255 = 67%

190
152
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 171 = 513 (100%)
R 190 of 513 ~ 37.04%
G 152 of 513 ~ 29.63%
B 171 of 513 ~ 33.33%

%37.04
%29.63
%33.33

CMYK color model

#BE98AB color CMYK value is (0,20,10,25).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,20,10,25)
C0M20Y10K25 
(0%,20%,10%,25%)
(0.00/0.20/0.10/0.25)	

CMYK percentages

%0
%20
%10
%25.49

Codes

Color #BE98AB in popluar color models

BE98AB
RGB190152171
HSL330°22.62%67.06%
HSB/HSV330°20.00%74.51%
CMYK0.00%20.00%10.00%
25.49%

Color #BE98AB in popluar number systems.

HEXBE98AB
Decimal190152171
Binary101111101001100010101011
Octal276230253

Shades and tints

Shades of #BE98AB

#BE98AB
(190,152,171)
#AD8B9C
(173,139,156)
#9C7E8D
(156,126,141)
#8B717E
(139,113,126)
#7A646F
(122,100,111)
#695760
(105,87,96)
#584A51
(88,74,81)
#473D42
(71,61,66)
#363033
(54,48,51)
#252324
(37,35,36)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BE98AB

#BE98AB
(190,152,171)
#C3A1B2
(195,161,178)
#C8AAB9
(200,170,185)
#CDB3C0
(205,179,192)
#D2BCC7
(210,188,199)
#D7C5CE
(215,197,206)
#DCCED5
(220,206,213)
#E1D7DC
(225,215,220)
#E6E0E3
(230,224,227)
#EBE9EA
(235,233,234)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE98AB; }

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

This text font color is #BE98AB.


Background Color

.myBgColor { background-color: #BE98AB; }

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

This div background color is #BE98AB.


Border color

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

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

This div border color is #BE98AB.


Opacity

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

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

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

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

This text has shadow with #BE98AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE98AB on black background.


Color preview on white background

This text has color #BE98AB on white background.



Black color preview on #BE98AB background

This text has black color on #BE98AB background.


White color preview on #BE98AB background

This text has white color on #BE98AB background.