COLOR #BE83A3

HEX: #BE83A3 RGB: (190,131,163)

Color info

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

RGB color model

#BE83A3 color RGB value is (190,131,163).

RGB: (190,131,163) (75%, 51%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 131 of 255 = 51%
B 163 of 255 = 64%

190
131
163

R + G + B ~ 63%. #BE83A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 131 + 163 = 484 (100%)
R 190 of 484 ~ 39.26%
G 131 of 484 ~ 27.07%
B 163 of 484 ~ 33.68'%

%39.26
%27.07
%33.68

CMYK color model

#BE83A3 color CMYK value is (0,31,14,25).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 14.21%
  • key color value is 25.49%

CMYK: (0,31,14,25)
C0M31Y14K25 (0%, 31%, 14%, 25%)
(0.00 / 0.31 / 0.14 / 0.25)

CMYK percentages

%0
%31.05
%14.21
%25.49

Codes

Color #BE83A3 in popluar color models

BE 83 A3
RGB 190 131 163
HSL 327° 31.22% 62.94%
HSB/HSV 327° 31.05% 74.51%
CMYK 0.00% 31.05% 14.21%
25.49%

Color #BE83A3 in popluar number systems.

HEX BE 83 A3
Decimal 190 131 163
Binary 10111110 10000011 10100011
Octal 276 203 243

Shades and tints

Shades of #BE83A3

#BE83A3
(190,131,163)
#AD7895
(173,120,149)
#9C6D87
(156,109,135)
#8B6279
(139,98,121)
#7A576B
(122,87,107)
#694C5D
(105,76,93)
#58414F
(88,65,79)
#473641
(71,54,65)
#362B33
(54,43,51)
#252025
(37,32,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BE83A3

#BE83A3
(190,131,163)
#C38EAB
(195,142,171)
#C899B3
(200,153,179)
#CDA4BB
(205,164,187)
#D2AFC3
(210,175,195)
#D7BACB
(215,186,203)
#DCC5D3
(220,197,211)
#E1D0DB
(225,208,219)
#E6DBE3
(230,219,227)
#EBE6EB
(235,230,235)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE83A3 color. Also use rgb(190,131,163) instead hex code.

Text Font Color

.myTextColor { color: #BE83A3; }

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

This text font color is #BE83A3.

Background Color

.myBgColor { background-color: #BE83A3; }

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

This div background color is #BE83A3.

Border color

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

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

This div border color is #BE83A3.

Opacity

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

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

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

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

This text has shadow with #BE83A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE83A3.

Preview

Color preview on black background

This text has color #BE83A3 on black background.


Color preview on white background

This text has color #BE83A3 on white background.


Black color preview on #BE83A3 background

This text has black color on #BE83A3 background.


White color preview on #BE83A3 background

This text has white color on #BE83A3 background.


Related colors

Complementary color

Complementary color for #hex is #417C5C.


I love getcolorcode.com

Triadic colors

1 #A3BE83 and #83A3BE with #BE83A3 are triadic colors.

2 #A383BE and #83BEA3 with #BE83A3 are triadic colors.