COLOR #BEC49E

HEX: #BEC49E
RGB: (190,196,158)

Color info

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

RGB color model

#BEC49E color RGB value is (190,196,158).

  • red value is 190;
  • green value is 196;
  • blue value is 158.
RGB:
(190,196,158)
(75%,77%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 158 of 255 = 62%

190
196
158

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

Portions of RGB colors in percentages

R + G + B =
190 + 196 + 158 = 544 (100%)
R 190 of 544 ~ 34.93%
G 196 of 544 ~ 36.03%
B 158 of 544 ~ 29.04%

%34.93
%36.03
%29.04

CMYK color model

#BEC49E color CMYK value is (3,0,19,23).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(3,0,19,23)
C3M0Y19K23 
(3%,0%,19%,23%)
(0.03/0.00/0.19/0.23)	

CMYK percentages

%3.06
%0
%19.39
%23.14

Codes

Color #BEC49E in popluar color models

BEC49E
RGB190196158
HSL69°24.36%69.41%
HSB/HSV69°19.39%76.86%
CMYK3.06%0.00%19.39%
23.14%

Color #BEC49E in popluar number systems.

HEXBEC49E
Decimal190196158
Binary101111101100010010011110
Octal276304236

Shades and tints

Shades of #BEC49E

#BEC49E
(190,196,158)
#ADB390
(173,179,144)
#9CA282
(156,162,130)
#8B9174
(139,145,116)
#7A8066
(122,128,102)
#696F58
(105,111,88)
#585E4A
(88,94,74)
#474D3C
(71,77,60)
#363C2E
(54,60,46)
#252B20
(37,43,32)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #BEC49E

#BEC49E
(190,196,158)
#C3C9A6
(195,201,166)
#C8CEAE
(200,206,174)
#CDD3B6
(205,211,182)
#D2D8BE
(210,216,190)
#D7DDC6
(215,221,198)
#DCE2CE
(220,226,206)
#E1E7D6
(225,231,214)
#E6ECDE
(230,236,222)
#EBF1E6
(235,241,230)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC49E color. Also use rgb(190,196,158) instead hex code.

Text Font Color

.myTextColor { color: #BEC49E; }

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

This text font color is #BEC49E.


Background Color

.myBgColor { background-color: #BEC49E; }

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

This div background color is #BEC49E.


Border color

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

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

This div border color is #BEC49E.


Opacity

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

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

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

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

This text has shadow with #BEC49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC49E on black background.


Color preview on white background

This text has color #BEC49E on white background.



Black color preview on #BEC49E background

This text has black color on #BEC49E background.


White color preview on #BEC49E background

This text has white color on #BEC49E background.