COLOR #BEAFA6

HEX: #BEAFA6
RGB: (190,175,166)

Color info

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

RGB color model

#BEAFA6 color RGB value is (190,175,166).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 166 of 255 = 65%

190
175
166

R + G + B ~ 70%. #BEAFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 166 = 531 (100%)
R 190 of 531 ~ 35.78%
G 175 of 531 ~ 32.96%
B 166 of 531 ~ 31.26%

%35.78
%32.96
%31.26

CMYK color model

#BEAFA6 color CMYK value is (0,8,13,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(0,8,13,25)
C0M8Y13K25 
(0%,8%,13%,25%)
(0.00/0.08/0.13/0.25)	

CMYK percentages

%0
%7.89
%12.63
%25.49

Codes

Color #BEAFA6 in popluar color models

BEAFA6
RGB190175166
HSL23°15.58%69.80%
HSB/HSV23°12.63%74.51%
CMYK0.00%7.89%12.63%
25.49%

Color #BEAFA6 in popluar number systems.

HEXBEAFA6
Decimal190175166
Binary101111101010111110100110
Octal276257246

Shades and tints

Shades of #BEAFA6

#BEAFA6
(190,175,166)
#ADA097
(173,160,151)
#9C9188
(156,145,136)
#8B8279
(139,130,121)
#7A736A
(122,115,106)
#69645B
(105,100,91)
#58554C
(88,85,76)
#47463D
(71,70,61)
#36372E
(54,55,46)
#25281F
(37,40,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #BEAFA6

#BEAFA6
(190,175,166)
#C3B6AE
(195,182,174)
#C8BDB6
(200,189,182)
#CDC4BE
(205,196,190)
#D2CBC6
(210,203,198)
#D7D2CE
(215,210,206)
#DCD9D6
(220,217,214)
#E1E0DE
(225,224,222)
#E6E7E6
(230,231,230)
#EBEEEE
(235,238,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFA6; }

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

This text font color is #BEAFA6.


Background Color

.myBgColor { background-color: #BEAFA6; }

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

This div background color is #BEAFA6.


Border color

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

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

This div border color is #BEAFA6.


Opacity

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

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

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

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

This text has shadow with #BEAFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFA6 on black background.


Color preview on white background

This text has color #BEAFA6 on white background.



Black color preview on #BEAFA6 background

This text has black color on #BEAFA6 background.


White color preview on #BEAFA6 background

This text has white color on #BEAFA6 background.