COLOR #BE8F9D

HEX: #BE8F9D RGB: (190,143,157)

Color info

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

RGB color model

#BE8F9D color RGB value is (190,143,157).

RGB: (190,143,157) (75%, 56%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 157 of 255 = 62%

190
143
157

R + G + B ~ 64%. #BE8F9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 143 + 157 = 490 (100%)
R 190 of 490 ~ 38.78%
G 143 of 490 ~ 29.18%
B 157 of 490 ~ 32.04'%

%38.78
%29.18
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 17.37%
  • key color value is 25.49%

CMYK: (0,25,17,25)
C0M25Y17K25 (0%, 25%, 17%, 25%)
(0.00 / 0.25 / 0.17 / 0.25)

CMYK percentages

%0
%24.74
%17.37
%25.49

Codes

Color #BE8F9D in popluar color models

BE 8F 9D
RGB 190 143 157
HSL 342° 26.55% 65.29%
HSB/HSV 342° 24.74% 74.51%
CMYK 0.00% 24.74% 17.37%
25.49%

Color #BE8F9D in popluar number systems.

HEX BE 8F 9D
Decimal 190 143 157
Binary 10111110 10001111 10011101
Octal 276 217 235

Shades and tints

Shades of #BE8F9D

#BE8F9D
(190,143,157)
#AD828F
(173,130,143)
#9C7581
(156,117,129)
#8B6873
(139,104,115)
#7A5B65
(122,91,101)
#694E57
(105,78,87)
#584149
(88,65,73)
#47343B
(71,52,59)
#36272D
(54,39,45)
#251A1F
(37,26,31)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #BE8F9D

#BE8F9D
(190,143,157)
#C399A5
(195,153,165)
#C8A3AD
(200,163,173)
#CDADB5
(205,173,181)
#D2B7BD
(210,183,189)
#D7C1C5
(215,193,197)
#DCCBCD
(220,203,205)
#E1D5D5
(225,213,213)
#E6DFDD
(230,223,221)
#EBE9E5
(235,233,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8F9D color. Also use rgb(190,143,157) instead hex code.

Text Font Color

.myTextColor { color: #BE8F9D; }

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

This text font color is #BE8F9D.

Background Color

.myBgColor { background-color: #BE8F9D; }

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

This div background color is #BE8F9D.

Border color

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

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

This div border color is #BE8F9D.

Opacity

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

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

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

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

This text has shadow with #BE8F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8F9D.

Preview

Color preview on black background

This text has color #BE8F9D on black background.


Color preview on white background

This text has color #BE8F9D on white background.


Black color preview on #BE8F9D background

This text has black color on #BE8F9D background.


White color preview on #BE8F9D background

This text has white color on #BE8F9D background.


Related colors

Complementary color

Complementary color for #hex is #417062.


I love getcolorcode.com

Triadic colors

1 #9DBE8F and #8F9DBE with #BE8F9D are triadic colors.

2 #9D8FBE and #8FBE9D with #BE8F9D are triadic colors.