COLOR #BEC0AC

HEX: #BEC0AC
RGB: (190,192,172)

Color info

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

RGB color model

#BEC0AC color RGB value is (190,192,172).

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

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 172 of 255 = 67%

190
192
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 192 + 172 = 554 (100%)
R 190 of 554 ~ 34.3%
G 192 of 554 ~ 34.66%
B 172 of 554 ~ 31.05%

%34.3
%34.66
%31.05

CMYK color model

#BEC0AC color CMYK value is (1,0,10,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(1,0,10,25)
C1M0Y10K25 
(1%,0%,10%,25%)
(0.01/0.00/0.10/0.25)	

CMYK percentages

%1.04
%0
%10.42
%24.71

Codes

Color #BEC0AC in popluar color models

BEC0AC
RGB190192172
HSL66°13.70%71.37%
HSB/HSV66°10.42%75.29%
CMYK1.04%0.00%10.42%
24.71%

Color #BEC0AC in popluar number systems.

HEXBEC0AC
Decimal190192172
Binary101111101100000010101100
Octal276300254

Shades and tints

Shades of #BEC0AC

#BEC0AC
(190,192,172)
#ADAF9D
(173,175,157)
#9C9E8E
(156,158,142)
#8B8D7F
(139,141,127)
#7A7C70
(122,124,112)
#696B61
(105,107,97)
#585A52
(88,90,82)
#474943
(71,73,67)
#363834
(54,56,52)
#252725
(37,39,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEC0AC

#BEC0AC
(190,192,172)
#C3C5B3
(195,197,179)
#C8CABA
(200,202,186)
#CDCFC1
(205,207,193)
#D2D4C8
(210,212,200)
#D7D9CF
(215,217,207)
#DCDED6
(220,222,214)
#E1E3DD
(225,227,221)
#E6E8E4
(230,232,228)
#EBEDEB
(235,237,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0AC; }

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

This text font color is #BEC0AC.


Background Color

.myBgColor { background-color: #BEC0AC; }

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

This div background color is #BEC0AC.


Border color

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

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

This div border color is #BEC0AC.


Opacity

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

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

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

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

This text has shadow with #BEC0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC0AC on black background.


Color preview on white background

This text has color #BEC0AC on white background.



Black color preview on #BEC0AC background

This text has black color on #BEC0AC background.


White color preview on #BEC0AC background

This text has white color on #BEC0AC background.