COLOR #B5DF8A

HEX: #B5DF8A
RGB: (181,223,138)

Color info

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

RGB color model

#B5DF8A color RGB value is (181,223,138).

  • red value is 181;
  • green value is 223;
  • blue value is 138.
RGB:
(181,223,138)
(71%,87%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 138 of 255 = 54%

181
223
138

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

Portions of RGB colors in percentages

R + G + B =
181 + 223 + 138 = 542 (100%)
R 181 of 542 ~ 33.39%
G 223 of 542 ~ 41.14%
B 138 of 542 ~ 25.46%

%33.39
%41.14
%25.46

CMYK color model

#B5DF8A color CMYK value is (19,0,38,13).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 38.12%
  • key color value is 12.55%
CMYK:
(19,0,38,13)
C19M0Y38K13 
(19%,0%,38%,13%)
(0.19/0.00/0.38/0.13)	

CMYK percentages

%18.83
%0
%38.12
%12.55

Codes

Color #B5DF8A in popluar color models

B5DF8A
RGB181223138
HSL90°57.05%70.78%
HSB/HSV90°38.12%87.45%
CMYK18.83%0.00%38.12%
12.55%

Color #B5DF8A in popluar number systems.

HEXB5DF8A
Decimal181223138
Binary101101011101111110001010
Octal265337212

Shades and tints

Shades of #B5DF8A

#B5DF8A
(181,223,138)
#A5CB7E
(165,203,126)
#95B772
(149,183,114)
#85A366
(133,163,102)
#758F5A
(117,143,90)
#657B4E
(101,123,78)
#556742
(85,103,66)
#455336
(69,83,54)
#353F2A
(53,63,42)
#252B1E
(37,43,30)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #B5DF8A

#B5DF8A
(181,223,138)
#BBE194
(187,225,148)
#C1E39E
(193,227,158)
#C7E5A8
(199,229,168)
#CDE7B2
(205,231,178)
#D3E9BC
(211,233,188)
#D9EBC6
(217,235,198)
#DFEDD0
(223,237,208)
#E5EFDA
(229,239,218)
#EBF1E4
(235,241,228)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DF8A color. Also use rgb(181,223,138) instead hex code.

Text Font Color

.myTextColor { color: #B5DF8A; }

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

This text font color is #B5DF8A.


Background Color

.myBgColor { background-color: #B5DF8A; }

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

This div background color is #B5DF8A.


Border color

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

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

This div border color is #B5DF8A.


Opacity

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

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

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

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

This text has shadow with #B5DF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DF8A on black background.


Color preview on white background

This text has color #B5DF8A on white background.



Black color preview on #B5DF8A background

This text has black color on #B5DF8A background.


White color preview on #B5DF8A background

This text has white color on #B5DF8A background.