COLOR #B5D898

HEX: #B5D898
RGB: (181,216,152)

Color info

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

RGB color model

#B5D898 color RGB value is (181,216,152).

  • red value is 181;
  • green value is 216;
  • blue value is 152.
RGB:
(181,216,152)
(71%,85%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 216 of 255 = 85%
B 152 of 255 = 60%

181
216
152

R + G + B ~ 72%. #B5D898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 216 + 152 = 549 (100%)
R 181 of 549 ~ 32.97%
G 216 of 549 ~ 39.34%
B 152 of 549 ~ 27.69%

%32.97
%39.34
%27.69

CMYK color model

#B5D898 color CMYK value is (16,0,30,15).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 15.29%
CMYK:
(16,0,30,15)
C16M0Y30K15 
(16%,0%,30%,15%)
(0.16/0.00/0.30/0.15)	

CMYK percentages

%16.2
%0
%29.63
%15.29

Codes

Color #B5D898 in popluar color models

B5D898
RGB181216152
HSL93°45.07%72.16%
HSB/HSV93°29.63%84.71%
CMYK16.20%0.00%29.63%
15.29%

Color #B5D898 in popluar number systems.

HEXB5D898
Decimal181216152
Binary101101011101100010011000
Octal265330230

Shades and tints

Shades of #B5D898

#B5D898
(181,216,152)
#A5C58B
(165,197,139)
#95B27E
(149,178,126)
#859F71
(133,159,113)
#758C64
(117,140,100)
#657957
(101,121,87)
#55664A
(85,102,74)
#45533D
(69,83,61)
#354030
(53,64,48)
#252D23
(37,45,35)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #B5D898

#B5D898
(181,216,152)
#BBDBA1
(187,219,161)
#C1DEAA
(193,222,170)
#C7E1B3
(199,225,179)
#CDE4BC
(205,228,188)
#D3E7C5
(211,231,197)
#D9EACE
(217,234,206)
#DFEDD7
(223,237,215)
#E5F0E0
(229,240,224)
#EBF3E9
(235,243,233)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D898 color. Also use rgb(181,216,152) instead hex code.

Text Font Color

.myTextColor { color: #B5D898; }

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

This text font color is #B5D898.


Background Color

.myBgColor { background-color: #B5D898; }

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

This div background color is #B5D898.


Border color

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

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

This div border color is #B5D898.


Opacity

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

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

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

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

This text has shadow with #B5D898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D898 on black background.


Color preview on white background

This text has color #B5D898 on white background.



Black color preview on #B5D898 background

This text has black color on #B5D898 background.


White color preview on #B5D898 background

This text has white color on #B5D898 background.