COLOR #BECF75

HEX: #BECF75
RGB: (190,207,117)

Color info

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

RGB color model

#BECF75 color RGB value is (190,207,117).

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

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 117 of 255 = 46%

190
207
117

R + G + B ~ 67%. #BECF75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 207 + 117 = 514 (100%)
R 190 of 514 ~ 36.96%
G 207 of 514 ~ 40.27%
B 117 of 514 ~ 22.76%

%36.96
%40.27
%22.76

CMYK color model

#BECF75 color CMYK value is (8,0,43,19).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 18.82%
CMYK:
(8,0,43,19)
C8M0Y43K19 
(8%,0%,43%,19%)
(0.08/0.00/0.43/0.19)	

CMYK percentages

%8.21
%0
%43.48
%18.82

Codes

Color #BECF75 in popluar color models

BECF75
RGB190207117
HSL71°48.39%63.53%
HSB/HSV71°43.48%81.18%
CMYK8.21%0.00%43.48%
18.82%

Color #BECF75 in popluar number systems.

HEXBECF75
Decimal190207117
Binary10111110110011111110101
Octal276317165

Shades and tints

Shades of #BECF75

#BECF75
(190,207,117)
#ADBD6B
(173,189,107)
#9CAB61
(156,171,97)
#8B9957
(139,153,87)
#7A874D
(122,135,77)
#697543
(105,117,67)
#586339
(88,99,57)
#47512F
(71,81,47)
#363F25
(54,63,37)
#252D1B
(37,45,27)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #BECF75

#BECF75
(190,207,117)
#C3D381
(195,211,129)
#C8D78D
(200,215,141)
#CDDB99
(205,219,153)
#D2DFA5
(210,223,165)
#D7E3B1
(215,227,177)
#DCE7BD
(220,231,189)
#E1EBC9
(225,235,201)
#E6EFD5
(230,239,213)
#EBF3E1
(235,243,225)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECF75; }

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

This text font color is #BECF75.


Background Color

.myBgColor { background-color: #BECF75; }

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

This div background color is #BECF75.


Border color

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

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

This div border color is #BECF75.


Opacity

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

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

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

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

This text has shadow with #BECF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECF75 on black background.


Color preview on white background

This text has color #BECF75 on white background.



Black color preview on #BECF75 background

This text has black color on #BECF75 background.


White color preview on #BECF75 background

This text has white color on #BECF75 background.