COLOR #BEACB6

HEX: #BEACB6 RGB: (190,172,182)

Color info

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

RGB color model

#BEACB6 color RGB value is (190,172,182).

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

RGB channels and saturation

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

190
172
182

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

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 182 = 544 (100%)
R 190 of 544 ~ 34.93%
G 172 of 544 ~ 31.62%
B 182 of 544 ~ 33.46'%

%34.93
%31.62
%33.46

CMYK color model

#BEACB6 color CMYK value is (0,9,4,25).

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

CMYK: (0,9,4,25)
C0M9Y4K25 (0%, 9%, 4%, 25%)
(0.00 / 0.09 / 0.04 / 0.25)

CMYK percentages

%0
%9.47
%4.21
%25.49

Codes

Color #BEACB6 in popluar color models

BE AC B6
RGB 190 172 182
HSL 327° 12.16% 70.98%
HSB/HSV 327° 9.47% 74.51%
CMYK 0.00% 9.47% 4.21%
25.49%

Color #BEACB6 in popluar number systems.

HEX BE AC B6
Decimal 190 172 182
Binary 10111110 10101100 10110110
Octal 276 254 266

Shades and tints

Shades of #BEACB6

#BEACB6
(190,172,182)
#AD9DA6
(173,157,166)
#9C8E96
(156,142,150)
#8B7F86
(139,127,134)
#7A7076
(122,112,118)
#696166
(105,97,102)
#585256
(88,82,86)
#474346
(71,67,70)
#363436
(54,52,54)
#252526
(37,37,38)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEACB6

#BEACB6
(190,172,182)
#C3B3BC
(195,179,188)
#C8BAC2
(200,186,194)
#CDC1C8
(205,193,200)
#D2C8CE
(210,200,206)
#D7CFD4
(215,207,212)
#DCD6DA
(220,214,218)
#E1DDE0
(225,221,224)
#E6E4E6
(230,228,230)
#EBEBEC
(235,235,236)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACB6; }

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

This text font color is #BEACB6.

Background Color

.myBgColor { background-color: #BEACB6; }

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

This div background color is #BEACB6.

Border color

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

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

This div border color is #BEACB6.

Opacity

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

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

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

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

This text has shadow with #BEACB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEACB6.

Preview

Color preview on black background

This text has color #BEACB6 on black background.


Color preview on white background

This text has color #BEACB6 on white background.


Black color preview on #BEACB6 background

This text has black color on #BEACB6 background.


White color preview on #BEACB6 background

This text has white color on #BEACB6 background.


Related colors

Complementary color

Complementary color for #hex is #415349.


I love getcolorcode.com

Triadic colors

1 #B6BEAC and #ACB6BE with #BEACB6 are triadic colors.

2 #B6ACBE and #ACBEB6 with #BEACB6 are triadic colors.