COLOR #BEAFB4

HEX: #BEAFB4
RGB: (190,175,180)

Color info

#BEAFB4 contains red, green and blue colors in about the same proportion. Web safe color of #BEAFB4 is #CC99CC (or #C9C).

RGB color model

#BEAFB4 color RGB value is (190,175,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 180 of 255 = 71%

190
175
180

R + G + B ~ 72%. #BEAFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 180 = 545 (100%)
R 190 of 545 ~ 34.86%
G 175 of 545 ~ 32.11%
B 180 of 545 ~ 33.03%

%34.86
%32.11
%33.03

CMYK color model

#BEAFB4 color CMYK value is (0,8,5,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,8,5,25)
C0M8Y5K25 
(0%,8%,5%,25%)
(0.00/0.08/0.05/0.25)	

CMYK percentages

%0
%7.89
%5.26
%25.49

Codes

Color #BEAFB4 in popluar color models

BEAFB4
RGB190175180
HSL340°10.34%71.57%
HSB/HSV340°7.89%74.51%
CMYK0.00%7.89%5.26%
25.49%

Color #BEAFB4 in popluar number systems.

HEXBEAFB4
Decimal190175180
Binary101111101010111110110100
Octal276257264

Shades and tints

Shades of #BEAFB4

#BEAFB4
(190,175,180)
#ADA0A4
(173,160,164)
#9C9194
(156,145,148)
#8B8284
(139,130,132)
#7A7374
(122,115,116)
#696464
(105,100,100)
#585554
(88,85,84)
#474644
(71,70,68)
#363734
(54,55,52)
#252824
(37,40,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEAFB4

#BEAFB4
(190,175,180)
#C3B6BA
(195,182,186)
#C8BDC0
(200,189,192)
#CDC4C6
(205,196,198)
#D2CBCC
(210,203,204)
#D7D2D2
(215,210,210)
#DCD9D8
(220,217,216)
#E1E0DE
(225,224,222)
#E6E7E4
(230,231,228)
#EBEEEA
(235,238,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFB4; }

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

This text font color is #BEAFB4.


Background Color

.myBgColor { background-color: #BEAFB4; }

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

This div background color is #BEAFB4.


Border color

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

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

This div border color is #BEAFB4.


Opacity

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

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

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

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

This text has shadow with #BEAFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFB4 on black background.


Color preview on white background

This text has color #BEAFB4 on white background.



Black color preview on #BEAFB4 background

This text has black color on #BEAFB4 background.


White color preview on #BEAFB4 background

This text has white color on #BEAFB4 background.