COLOR #BEC7A1

HEX: #BEC7A1 RGB: (190,199,161)

Color info

#BEC7A1 contains red, green and blue colors in about the same proportion. Web safe color of #BEC7A1 is #CCCC99 (or #CC9).

RGB color model

#BEC7A1 color RGB value is (190,199,161).

RGB: (190,199,161) (75%, 78%, 63%)

RGB channels and saturation

R 190 of 255 = 75%
G 199 of 255 = 78%
B 161 of 255 = 63%

190
199
161

R + G + B ~ 72%. #BEC7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 199 + 161 = 550 (100%)
R 190 of 550 ~ 34.55%
G 199 of 550 ~ 36.18%
B 161 of 550 ~ 29.27'%

%34.55
%36.18
%29.27

CMYK color model

#BEC7A1 color CMYK value is (5,0,19,22).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 21.96%

CMYK: (5,0,19,22)
C5M0Y19K22 (5%, 0%, 19%, 22%)
(0.05 / 0.00 / 0.19 / 0.22)

CMYK percentages

%4.52
%0
%19.1
%21.96

Codes

Color #BEC7A1 in popluar color models

BE C7 A1
RGB 190 199 161
HSL 74° 25.33% 70.59%
HSB/HSV 74° 19.10% 78.04%
CMYK 4.52% 0.00% 19.10%
21.96%

Color #BEC7A1 in popluar number systems.

HEX BE C7 A1
Decimal 190 199 161
Binary 10111110 11000111 10100001
Octal 276 307 241

Shades and tints

Shades of #BEC7A1

#BEC7A1
(190,199,161)
#ADB593
(173,181,147)
#9CA385
(156,163,133)
#8B9177
(139,145,119)
#7A7F69
(122,127,105)
#696D5B
(105,109,91)
#585B4D
(88,91,77)
#47493F
(71,73,63)
#363731
(54,55,49)
#252523
(37,37,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BEC7A1

#BEC7A1
(190,199,161)
#C3CCA9
(195,204,169)
#C8D1B1
(200,209,177)
#CDD6B9
(205,214,185)
#D2DBC1
(210,219,193)
#D7E0C9
(215,224,201)
#DCE5D1
(220,229,209)
#E1EAD9
(225,234,217)
#E6EFE1
(230,239,225)
#EBF4E9
(235,244,233)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC7A1; }

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

This text font color is #BEC7A1.

Background Color

.myBgColor { background-color: #BEC7A1; }

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

This div background color is #BEC7A1.

Border color

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

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

This div border color is #BEC7A1.

Opacity

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

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

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

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

This text has shadow with #BEC7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC7A1.

Preview

Color preview on black background

This text has color #BEC7A1 on black background.


Color preview on white background

This text has color #BEC7A1 on white background.


Black color preview on #BEC7A1 background

This text has black color on #BEC7A1 background.


White color preview on #BEC7A1 background

This text has white color on #BEC7A1 background.


Related colors

Complementary color

Complementary color for #hex is #41385E.


I love getcolorcode.com

Triadic colors

1 #A1BEC7 and #C7A1BE with #BEC7A1 are triadic colors.

2 #A1C7BE and #C7BEA1 with #BEC7A1 are triadic colors.