COLOR #B7C17A

HEX: #B7C17A
RGB: (183,193,122)

Color info

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

RGB color model

#B7C17A color RGB value is (183,193,122).

  • red value is 183;
  • green value is 193;
  • blue value is 122.
RGB:
(183,193,122)
(72%,76%,48%)

RGB channels and saturation

R 183 of 255 = 72%
G 193 of 255 = 76%
B 122 of 255 = 48%

183
193
122

R + G + B ~ 65%. #B7C17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 193 + 122 = 498 (100%)
R 183 of 498 ~ 36.75%
G 193 of 498 ~ 38.76%
B 122 of 498 ~ 24.5%

%36.75
%38.76
%24.5

CMYK color model

#B7C17A color CMYK value is (5,0,37,24).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 36.79%
  • key color value is 24.31%
CMYK:
(5,0,37,24)
C5M0Y37K24 
(5%,0%,37%,24%)
(0.05/0.00/0.37/0.24)	

CMYK percentages

%5.18
%0
%36.79
%24.31

Codes

Color #B7C17A in popluar color models

B7C17A
RGB183193122
HSL68°36.41%61.76%
HSB/HSV68°36.79%75.69%
CMYK5.18%0.00%36.79%
24.31%

Color #B7C17A in popluar number systems.

HEXB7C17A
Decimal183193122
Binary10110111110000011111010
Octal267301172

Shades and tints

Shades of #B7C17A

#B7C17A
(183,193,122)
#A7B06F
(167,176,111)
#979F64
(151,159,100)
#878E59
(135,142,89)
#777D4E
(119,125,78)
#676C43
(103,108,67)
#575B38
(87,91,56)
#474A2D
(71,74,45)
#373922
(55,57,34)
#272817
(39,40,23)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #B7C17A

#B7C17A
(183,193,122)
#BDC686
(189,198,134)
#C3CB92
(195,203,146)
#C9D09E
(201,208,158)
#CFD5AA
(207,213,170)
#D5DAB6
(213,218,182)
#DBDFC2
(219,223,194)
#E1E4CE
(225,228,206)
#E7E9DA
(231,233,218)
#EDEEE6
(237,238,230)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C17A color. Also use rgb(183,193,122) instead hex code.

Text Font Color

.myTextColor { color: #B7C17A; }

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

This text font color is #B7C17A.


Background Color

.myBgColor { background-color: #B7C17A; }

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

This div background color is #B7C17A.


Border color

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

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

This div border color is #B7C17A.


Opacity

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

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

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

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

This text has shadow with #B7C17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C17A on black background.


Color preview on white background

This text has color #B7C17A on white background.



Black color preview on #B7C17A background

This text has black color on #B7C17A background.


White color preview on #B7C17A background

This text has white color on #B7C17A background.