COLOR #BECE7F

HEX: #BECE7F RGB: (190,206,127)

Color info

#BECE7F contains mainly red and green colors. Web safe color of #BECE7F is #CCCC66 (or #CC6).

RGB color model

#BECE7F color RGB value is (190,206,127).

RGB: (190,206,127) (75%, 81%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 127 of 255 = 50%

190
206
127

R + G + B ~ 69%. #BECE7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 206 + 127 = 523 (100%)
R 190 of 523 ~ 36.33%
G 206 of 523 ~ 39.39%
B 127 of 523 ~ 24.28'%

%36.33
%39.39
%24.28

CMYK color model

#BECE7F color CMYK value is (8,0,38,19).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 38.35%
  • key color value is 19.22%

CMYK: (8,0,38,19)
C8M0Y38K19 (8%, 0%, 38%, 19%)
(0.08 / 0.00 / 0.38 / 0.19)

CMYK percentages

%7.77
%0
%38.35
%19.22

Codes

Color #BECE7F in popluar color models

BE CE 7F
RGB 190 206 127
HSL 72° 44.63% 65.29%
HSB/HSV 72° 38.35% 80.78%
CMYK 7.77% 0.00% 38.35%
19.22%

Color #BECE7F in popluar number systems.

HEX BE CE 7F
Decimal 190 206 127
Binary 10111110 11001110 1111111
Octal 276 316 177

Shades and tints

Shades of #BECE7F

#BECE7F
(190,206,127)
#ADBC74
(173,188,116)
#9CAA69
(156,170,105)
#8B985E
(139,152,94)
#7A8653
(122,134,83)
#697448
(105,116,72)
#58623D
(88,98,61)
#475032
(71,80,50)
#363E27
(54,62,39)
#252C1C
(37,44,28)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #BECE7F

#BECE7F
(190,206,127)
#C3D28A
(195,210,138)
#C8D695
(200,214,149)
#CDDAA0
(205,218,160)
#D2DEAB
(210,222,171)
#D7E2B6
(215,226,182)
#DCE6C1
(220,230,193)
#E1EACC
(225,234,204)
#E6EED7
(230,238,215)
#EBF2E2
(235,242,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECE7F color. Also use rgb(190,206,127) instead hex code.

Text Font Color

.myTextColor { color: #BECE7F; }

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

This text font color is #BECE7F.

Background Color

.myBgColor { background-color: #BECE7F; }

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

This div background color is #BECE7F.

Border color

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

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

This div border color is #BECE7F.

Opacity

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

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

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

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

This text has shadow with #BECE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECE7F.

Preview

Color preview on black background

This text has color #BECE7F on black background.


Color preview on white background

This text has color #BECE7F on white background.


Black color preview on #BECE7F background

This text has black color on #BECE7F background.


White color preview on #BECE7F background

This text has white color on #BECE7F background.


Related colors

Complementary color

Complementary color for #hex is #413180.


I love getcolorcode.com

Triadic colors

1 #7FBECE and #CE7FBE with #BECE7F are triadic colors.

2 #7FCEBE and #CEBE7F with #BECE7F are triadic colors.