COLOR #BEAFAF

HEX: #BEAFAF
RGB: (190,175,175)

Color info

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

RGB color model

#BEAFAF color RGB value is (190,175,175).

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

RGB channels and saturation

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

190
175
175

R + G + B ~ 71%. #BEAFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 175 = 540 (100%)
R 190 of 540 ~ 35.19%
G 175 of 540 ~ 32.41%
B 175 of 540 ~ 32.41%

%35.19
%32.41
%32.41

CMYK color model

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

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

CMYK percentages

%0
%7.89
%7.89
%25.49

Codes

Color #BEAFAF in popluar color models

BEAFAF
RGB190175175
HSL10.34%71.57%
HSB/HSV7.89%74.51%
CMYK0.00%7.89%7.89%
25.49%

Color #BEAFAF in popluar number systems.

HEXBEAFAF
Decimal190175175
Binary101111101010111110101111
Octal276257257

Shades and tints

Shades of #BEAFAF

#BEAFAF
(190,175,175)
#ADA0A0
(173,160,160)
#9C9191
(156,145,145)
#8B8282
(139,130,130)
#7A7373
(122,115,115)
#696464
(105,100,100)
#585555
(88,85,85)
#474646
(71,70,70)
#363737
(54,55,55)
#252828
(37,40,40)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEAFAF

#BEAFAF
(190,175,175)
#C3B6B6
(195,182,182)
#C8BDBD
(200,189,189)
#CDC4C4
(205,196,196)
#D2CBCB
(210,203,203)
#D7D2D2
(215,210,210)
#DCD9D9
(220,217,217)
#E1E0E0
(225,224,224)
#E6E7E7
(230,231,231)
#EBEEEE
(235,238,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFAF; }

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

This text font color is #BEAFAF.


Background Color

.myBgColor { background-color: #BEAFAF; }

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

This div background color is #BEAFAF.


Border color

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

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

This div border color is #BEAFAF.


Opacity

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

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

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

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

This text has shadow with #BEAFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFAF on black background.


Color preview on white background

This text has color #BEAFAF on white background.



Black color preview on #BEAFAF background

This text has black color on #BEAFAF background.


White color preview on #BEAFAF background

This text has white color on #BEAFAF background.