COLOR #BEACB4

HEX: #BEACB4
RGB: (190,172,180)

Color info

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

RGB color model

#BEACB4 color RGB value is (190,172,180).

  • red value is 190;
  • green value is 172;
  • blue value is 180.
RGB:
(190,172,180)
(75%,67%,71%)

RGB channels and saturation

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

190
172
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 180 = 542 (100%)
R 190 of 542 ~ 35.06%
G 172 of 542 ~ 31.73%
B 180 of 542 ~ 33.21%

%35.06
%31.73
%33.21

CMYK color model

#BEACB4 color CMYK value is (0,9,5,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,9,5,25)
C0M9Y5K25 
(0%,9%,5%,25%)
(0.00/0.09/0.05/0.25)	

CMYK percentages

%0
%9.47
%5.26
%25.49

Codes

Color #BEACB4 in popluar color models

BEACB4
RGB190172180
HSL333°12.16%70.98%
HSB/HSV333°9.47%74.51%
CMYK0.00%9.47%5.26%
25.49%

Color #BEACB4 in popluar number systems.

HEXBEACB4
Decimal190172180
Binary101111101010110010110100
Octal276254264

Shades and tints

Shades of #BEACB4

#BEACB4
(190,172,180)
#AD9DA4
(173,157,164)
#9C8E94
(156,142,148)
#8B7F84
(139,127,132)
#7A7074
(122,112,116)
#696164
(105,97,100)
#585254
(88,82,84)
#474344
(71,67,68)
#363434
(54,52,52)
#252524
(37,37,36)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEACB4

#BEACB4
(190,172,180)
#C3B3BA
(195,179,186)
#C8BAC0
(200,186,192)
#CDC1C6
(205,193,198)
#D2C8CC
(210,200,204)
#D7CFD2
(215,207,210)
#DCD6D8
(220,214,216)
#E1DDDE
(225,221,222)
#E6E4E4
(230,228,228)
#EBEBEA
(235,235,234)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACB4; }

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

This text font color is #BEACB4.


Background Color

.myBgColor { background-color: #BEACB4; }

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

This div background color is #BEACB4.


Border color

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

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

This div border color is #BEACB4.


Opacity

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

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

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

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

This text has shadow with #BEACB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACB4 on black background.


Color preview on white background

This text has color #BEACB4 on white background.



Black color preview on #BEACB4 background

This text has black color on #BEACB4 background.


White color preview on #BEACB4 background

This text has white color on #BEACB4 background.