COLOR #B7C274

HEX: #B7C274
RGB: (183,194,116)

Color info

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

RGB color model

#B7C274 color RGB value is (183,194,116).

  • red value is 183;
  • green value is 194;
  • blue value is 116.
RGB:
(183,194,116)
(72%,76%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 194 of 255 = 76%
B 116 of 255 = 45%

183
194
116

R + G + B ~ 64%. #B7C274 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 194 + 116 = 493 (100%)
R 183 of 493 ~ 37.12%
G 194 of 493 ~ 39.35%
B 116 of 493 ~ 23.53%

%37.12
%39.35
%23.53

CMYK color model

#B7C274 color CMYK value is (6,0,40,24).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 23.92%
CMYK:
(6,0,40,24)
C6M0Y40K24 
(6%,0%,40%,24%)
(0.06/0.00/0.40/0.24)	

CMYK percentages

%5.67
%0
%40.21
%23.92

Codes

Color #B7C274 in popluar color models

B7C274
RGB183194116
HSL68°39.00%60.78%
HSB/HSV68°40.21%76.08%
CMYK5.67%0.00%40.21%
23.92%

Color #B7C274 in popluar number systems.

HEXB7C274
Decimal183194116
Binary10110111110000101110100
Octal267302164

Shades and tints

Shades of #B7C274

#B7C274
(183,194,116)
#A7B16A
(167,177,106)
#97A060
(151,160,96)
#878F56
(135,143,86)
#777E4C
(119,126,76)
#676D42
(103,109,66)
#575C38
(87,92,56)
#474B2E
(71,75,46)
#373A24
(55,58,36)
#27291A
(39,41,26)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #B7C274

#B7C274
(183,194,116)
#BDC780
(189,199,128)
#C3CC8C
(195,204,140)
#C9D198
(201,209,152)
#CFD6A4
(207,214,164)
#D5DBB0
(213,219,176)
#DBE0BC
(219,224,188)
#E1E5C8
(225,229,200)
#E7EAD4
(231,234,212)
#EDEFE0
(237,239,224)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C274 color. Also use rgb(183,194,116) instead hex code.

Text Font Color

.myTextColor { color: #B7C274; }

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

This text font color is #B7C274.


Background Color

.myBgColor { background-color: #B7C274; }

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

This div background color is #B7C274.


Border color

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

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

This div border color is #B7C274.


Opacity

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

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

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

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

This text has shadow with #B7C274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C274 on black background.


Color preview on white background

This text has color #B7C274 on white background.



Black color preview on #B7C274 background

This text has black color on #B7C274 background.


White color preview on #B7C274 background

This text has white color on #B7C274 background.