COLOR #BE80AF

HEX: #BE80AF
RGB: (190,128,175)

Color info

#BE80AF contains mainly red and blue colors. Web safe color of #BE80AF is #CC6699 (or #C69).

RGB color model

#BE80AF color RGB value is (190,128,175).

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

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 175 of 255 = 69%

190
128
175

R + G + B ~ 65%. #BE80AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 175 = 493 (100%)
R 190 of 493 ~ 38.54%
G 128 of 493 ~ 25.96%
B 175 of 493 ~ 35.5%

%38.54
%25.96
%35.5

CMYK color model

#BE80AF color CMYK value is (0,33,8,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(0,33,8,25)
C0M33Y8K25 
(0%,33%,8%,25%)
(0.00/0.33/0.08/0.25)	

CMYK percentages

%0
%32.63
%7.89
%25.49

Codes

Color #BE80AF in popluar color models

BE80AF
RGB190128175
HSL315°32.29%62.35%
HSB/HSV315°32.63%74.51%
CMYK0.00%32.63%7.89%
25.49%

Color #BE80AF in popluar number systems.

HEXBE80AF
Decimal190128175
Binary101111101000000010101111
Octal276200257

Shades and tints

Shades of #BE80AF

#BE80AF
(190,128,175)
#AD75A0
(173,117,160)
#9C6A91
(156,106,145)
#8B5F82
(139,95,130)
#7A5473
(122,84,115)
#694964
(105,73,100)
#583E55
(88,62,85)
#473346
(71,51,70)
#362837
(54,40,55)
#251D28
(37,29,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #BE80AF

#BE80AF
(190,128,175)
#C38BB6
(195,139,182)
#C896BD
(200,150,189)
#CDA1C4
(205,161,196)
#D2ACCB
(210,172,203)
#D7B7D2
(215,183,210)
#DCC2D9
(220,194,217)
#E1CDE0
(225,205,224)
#E6D8E7
(230,216,231)
#EBE3EE
(235,227,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE80AF; }

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

This text font color is #BE80AF.


Background Color

.myBgColor { background-color: #BE80AF; }

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

This div background color is #BE80AF.


Border color

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

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

This div border color is #BE80AF.


Opacity

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

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

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

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

This text has shadow with #BE80AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE80AF on black background.


Color preview on white background

This text has color #BE80AF on white background.



Black color preview on #BE80AF background

This text has black color on #BE80AF background.


White color preview on #BE80AF background

This text has white color on #BE80AF background.