COLOR #BECF96

HEX: #BECF96
RGB: (190,207,150)

Color info

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

RGB color model

#BECF96 color RGB value is (190,207,150).

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

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 150 of 255 = 59%

190
207
150

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

Portions of RGB colors in percentages

R + G + B =
190 + 207 + 150 = 547 (100%)
R 190 of 547 ~ 34.73%
G 207 of 547 ~ 37.84%
B 150 of 547 ~ 27.42%

%34.73
%37.84
%27.42

CMYK color model

#BECF96 color CMYK value is (8,0,28,19).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(8,0,28,19)
C8M0Y28K19 
(8%,0%,28%,19%)
(0.08/0.00/0.28/0.19)	

CMYK percentages

%8.21
%0
%27.54
%18.82

Codes

Color #BECF96 in popluar color models

BECF96
RGB190207150
HSL78°37.25%70.00%
HSB/HSV78°27.54%81.18%
CMYK8.21%0.00%27.54%
18.82%

Color #BECF96 in popluar number systems.

HEXBECF96
Decimal190207150
Binary101111101100111110010110
Octal276317226

Shades and tints

Shades of #BECF96

#BECF96
(190,207,150)
#ADBD89
(173,189,137)
#9CAB7C
(156,171,124)
#8B996F
(139,153,111)
#7A8762
(122,135,98)
#697555
(105,117,85)
#586348
(88,99,72)
#47513B
(71,81,59)
#363F2E
(54,63,46)
#252D21
(37,45,33)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BECF96

#BECF96
(190,207,150)
#C3D39F
(195,211,159)
#C8D7A8
(200,215,168)
#CDDBB1
(205,219,177)
#D2DFBA
(210,223,186)
#D7E3C3
(215,227,195)
#DCE7CC
(220,231,204)
#E1EBD5
(225,235,213)
#E6EFDE
(230,239,222)
#EBF3E7
(235,243,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECF96; }

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

This text font color is #BECF96.


Background Color

.myBgColor { background-color: #BECF96; }

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

This div background color is #BECF96.


Border color

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

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

This div border color is #BECF96.


Opacity

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

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

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

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

This text has shadow with #BECF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECF96 on black background.


Color preview on white background

This text has color #BECF96 on white background.



Black color preview on #BECF96 background

This text has black color on #BECF96 background.


White color preview on #BECF96 background

This text has white color on #BECF96 background.