COLOR #BEABB6

HEX: #BEABB6 RGB: (190,171,182)

Color info

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

RGB color model

#BEABB6 color RGB value is (190,171,182).

RGB: (190,171,182) (75%, 67%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 182 of 255 = 71%

190
171
182

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

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 182 = 543 (100%)
R 190 of 543 ~ 34.99%
G 171 of 543 ~ 31.49%
B 182 of 543 ~ 33.52'%

%34.99
%31.49
%33.52

CMYK color model

#BEABB6 color CMYK value is (0,10,4,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (0,10,4,25)
C0M10Y4K25 (0%, 10%, 4%, 25%)
(0.00 / 0.10 / 0.04 / 0.25)

CMYK percentages

%0
%10
%4.21
%25.49

Codes

Color #BEABB6 in popluar color models

BE AB B6
RGB 190 171 182
HSL 325° 12.75% 70.78%
HSB/HSV 325° 10.00% 74.51%
CMYK 0.00% 10.00% 4.21%
25.49%

Color #BEABB6 in popluar number systems.

HEX BE AB B6
Decimal 190 171 182
Binary 10111110 10101011 10110110
Octal 276 253 266

Shades and tints

Shades of #BEABB6

#BEABB6
(190,171,182)
#AD9CA6
(173,156,166)
#9C8D96
(156,141,150)
#8B7E86
(139,126,134)
#7A6F76
(122,111,118)
#696066
(105,96,102)
#585156
(88,81,86)
#474246
(71,66,70)
#363336
(54,51,54)
#252426
(37,36,38)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEABB6

#BEABB6
(190,171,182)
#C3B2BC
(195,178,188)
#C8B9C2
(200,185,194)
#CDC0C8
(205,192,200)
#D2C7CE
(210,199,206)
#D7CED4
(215,206,212)
#DCD5DA
(220,213,218)
#E1DCE0
(225,220,224)
#E6E3E6
(230,227,230)
#EBEAEC
(235,234,236)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABB6; }

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

This text font color is #BEABB6.

Background Color

.myBgColor { background-color: #BEABB6; }

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

This div background color is #BEABB6.

Border color

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

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

This div border color is #BEABB6.

Opacity

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

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

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

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

This text has shadow with #BEABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABB6.

Preview

Color preview on black background

This text has color #BEABB6 on black background.


Color preview on white background

This text has color #BEABB6 on white background.


Black color preview on #BEABB6 background

This text has black color on #BEABB6 background.


White color preview on #BEABB6 background

This text has white color on #BEABB6 background.


Related colors

Complementary color

Complementary color for #hex is #415449.


I love getcolorcode.com

Triadic colors

1 #B6BEAB and #ABB6BE with #BEABB6 are triadic colors.

2 #B6ABBE and #ABBEB6 with #BEABB6 are triadic colors.