COLOR #BEABBB

HEX: #BEABBB
RGB: (190,171,187)

Color info

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

RGB color model

#BEABBB color RGB value is (190,171,187).

  • red value is 190;
  • green value is 171;
  • blue value is 187.
RGB:
(190,171,187)
(75%,67%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 187 of 255 = 73%

190
171
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 171 + 187 = 548 (100%)
R 190 of 548 ~ 34.67%
G 171 of 548 ~ 31.2%
B 187 of 548 ~ 34.12%

%34.67
%31.2
%34.12

CMYK color model

#BEABBB color CMYK value is (0,10,2,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,10,2,25)
C0M10Y2K25 
(0%,10%,2%,25%)
(0.00/0.10/0.02/0.25)	

CMYK percentages

%0
%10
%1.58
%25.49

Codes

Color #BEABBB in popluar color models

BEABBB
RGB190171187
HSL309°12.75%70.78%
HSB/HSV309°10.00%74.51%
CMYK0.00%10.00%1.58%
25.49%

Color #BEABBB in popluar number systems.

HEXBEABBB
Decimal190171187
Binary101111101010101110111011
Octal276253273

Shades and tints

Shades of #BEABBB

#BEABBB
(190,171,187)
#AD9CAA
(173,156,170)
#9C8D99
(156,141,153)
#8B7E88
(139,126,136)
#7A6F77
(122,111,119)
#696066
(105,96,102)
#585155
(88,81,85)
#474244
(71,66,68)
#363333
(54,51,51)
#252422
(37,36,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEABBB

#BEABBB
(190,171,187)
#C3B2C1
(195,178,193)
#C8B9C7
(200,185,199)
#CDC0CD
(205,192,205)
#D2C7D3
(210,199,211)
#D7CED9
(215,206,217)
#DCD5DF
(220,213,223)
#E1DCE5
(225,220,229)
#E6E3EB
(230,227,235)
#EBEAF1
(235,234,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABBB; }

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

This text font color is #BEABBB.


Background Color

.myBgColor { background-color: #BEABBB; }

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

This div background color is #BEABBB.


Border color

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

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

This div border color is #BEABBB.


Opacity

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

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

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

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

This text has shadow with #BEABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEABBB on black background.


Color preview on white background

This text has color #BEABBB on white background.



Black color preview on #BEABBB background

This text has black color on #BEABBB background.


White color preview on #BEABBB background

This text has white color on #BEABBB background.