COLOR #BEC197

HEX: #BEC197
RGB: (190,193,151)

Color info

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

RGB color model

#BEC197 color RGB value is (190,193,151).

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

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 151 of 255 = 59%

190
193
151

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

Portions of RGB colors in percentages

R + G + B =
190 + 193 + 151 = 534 (100%)
R 190 of 534 ~ 35.58%
G 193 of 534 ~ 36.14%
B 151 of 534 ~ 28.28%

%35.58
%36.14
%28.28

CMYK color model

#BEC197 color CMYK value is (2,0,22,24).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%
CMYK:
(2,0,22,24)
C2M0Y22K24 
(2%,0%,22%,24%)
(0.02/0.00/0.22/0.24)	

CMYK percentages

%1.55
%0
%21.76
%24.31

Codes

Color #BEC197 in popluar color models

BEC197
RGB190193151
HSL64°25.30%67.45%
HSB/HSV64°21.76%75.69%
CMYK1.55%0.00%21.76%
24.31%

Color #BEC197 in popluar number systems.

HEXBEC197
Decimal190193151
Binary101111101100000110010111
Octal276301227

Shades and tints

Shades of #BEC197

#BEC197
(190,193,151)
#ADB08A
(173,176,138)
#9C9F7D
(156,159,125)
#8B8E70
(139,142,112)
#7A7D63
(122,125,99)
#696C56
(105,108,86)
#585B49
(88,91,73)
#474A3C
(71,74,60)
#36392F
(54,57,47)
#252822
(37,40,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEC197

#BEC197
(190,193,151)
#C3C6A0
(195,198,160)
#C8CBA9
(200,203,169)
#CDD0B2
(205,208,178)
#D2D5BB
(210,213,187)
#D7DAC4
(215,218,196)
#DCDFCD
(220,223,205)
#E1E4D6
(225,228,214)
#E6E9DF
(230,233,223)
#EBEEE8
(235,238,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC197; }

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

This text font color is #BEC197.


Background Color

.myBgColor { background-color: #BEC197; }

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

This div background color is #BEC197.


Border color

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

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

This div border color is #BEC197.


Opacity

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

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

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

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

This text has shadow with #BEC197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC197 on black background.


Color preview on white background

This text has color #BEC197 on white background.



Black color preview on #BEC197 background

This text has black color on #BEC197 background.


White color preview on #BEC197 background

This text has white color on #BEC197 background.