COLOR #BEA3AE

HEX: #BEA3AE RGB: (190,163,174)

Color info

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

RGB color model

#BEA3AE color RGB value is (190,163,174).

RGB: (190,163,174) (75%, 64%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 174 of 255 = 68%

190
163
174

R + G + B ~ 69%. #BEA3AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 174 = 527 (100%)
R 190 of 527 ~ 36.05%
G 163 of 527 ~ 30.93%
B 174 of 527 ~ 33.02'%

%36.05
%30.93
%33.02

CMYK color model

#BEA3AE color CMYK value is (0,14,8,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 8.42%
  • key color value is 25.49%

CMYK: (0,14,8,25)
C0M14Y8K25 (0%, 14%, 8%, 25%)
(0.00 / 0.14 / 0.08 / 0.25)

CMYK percentages

%0
%14.21
%8.42
%25.49

Codes

Color #BEA3AE in popluar color models

BE A3 AE
RGB 190 163 174
HSL 336° 17.20% 69.22%
HSB/HSV 336° 14.21% 74.51%
CMYK 0.00% 14.21% 8.42%
25.49%

Color #BEA3AE in popluar number systems.

HEX BE A3 AE
Decimal 190 163 174
Binary 10111110 10100011 10101110
Octal 276 243 256

Shades and tints

Shades of #BEA3AE

#BEA3AE
(190,163,174)
#AD959F
(173,149,159)
#9C8790
(156,135,144)
#8B7981
(139,121,129)
#7A6B72
(122,107,114)
#695D63
(105,93,99)
#584F54
(88,79,84)
#474145
(71,65,69)
#363336
(54,51,54)
#252527
(37,37,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEA3AE

#BEA3AE
(190,163,174)
#C3ABB5
(195,171,181)
#C8B3BC
(200,179,188)
#CDBBC3
(205,187,195)
#D2C3CA
(210,195,202)
#D7CBD1
(215,203,209)
#DCD3D8
(220,211,216)
#E1DBDF
(225,219,223)
#E6E3E6
(230,227,230)
#EBEBED
(235,235,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA3AE color. Also use rgb(190,163,174) instead hex code.

Text Font Color

.myTextColor { color: #BEA3AE; }

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

This text font color is #BEA3AE.

Background Color

.myBgColor { background-color: #BEA3AE; }

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

This div background color is #BEA3AE.

Border color

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

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

This div border color is #BEA3AE.

Opacity

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

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

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

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

This text has shadow with #BEA3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA3AE.

Preview

Color preview on black background

This text has color #BEA3AE on black background.


Color preview on white background

This text has color #BEA3AE on white background.


Black color preview on #BEA3AE background

This text has black color on #BEA3AE background.


White color preview on #BEA3AE background

This text has white color on #BEA3AE background.


Related colors

Complementary color

Complementary color for #hex is #415C51.


I love getcolorcode.com

Triadic colors

1 #AEBEA3 and #A3AEBE with #BEA3AE are triadic colors.

2 #AEA3BE and #A3BEAE with #BEA3AE are triadic colors.