COLOR #B8D099

HEX: #B8D099
RGB: (184,208,153)

Color info

#B8D099 contains red, green and blue colors in about the same proportion. Web safe color of #B8D099 is #CCCC99 (or #CC9).

RGB color model

#B8D099 color RGB value is (184,208,153).

  • red value is 184;
  • green value is 208;
  • blue value is 153.
RGB:
(184,208,153)
(72%,82%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 208 of 255 = 82%
B 153 of 255 = 60%

184
208
153

R + G + B ~ 71%. #B8D099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 208 + 153 = 545 (100%)
R 184 of 545 ~ 33.76%
G 208 of 545 ~ 38.17%
B 153 of 545 ~ 28.07%

%33.76
%38.17
%28.07

CMYK color model

#B8D099 color CMYK value is (12,0,26,18).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 18.43%
CMYK:
(12,0,26,18)
C12M0Y26K18 
(12%,0%,26%,18%)
(0.12/0.00/0.26/0.18)	

CMYK percentages

%11.54
%0
%26.44
%18.43

Codes

Color #B8D099 in popluar color models

B8D099
RGB184208153
HSL86°36.91%70.78%
HSB/HSV86°26.44%81.57%
CMYK11.54%0.00%26.44%
18.43%

Color #B8D099 in popluar number systems.

HEXB8D099
Decimal184208153
Binary101110001101000010011001
Octal270320231

Shades and tints

Shades of #B8D099

#B8D099
(184,208,153)
#A8BE8C
(168,190,140)
#98AC7F
(152,172,127)
#889A72
(136,154,114)
#788865
(120,136,101)
#687658
(104,118,88)
#58644B
(88,100,75)
#48523E
(72,82,62)
#384031
(56,64,49)
#282E24
(40,46,36)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #B8D099

#B8D099
(184,208,153)
#BED4A2
(190,212,162)
#C4D8AB
(196,216,171)
#CADCB4
(202,220,180)
#D0E0BD
(208,224,189)
#D6E4C6
(214,228,198)
#DCE8CF
(220,232,207)
#E2ECD8
(226,236,216)
#E8F0E1
(232,240,225)
#EEF4EA
(238,244,234)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D099 color. Also use rgb(184,208,153) instead hex code.

Text Font Color

.myTextColor { color: #B8D099; }

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

This text font color is #B8D099.


Background Color

.myBgColor { background-color: #B8D099; }

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

This div background color is #B8D099.


Border color

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

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

This div border color is #B8D099.


Opacity

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

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

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

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

This text has shadow with #B8D099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D099 on black background.


Color preview on white background

This text has color #B8D099 on white background.



Black color preview on #B8D099 background

This text has black color on #B8D099 background.


White color preview on #B8D099 background

This text has white color on #B8D099 background.