COLOR #BEA1AC

HEX: #BEA1AC RGB: (190,161,172)

Color info

#BEA1AC contains red, green and blue colors in about the same proportion. Web safe color of #BEA1AC is #CC9999 (or #C99).

RGB color model

#BEA1AC color RGB value is (190,161,172).

RGB: (190,161,172) (75%, 63%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 172 of 255 = 67%

190
161
172

R + G + B ~ 68%. #BEA1AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 172 = 523 (100%)
R 190 of 523 ~ 36.33%
G 161 of 523 ~ 30.78%
B 172 of 523 ~ 32.89'%

%36.33
%30.78
%32.89

CMYK color model

#BEA1AC color CMYK value is (0,15,9,25).

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

CMYK: (0,15,9,25)
C0M15Y9K25 (0%, 15%, 9%, 25%)
(0.00 / 0.15 / 0.09 / 0.25)

CMYK percentages

%0
%15.26
%9.47
%25.49

Codes

Color #BEA1AC in popluar color models

BE A1 AC
RGB 190 161 172
HSL 337° 18.24% 68.82%
HSB/HSV 337° 15.26% 74.51%
CMYK 0.00% 15.26% 9.47%
25.49%

Color #BEA1AC in popluar number systems.

HEX BE A1 AC
Decimal 190 161 172
Binary 10111110 10100001 10101100
Octal 276 241 254

Shades and tints

Shades of #BEA1AC

#BEA1AC
(190,161,172)
#AD939D
(173,147,157)
#9C858E
(156,133,142)
#8B777F
(139,119,127)
#7A6970
(122,105,112)
#695B61
(105,91,97)
#584D52
(88,77,82)
#473F43
(71,63,67)
#363134
(54,49,52)
#252325
(37,35,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEA1AC

#BEA1AC
(190,161,172)
#C3A9B3
(195,169,179)
#C8B1BA
(200,177,186)
#CDB9C1
(205,185,193)
#D2C1C8
(210,193,200)
#D7C9CF
(215,201,207)
#DCD1D6
(220,209,214)
#E1D9DD
(225,217,221)
#E6E1E4
(230,225,228)
#EBE9EB
(235,233,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA1AC; }

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

This text font color is #BEA1AC.

Background Color

.myBgColor { background-color: #BEA1AC; }

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

This div background color is #BEA1AC.

Border color

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

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

This div border color is #BEA1AC.

Opacity

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

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

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

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

This text has shadow with #BEA1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA1AC.

Preview

Color preview on black background

This text has color #BEA1AC on black background.


Color preview on white background

This text has color #BEA1AC on white background.


Black color preview on #BEA1AC background

This text has black color on #BEA1AC background.


White color preview on #BEA1AC background

This text has white color on #BEA1AC background.


Related colors

Complementary color

Complementary color for #hex is #415E53.


I love getcolorcode.com

Triadic colors

1 #ACBEA1 and #A1ACBE with #BEA1AC are triadic colors.

2 #ACA1BE and #A1BEAC with #BEA1AC are triadic colors.