COLOR #BEC999

HEX: #BEC999
RGB: (190,201,153)

Color info

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

RGB color model

#BEC999 color RGB value is (190,201,153).

  • red value is 190;
  • green value is 201;
  • blue value is 153.
RGB:
(190,201,153)
(75%,79%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 201 of 255 = 79%
B 153 of 255 = 60%

190
201
153

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

Portions of RGB colors in percentages

R + G + B =
190 + 201 + 153 = 544 (100%)
R 190 of 544 ~ 34.93%
G 201 of 544 ~ 36.95%
B 153 of 544 ~ 28.13%

%34.93
%36.95
%28.13

CMYK color model

#BEC999 color CMYK value is (5,0,24,21).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(5,0,24,21)
C5M0Y24K21 
(5%,0%,24%,21%)
(0.05/0.00/0.24/0.21)	

CMYK percentages

%5.47
%0
%23.88
%21.18

Codes

Color #BEC999 in popluar color models

BEC999
RGB190201153
HSL74°30.77%69.41%
HSB/HSV74°23.88%78.82%
CMYK5.47%0.00%23.88%
21.18%

Color #BEC999 in popluar number systems.

HEXBEC999
Decimal190201153
Binary101111101100100110011001
Octal276311231

Shades and tints

Shades of #BEC999

#BEC999
(190,201,153)
#ADB78C
(173,183,140)
#9CA57F
(156,165,127)
#8B9372
(139,147,114)
#7A8165
(122,129,101)
#696F58
(105,111,88)
#585D4B
(88,93,75)
#474B3E
(71,75,62)
#363931
(54,57,49)
#252724
(37,39,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEC999

#BEC999
(190,201,153)
#C3CDA2
(195,205,162)
#C8D1AB
(200,209,171)
#CDD5B4
(205,213,180)
#D2D9BD
(210,217,189)
#D7DDC6
(215,221,198)
#DCE1CF
(220,225,207)
#E1E5D8
(225,229,216)
#E6E9E1
(230,233,225)
#EBEDEA
(235,237,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC999 color. Also use rgb(190,201,153) instead hex code.

Text Font Color

.myTextColor { color: #BEC999; }

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

This text font color is #BEC999.


Background Color

.myBgColor { background-color: #BEC999; }

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

This div background color is #BEC999.


Border color

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

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

This div border color is #BEC999.


Opacity

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

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

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

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

This text has shadow with #BEC999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC999 on black background.


Color preview on white background

This text has color #BEC999 on white background.



Black color preview on #BEC999 background

This text has black color on #BEC999 background.


White color preview on #BEC999 background

This text has white color on #BEC999 background.