COLOR #BEC097

HEX: #BEC097
RGB: (190,192,151)

Color info

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

RGB color model

#BEC097 color RGB value is (190,192,151).

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

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 151 of 255 = 59%

190
192
151

R + G + B ~ 70%. #BEC097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 192 + 151 = 533 (100%)
R 190 of 533 ~ 35.65%
G 192 of 533 ~ 36.02%
B 151 of 533 ~ 28.33%

%35.65
%36.02
%28.33

CMYK color model

#BEC097 color CMYK value is (1,0,21,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(1,0,21,25)
C1M0Y21K25 
(1%,0%,21%,25%)
(0.01/0.00/0.21/0.25)	

CMYK percentages

%1.04
%0
%21.35
%24.71

Codes

Color #BEC097 in popluar color models

BEC097
RGB190192151
HSL63°24.55%67.25%
HSB/HSV63°21.35%75.29%
CMYK1.04%0.00%21.35%
24.71%

Color #BEC097 in popluar number systems.

HEXBEC097
Decimal190192151
Binary101111101100000010010111
Octal276300227

Shades and tints

Shades of #BEC097

#BEC097
(190,192,151)
#ADAF8A
(173,175,138)
#9C9E7D
(156,158,125)
#8B8D70
(139,141,112)
#7A7C63
(122,124,99)
#696B56
(105,107,86)
#585A49
(88,90,73)
#47493C
(71,73,60)
#36382F
(54,56,47)
#252722
(37,39,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEC097

#BEC097
(190,192,151)
#C3C5A0
(195,197,160)
#C8CAA9
(200,202,169)
#CDCFB2
(205,207,178)
#D2D4BB
(210,212,187)
#D7D9C4
(215,217,196)
#DCDECD
(220,222,205)
#E1E3D6
(225,227,214)
#E6E8DF
(230,232,223)
#EBEDE8
(235,237,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC097; }

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

This text font color is #BEC097.


Background Color

.myBgColor { background-color: #BEC097; }

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

This div background color is #BEC097.


Border color

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

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

This div border color is #BEC097.


Opacity

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

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

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

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

This text has shadow with #BEC097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC097 on black background.


Color preview on white background

This text has color #BEC097 on white background.



Black color preview on #BEC097 background

This text has black color on #BEC097 background.


White color preview on #BEC097 background

This text has white color on #BEC097 background.