COLOR #BEC69F

HEX: #BEC69F RGB: (190,198,159)

Color info

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

RGB color model

#BEC69F color RGB value is (190,198,159).

RGB: (190,198,159) (75%, 78%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 159 of 255 = 62%

190
198
159

R + G + B ~ 72%. #BEC69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 159 = 547 (100%)
R 190 of 547 ~ 34.73%
G 198 of 547 ~ 36.2%
B 159 of 547 ~ 29.07'%

%34.73
%36.2
%29.07

CMYK color model

#BEC69F color CMYK value is (4,0,20,22).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK: (4,0,20,22) C4M0Y20K22 (4%,0%,20%,22%) (0.04/0.00/0.20/0.22) 

CMYK percentages

%4.04
%0
%19.7
%22.35

Codes

Color #BEC69F in popluar color models

BE C6 9F
RGB 190 198 159
HSL 72° 25.49% 70.00%
HSB/HSV 72° 19.70% 77.65%
CMYK 4.04% 0.00% 19.70%
22.35%

Color #BEC69F in popluar number systems.

HEX BE C6 9F
Decimal 190 198 159
Binary 10111110 11000110 10011111
Octal 276 306 237

Shades and tints

Shades of #BEC69F

#BEC69F
(190,198,159)
#ADB491
(173,180,145)
#9CA283
(156,162,131)
#8B9075
(139,144,117)
#7A7E67
(122,126,103)
#696C59
(105,108,89)
#585A4B
(88,90,75)
#47483D
(71,72,61)
#36362F
(54,54,47)
#252421
(37,36,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BEC69F

#BEC69F
(190,198,159)
#C3CBA7
(195,203,167)
#C8D0AF
(200,208,175)
#CDD5B7
(205,213,183)
#D2DABF
(210,218,191)
#D7DFC7
(215,223,199)
#DCE4CF
(220,228,207)
#E1E9D7
(225,233,215)
#E6EEDF
(230,238,223)
#EBF3E7
(235,243,231)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC69F; }

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

This text font color is #BEC69F.

Background Color

.myBgColor { background-color: #BEC69F; }

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

This div background color is #BEC69F.

Border color

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

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

This div border color is #BEC69F.

Opacity

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

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

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

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

This text has shadow with #BEC69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC69F.

Preview

Color preview on black background

This text has color #BEC69F on black background.


Color preview on white background

This text has color #BEC69F on white background.


Black color preview on #BEC69F background

This text has black color on #BEC69F background.


White color preview on #BEC69F background

This text has white color on #BEC69F background.


Related colors

Complementary color

Complementary color for #hex is #413960.


I love getcolorcode.com

Triadic colors

1 #9FBEC6 and #C69FBE with #BEC69F are triadic colors.

2 #9FC6BE and #C6BE9F with #BEC69F are triadic colors.