COLOR #B8D683

HEX: #B8D683
RGB: (184,214,131)

Color info

#B8D683 contains mainly red and green colors. Web safe color of #B8D683 is #CCCC99 (or #CC9).

RGB color model

#B8D683 color RGB value is (184,214,131).

  • red value is 184;
  • green value is 214;
  • blue value is 131.
RGB:
(184,214,131)
(72%,84%,51%)

RGB channels and saturation

R 184 of 255 = 72%
G 214 of 255 = 84%
B 131 of 255 = 51%

184
214
131

R + G + B ~ 69%. #B8D683 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 214 + 131 = 529 (100%)
R 184 of 529 ~ 34.78%
G 214 of 529 ~ 40.45%
B 131 of 529 ~ 24.76%

%34.78
%40.45
%24.76

CMYK color model

#B8D683 color CMYK value is (14,0,39,16).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 16.08%
CMYK:
(14,0,39,16)
C14M0Y39K16 
(14%,0%,39%,16%)
(0.14/0.00/0.39/0.16)	

CMYK percentages

%14.02
%0
%38.79
%16.08

Codes

Color #B8D683 in popluar color models

B8D683
RGB184214131
HSL82°50.30%67.65%
HSB/HSV82°38.79%83.92%
CMYK14.02%0.00%38.79%
16.08%

Color #B8D683 in popluar number systems.

HEXB8D683
Decimal184214131
Binary101110001101011010000011
Octal270326203

Shades and tints

Shades of #B8D683

#B8D683
(184,214,131)
#A8C378
(168,195,120)
#98B06D
(152,176,109)
#889D62
(136,157,98)
#788A57
(120,138,87)
#68774C
(104,119,76)
#586441
(88,100,65)
#485136
(72,81,54)
#383E2B
(56,62,43)
#282B20
(40,43,32)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #B8D683

#B8D683
(184,214,131)
#BED98E
(190,217,142)
#C4DC99
(196,220,153)
#CADFA4
(202,223,164)
#D0E2AF
(208,226,175)
#D6E5BA
(214,229,186)
#DCE8C5
(220,232,197)
#E2EBD0
(226,235,208)
#E8EEDB
(232,238,219)
#EEF1E6
(238,241,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D683 color. Also use rgb(184,214,131) instead hex code.

Text Font Color

.myTextColor { color: #B8D683; }

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

This text font color is #B8D683.


Background Color

.myBgColor { background-color: #B8D683; }

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

This div background color is #B8D683.


Border color

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

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

This div border color is #B8D683.


Opacity

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

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

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

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

This text has shadow with #B8D683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D683 on black background.


Color preview on white background

This text has color #B8D683 on white background.



Black color preview on #B8D683 background

This text has black color on #B8D683 background.


White color preview on #B8D683 background

This text has white color on #B8D683 background.