COLOR #BE86A4

HEX: #BE86A4
RGB: (190,134,164)

Color info

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

RGB color model

#BE86A4 color RGB value is (190,134,164).

  • red value is 190;
  • green value is 134;
  • blue value is 164.
RGB:
(190,134,164)
(75%,53%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 164 of 255 = 64%

190
134
164

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

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 164 = 488 (100%)
R 190 of 488 ~ 38.93%
G 134 of 488 ~ 27.46%
B 164 of 488 ~ 33.61%

%38.93
%27.46
%33.61

CMYK color model

#BE86A4 color CMYK value is (0,29,14,25).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(0,29,14,25)
C0M29Y14K25 
(0%,29%,14%,25%)
(0.00/0.29/0.14/0.25)	

CMYK percentages

%0
%29.47
%13.68
%25.49

Codes

Color #BE86A4 in popluar color models

BE86A4
RGB190134164
HSL328°30.11%63.53%
HSB/HSV328°29.47%74.51%
CMYK0.00%29.47%13.68%
25.49%

Color #BE86A4 in popluar number systems.

HEXBE86A4
Decimal190134164
Binary101111101000011010100100
Octal276206244

Shades and tints

Shades of #BE86A4

#BE86A4
(190,134,164)
#AD7A96
(173,122,150)
#9C6E88
(156,110,136)
#8B627A
(139,98,122)
#7A566C
(122,86,108)
#694A5E
(105,74,94)
#583E50
(88,62,80)
#473242
(71,50,66)
#362634
(54,38,52)
#251A26
(37,26,38)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #BE86A4

#BE86A4
(190,134,164)
#C391AC
(195,145,172)
#C89CB4
(200,156,180)
#CDA7BC
(205,167,188)
#D2B2C4
(210,178,196)
#D7BDCC
(215,189,204)
#DCC8D4
(220,200,212)
#E1D3DC
(225,211,220)
#E6DEE4
(230,222,228)
#EBE9EC
(235,233,236)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE86A4 color. Also use rgb(190,134,164) instead hex code.

Text Font Color

.myTextColor { color: #BE86A4; }

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

This text font color is #BE86A4.


Background Color

.myBgColor { background-color: #BE86A4; }

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

This div background color is #BE86A4.


Border color

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

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

This div border color is #BE86A4.


Opacity

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

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

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

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

This text has shadow with #BE86A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE86A4 on black background.


Color preview on white background

This text has color #BE86A4 on white background.



Black color preview on #BE86A4 background

This text has black color on #BE86A4 background.


White color preview on #BE86A4 background

This text has white color on #BE86A4 background.