COLOR #BEAFBF

HEX: #BEAFBF
RGB: (190,175,191)

Color info

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

RGB color model

#BEAFBF color RGB value is (190,175,191).

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

RGB channels and saturation

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

190
175
191

R + G + B ~ 73%. #BEAFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 191 = 556 (100%)
R 190 of 556 ~ 34.17%
G 175 of 556 ~ 31.47%
B 191 of 556 ~ 34.35%

%34.17
%31.47
%34.35

CMYK color model

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

  • cyan value is 0.52%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(1,8,0,25)
C1M8Y0K25 
(1%,8%,0%,25%)
(0.01/0.08/0.00/0.25)	

CMYK percentages

%0.52
%8.38
%0
%25.1

Codes

Color #BEAFBF in popluar color models

BEAFBF
RGB190175191
HSL296°11.11%71.76%
HSB/HSV296°8.38%74.90%
CMYK0.52%8.38%0.00%
25.10%

Color #BEAFBF in popluar number systems.

HEXBEAFBF
Decimal190175191
Binary101111101010111110111111
Octal276257277

Shades and tints

Shades of #BEAFBF

#BEAFBF
(190,175,191)
#ADA0AE
(173,160,174)
#9C919D
(156,145,157)
#8B828C
(139,130,140)
#7A737B
(122,115,123)
#69646A
(105,100,106)
#585559
(88,85,89)
#474648
(71,70,72)
#363737
(54,55,55)
#252826
(37,40,38)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEAFBF

#BEAFBF
(190,175,191)
#C3B6C4
(195,182,196)
#C8BDC9
(200,189,201)
#CDC4CE
(205,196,206)
#D2CBD3
(210,203,211)
#D7D2D8
(215,210,216)
#DCD9DD
(220,217,221)
#E1E0E2
(225,224,226)
#E6E7E7
(230,231,231)
#EBEEEC
(235,238,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFBF; }

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

This text font color is #BEAFBF.


Background Color

.myBgColor { background-color: #BEAFBF; }

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

This div background color is #BEAFBF.


Border color

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

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

This div border color is #BEAFBF.


Opacity

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

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

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

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

This text has shadow with #BEAFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFBF on black background.


Color preview on white background

This text has color #BEAFBF on white background.



Black color preview on #BEAFBF background

This text has black color on #BEAFBF background.


White color preview on #BEAFBF background

This text has white color on #BEAFBF background.