COLOR #BEACB8

HEX: #BEACB8
RGB: (190,172,184)

Color info

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

RGB color model

#BEACB8 color RGB value is (190,172,184).

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

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 184 of 255 = 72%

190
172
184

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

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 184 = 546 (100%)
R 190 of 546 ~ 34.8%
G 172 of 546 ~ 31.5%
B 184 of 546 ~ 33.7%

%34.8
%31.5
%33.7

CMYK color model

#BEACB8 color CMYK value is (0,9,3,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,9,3,25)
C0M9Y3K25 
(0%,9%,3%,25%)
(0.00/0.09/0.03/0.25)	

CMYK percentages

%0
%9.47
%3.16
%25.49

Codes

Color #BEACB8 in popluar color models

BEACB8
RGB190172184
HSL320°12.16%70.98%
HSB/HSV320°9.47%74.51%
CMYK0.00%9.47%3.16%
25.49%

Color #BEACB8 in popluar number systems.

HEXBEACB8
Decimal190172184
Binary101111101010110010111000
Octal276254270

Shades and tints

Shades of #BEACB8

#BEACB8
(190,172,184)
#AD9DA8
(173,157,168)
#9C8E98
(156,142,152)
#8B7F88
(139,127,136)
#7A7078
(122,112,120)
#696168
(105,97,104)
#585258
(88,82,88)
#474348
(71,67,72)
#363438
(54,52,56)
#252528
(37,37,40)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEACB8

#BEACB8
(190,172,184)
#C3B3BE
(195,179,190)
#C8BAC4
(200,186,196)
#CDC1CA
(205,193,202)
#D2C8D0
(210,200,208)
#D7CFD6
(215,207,214)
#DCD6DC
(220,214,220)
#E1DDE2
(225,221,226)
#E6E4E8
(230,228,232)
#EBEBEE
(235,235,238)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACB8; }

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

This text font color is #BEACB8.


Background Color

.myBgColor { background-color: #BEACB8; }

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

This div background color is #BEACB8.


Border color

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

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

This div border color is #BEACB8.


Opacity

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

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

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

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

This text has shadow with #BEACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACB8 on black background.


Color preview on white background

This text has color #BEACB8 on white background.



Black color preview on #BEACB8 background

This text has black color on #BEACB8 background.


White color preview on #BEACB8 background

This text has white color on #BEACB8 background.