COLOR #BEC0A4

HEX: #BEC0A4
RGB: (190,192,164)

Color info

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

RGB color model

#BEC0A4 color RGB value is (190,192,164).

  • red value is 190;
  • green value is 192;
  • blue value is 164.
RGB:
(190,192,164)
(75%,75%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 164 of 255 = 64%

190
192
164

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

Portions of RGB colors in percentages

R + G + B =
190 + 192 + 164 = 546 (100%)
R 190 of 546 ~ 34.8%
G 192 of 546 ~ 35.16%
B 164 of 546 ~ 30.04%

%34.8
%35.16
%30.04

CMYK color model

#BEC0A4 color CMYK value is (1,0,15,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 24.71%
CMYK:
(1,0,15,25)
C1M0Y15K25 
(1%,0%,15%,25%)
(0.01/0.00/0.15/0.25)	

CMYK percentages

%1.04
%0
%14.58
%24.71

Codes

Color #BEC0A4 in popluar color models

BEC0A4
RGB190192164
HSL64°18.18%69.80%
HSB/HSV64°14.58%75.29%
CMYK1.04%0.00%14.58%
24.71%

Color #BEC0A4 in popluar number systems.

HEXBEC0A4
Decimal190192164
Binary101111101100000010100100
Octal276300244

Shades and tints

Shades of #BEC0A4

#BEC0A4
(190,192,164)
#ADAF96
(173,175,150)
#9C9E88
(156,158,136)
#8B8D7A
(139,141,122)
#7A7C6C
(122,124,108)
#696B5E
(105,107,94)
#585A50
(88,90,80)
#474942
(71,73,66)
#363834
(54,56,52)
#252726
(37,39,38)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEC0A4

#BEC0A4
(190,192,164)
#C3C5AC
(195,197,172)
#C8CAB4
(200,202,180)
#CDCFBC
(205,207,188)
#D2D4C4
(210,212,196)
#D7D9CC
(215,217,204)
#DCDED4
(220,222,212)
#E1E3DC
(225,227,220)
#E6E8E4
(230,232,228)
#EBEDEC
(235,237,236)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC0A4 color. Also use rgb(190,192,164) instead hex code.

Text Font Color

.myTextColor { color: #BEC0A4; }

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

This text font color is #BEC0A4.


Background Color

.myBgColor { background-color: #BEC0A4; }

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

This div background color is #BEC0A4.


Border color

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

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

This div border color is #BEC0A4.


Opacity

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

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

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

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

This text has shadow with #BEC0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC0A4 on black background.


Color preview on white background

This text has color #BEC0A4 on white background.



Black color preview on #BEC0A4 background

This text has black color on #BEC0A4 background.


White color preview on #BEC0A4 background

This text has white color on #BEC0A4 background.