COLOR #BEC682

HEX: #BEC682 RGB: (190,198,130)

Color info

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

RGB color model

#BEC682 color RGB value is (190,198,130).

RGB: (190,198,130) (75%, 78%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 130 of 255 = 51%

190
198
130

R + G + B ~ 68%. #BEC682 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 130 = 518 (100%)
R 190 of 518 ~ 36.68%
G 198 of 518 ~ 38.22%
B 130 of 518 ~ 25.1'%

%36.68
%38.22
%25.1

CMYK color model

#BEC682 color CMYK value is (4,0,34,22).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 22.35%

CMYK: (4,0,34,22)
C4M0Y34K22 (4%, 0%, 34%, 22%)
(0.04 / 0.00 / 0.34 / 0.22)

CMYK percentages

%4.04
%0
%34.34
%22.35

Codes

Color #BEC682 in popluar color models

BE C6 82
RGB 190 198 130
HSL 67° 37.36% 64.31%
HSB/HSV 67° 34.34% 77.65%
CMYK 4.04% 0.00% 34.34%
22.35%

Color #BEC682 in popluar number systems.

HEX BE C6 82
Decimal 190 198 130
Binary 10111110 11000110 10000010
Octal 276 306 202

Shades and tints

Shades of #BEC682

#BEC682
(190,198,130)
#ADB477
(173,180,119)
#9CA26C
(156,162,108)
#8B9061
(139,144,97)
#7A7E56
(122,126,86)
#696C4B
(105,108,75)
#585A40
(88,90,64)
#474835
(71,72,53)
#36362A
(54,54,42)
#25241F
(37,36,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEC682

#BEC682
(190,198,130)
#C3CB8D
(195,203,141)
#C8D098
(200,208,152)
#CDD5A3
(205,213,163)
#D2DAAE
(210,218,174)
#D7DFB9
(215,223,185)
#DCE4C4
(220,228,196)
#E1E9CF
(225,233,207)
#E6EEDA
(230,238,218)
#EBF3E5
(235,243,229)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC682 color. Also use rgb(190,198,130) instead hex code.

Text Font Color

.myTextColor { color: #BEC682; }

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

This text font color is #BEC682.

Background Color

.myBgColor { background-color: #BEC682; }

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

This div background color is #BEC682.

Border color

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

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

This div border color is #BEC682.

Opacity

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

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

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

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

This text has shadow with #BEC682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC682.

Preview

Color preview on black background

This text has color #BEC682 on black background.


Color preview on white background

This text has color #BEC682 on white background.


Black color preview on #BEC682 background

This text has black color on #BEC682 background.


White color preview on #BEC682 background

This text has white color on #BEC682 background.


Related colors

Complementary color

Complementary color for #hex is #41397D.


I love getcolorcode.com

Triadic colors

1 #82BEC6 and #C682BE with #BEC682 are triadic colors.

2 #82C6BE and #C6BE82 with #BEC682 are triadic colors.