COLOR #BEC281

HEX: #BEC281
RGB: (190,194,129)

Color info

#BEC281 contains mainly red and green colors. Web safe color of #BEC281 is #CCCC99 (or #CC9).

RGB color model

#BEC281 color RGB value is (190,194,129).

  • red value is 190;
  • green value is 194;
  • blue value is 129.
RGB:
(190,194,129)
(75%,76%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 129 of 255 = 51%

190
194
129

R + G + B ~ 67%. #BEC281 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 194 + 129 = 513 (100%)
R 190 of 513 ~ 37.04%
G 194 of 513 ~ 37.82%
B 129 of 513 ~ 25.15%

%37.04
%37.82
%25.15

CMYK color model

#BEC281 color CMYK value is (2,0,34,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 23.92%
CMYK:
(2,0,34,24)
C2M0Y34K24 
(2%,0%,34%,24%)
(0.02/0.00/0.34/0.24)	

CMYK percentages

%2.06
%0
%33.51
%23.92

Codes

Color #BEC281 in popluar color models

BEC281
RGB190194129
HSL64°34.76%63.33%
HSB/HSV64°33.51%76.08%
CMYK2.06%0.00%33.51%
23.92%

Color #BEC281 in popluar number systems.

HEXBEC281
Decimal190194129
Binary101111101100001010000001
Octal276302201

Shades and tints

Shades of #BEC281

#BEC281
(190,194,129)
#ADB176
(173,177,118)
#9CA06B
(156,160,107)
#8B8F60
(139,143,96)
#7A7E55
(122,126,85)
#696D4A
(105,109,74)
#585C3F
(88,92,63)
#474B34
(71,75,52)
#363A29
(54,58,41)
#25291E
(37,41,30)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BEC281

#BEC281
(190,194,129)
#C3C78C
(195,199,140)
#C8CC97
(200,204,151)
#CDD1A2
(205,209,162)
#D2D6AD
(210,214,173)
#D7DBB8
(215,219,184)
#DCE0C3
(220,224,195)
#E1E5CE
(225,229,206)
#E6EAD9
(230,234,217)
#EBEFE4
(235,239,228)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC281 color. Also use rgb(190,194,129) instead hex code.

Text Font Color

.myTextColor { color: #BEC281; }

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

This text font color is #BEC281.


Background Color

.myBgColor { background-color: #BEC281; }

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

This div background color is #BEC281.


Border color

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

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

This div border color is #BEC281.


Opacity

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

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

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

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

This text has shadow with #BEC281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC281 on black background.


Color preview on white background

This text has color #BEC281 on white background.



Black color preview on #BEC281 background

This text has black color on #BEC281 background.


White color preview on #BEC281 background

This text has white color on #BEC281 background.