COLOR #BE93A7

HEX: #BE93A7 RGB: (190,147,167)

Color info

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

RGB color model

#BE93A7 color RGB value is (190,147,167).

RGB: (190,147,167) (75%, 58%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 167 of 255 = 65%

190
147
167

R + G + B ~ 66%. #BE93A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 167 = 504 (100%)
R 190 of 504 ~ 37.7%
G 147 of 504 ~ 29.17%
B 167 of 504 ~ 33.13'%

%37.7
%29.17
%33.13

CMYK color model

#BE93A7 color CMYK value is (0,23,12,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK: (0,23,12,25) C0M23Y12K25 (0%,23%,12%,25%) (0.00/0.23/0.12/0.25) 

CMYK percentages

%0
%22.63
%12.11
%25.49

Codes

Color #BE93A7 in popluar color models

BE 93 A7
RGB 190 147 167
HSL 332° 24.86% 66.08%
HSB/HSV 332° 22.63% 74.51%
CMYK 0.00% 22.63% 12.11%
25.49%

Color #BE93A7 in popluar number systems.

HEX BE 93 A7
Decimal 190 147 167
Binary 10111110 10010011 10100111
Octal 276 223 247

Shades and tints

Shades of #BE93A7

#BE93A7
(190,147,167)
#AD8698
(173,134,152)
#9C7989
(156,121,137)
#8B6C7A
(139,108,122)
#7A5F6B
(122,95,107)
#69525C
(105,82,92)
#58454D
(88,69,77)
#47383E
(71,56,62)
#362B2F
(54,43,47)
#251E20
(37,30,32)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BE93A7

#BE93A7
(190,147,167)
#C39CAF
(195,156,175)
#C8A5B7
(200,165,183)
#CDAEBF
(205,174,191)
#D2B7C7
(210,183,199)
#D7C0CF
(215,192,207)
#DCC9D7
(220,201,215)
#E1D2DF
(225,210,223)
#E6DBE7
(230,219,231)
#EBE4EF
(235,228,239)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE93A7 color. Also use rgb(190,147,167) instead hex code.

Text Font Color

.myTextColor { color: #BE93A7; }

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

This text font color is #BE93A7.

Background Color

.myBgColor { background-color: #BE93A7; }

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

This div background color is #BE93A7.

Border color

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

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

This div border color is #BE93A7.

Opacity

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

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

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

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

This text has shadow with #BE93A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE93A7.

Preview

Color preview on black background

This text has color #BE93A7 on black background.


Color preview on white background

This text has color #BE93A7 on white background.


Black color preview on #BE93A7 background

This text has black color on #BE93A7 background.


White color preview on #BE93A7 background

This text has white color on #BE93A7 background.


Related colors

Complementary color

Complementary color for #hex is #416C58.


I love getcolorcode.com

Triadic colors

1 #A7BE93 and #93A7BE with #BE93A7 are triadic colors.

2 #A793BE and #93BEA7 with #BE93A7 are triadic colors.