COLOR #BECF80

HEX: #BECF80
RGB: (190,207,128)

Color info

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

RGB color model

#BECF80 color RGB value is (190,207,128).

  • red value is 190;
  • green value is 207;
  • blue value is 128.
RGB:
(190,207,128)
(75%,81%,50%)

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 128 of 255 = 50%

190
207
128

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

Portions of RGB colors in percentages

R + G + B =
190 + 207 + 128 = 525 (100%)
R 190 of 525 ~ 36.19%
G 207 of 525 ~ 39.43%
B 128 of 525 ~ 24.38%

%36.19
%39.43
%24.38

CMYK color model

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

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 18.82%
CMYK:
(8,0,38,19)
C8M0Y38K19 
(8%,0%,38%,19%)
(0.08/0.00/0.38/0.19)	

CMYK percentages

%8.21
%0
%38.16
%18.82

Codes

Color #BECF80 in popluar color models

BECF80
RGB190207128
HSL73°45.14%65.69%
HSB/HSV73°38.16%81.18%
CMYK8.21%0.00%38.16%
18.82%

Color #BECF80 in popluar number systems.

HEXBECF80
Decimal190207128
Binary101111101100111110000000
Octal276317200

Shades and tints

Shades of #BECF80

#BECF80
(190,207,128)
#ADBD75
(173,189,117)
#9CAB6A
(156,171,106)
#8B995F
(139,153,95)
#7A8754
(122,135,84)
#697549
(105,117,73)
#58633E
(88,99,62)
#475133
(71,81,51)
#363F28
(54,63,40)
#252D1D
(37,45,29)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #BECF80

#BECF80
(190,207,128)
#C3D38B
(195,211,139)
#C8D796
(200,215,150)
#CDDBA1
(205,219,161)
#D2DFAC
(210,223,172)
#D7E3B7
(215,227,183)
#DCE7C2
(220,231,194)
#E1EBCD
(225,235,205)
#E6EFD8
(230,239,216)
#EBF3E3
(235,243,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECF80 color. Also use rgb(190,207,128) instead hex code.

Text Font Color

.myTextColor { color: #BECF80; }

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

This text font color is #BECF80.


Background Color

.myBgColor { background-color: #BECF80; }

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

This div background color is #BECF80.


Border color

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

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

This div border color is #BECF80.


Opacity

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

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

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

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

This text has shadow with #BECF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECF80 on black background.


Color preview on white background

This text has color #BECF80 on white background.



Black color preview on #BECF80 background

This text has black color on #BECF80 background.


White color preview on #BECF80 background

This text has white color on #BECF80 background.