COLOR #B2D199

HEX: #B2D199
RGB: (178,209,153)

Color info

#B2D199 contains red, green and blue colors in about the same proportion. Web safe color of #B2D199 is #99CC99 (or #9C9).

RGB color model

#B2D199 color RGB value is (178,209,153).

  • red value is 178;
  • green value is 209;
  • blue value is 153.
RGB:
(178,209,153)
(70%,82%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 153 of 255 = 60%

178
209
153

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

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 153 = 540 (100%)
R 178 of 540 ~ 32.96%
G 209 of 540 ~ 38.7%
B 153 of 540 ~ 28.33%

%32.96
%38.7
%28.33

CMYK color model

#B2D199 color CMYK value is (15,0,27,18).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(15,0,27,18)
C15M0Y27K18 
(15%,0%,27%,18%)
(0.15/0.00/0.27/0.18)	

CMYK percentages

%14.83
%0
%26.79
%18.04

Codes

Color #B2D199 in popluar color models

B2D199
RGB178209153
HSL93°37.84%70.98%
HSB/HSV93°26.79%81.96%
CMYK14.83%0.00%26.79%
18.04%

Color #B2D199 in popluar number systems.

HEXB2D199
Decimal178209153
Binary101100101101000110011001
Octal262321231

Shades and tints

Shades of #B2D199

#B2D199
(178,209,153)
#A2BE8C
(162,190,140)
#92AB7F
(146,171,127)
#829872
(130,152,114)
#728565
(114,133,101)
#627258
(98,114,88)
#525F4B
(82,95,75)
#424C3E
(66,76,62)
#323931
(50,57,49)
#222624
(34,38,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B2D199

#B2D199
(178,209,153)
#B9D5A2
(185,213,162)
#C0D9AB
(192,217,171)
#C7DDB4
(199,221,180)
#CEE1BD
(206,225,189)
#D5E5C6
(213,229,198)
#DCE9CF
(220,233,207)
#E3EDD8
(227,237,216)
#EAF1E1
(234,241,225)
#F1F5EA
(241,245,234)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D199 color. Also use rgb(178,209,153) instead hex code.

Text Font Color

.myTextColor { color: #B2D199; }

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

This text font color is #B2D199.


Background Color

.myBgColor { background-color: #B2D199; }

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

This div background color is #B2D199.


Border color

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

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

This div border color is #B2D199.


Opacity

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

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

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

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

This text has shadow with #B2D199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D199 on black background.


Color preview on white background

This text has color #B2D199 on white background.



Black color preview on #B2D199 background

This text has black color on #B2D199 background.


White color preview on #B2D199 background

This text has white color on #B2D199 background.