COLOR #B8C17D

HEX: #B8C17D
RGB: (184,193,125)

Color info

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

RGB color model

#B8C17D color RGB value is (184,193,125).

  • red value is 184;
  • green value is 193;
  • blue value is 125.
RGB:
(184,193,125)
(72%,76%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 193 of 255 = 76%
B 125 of 255 = 49%

184
193
125

R + G + B ~ 66%. #B8C17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 193 + 125 = 502 (100%)
R 184 of 502 ~ 36.65%
G 193 of 502 ~ 38.45%
B 125 of 502 ~ 24.9%

%36.65
%38.45
%24.9

CMYK color model

#B8C17D color CMYK value is (5,0,35,24).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 24.31%
CMYK:
(5,0,35,24)
C5M0Y35K24 
(5%,0%,35%,24%)
(0.05/0.00/0.35/0.24)	

CMYK percentages

%4.66
%0
%35.23
%24.31

Codes

Color #B8C17D in popluar color models

B8C17D
RGB184193125
HSL68°35.42%62.35%
HSB/HSV68°35.23%75.69%
CMYK4.66%0.00%35.23%
24.31%

Color #B8C17D in popluar number systems.

HEXB8C17D
Decimal184193125
Binary10111000110000011111101
Octal270301175

Shades and tints

Shades of #B8C17D

#B8C17D
(184,193,125)
#A8B072
(168,176,114)
#989F67
(152,159,103)
#888E5C
(136,142,92)
#787D51
(120,125,81)
#686C46
(104,108,70)
#585B3B
(88,91,59)
#484A30
(72,74,48)
#383925
(56,57,37)
#28281A
(40,40,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #B8C17D

#B8C17D
(184,193,125)
#BEC688
(190,198,136)
#C4CB93
(196,203,147)
#CAD09E
(202,208,158)
#D0D5A9
(208,213,169)
#D6DAB4
(214,218,180)
#DCDFBF
(220,223,191)
#E2E4CA
(226,228,202)
#E8E9D5
(232,233,213)
#EEEEE0
(238,238,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C17D color. Also use rgb(184,193,125) instead hex code.

Text Font Color

.myTextColor { color: #B8C17D; }

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

This text font color is #B8C17D.


Background Color

.myBgColor { background-color: #B8C17D; }

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

This div background color is #B8C17D.


Border color

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

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

This div border color is #B8C17D.


Opacity

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

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

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

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

This text has shadow with #B8C17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C17D on black background.


Color preview on white background

This text has color #B8C17D on white background.



Black color preview on #B8C17D background

This text has black color on #B8C17D background.


White color preview on #B8C17D background

This text has white color on #B8C17D background.