COLOR #B5DF8C

HEX: #B5DF8C RGB: (181,223,140)

Color info

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

RGB color model

#B5DF8C color RGB value is (181,223,140).

RGB: (181,223,140) (71%, 87%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 140 of 255 = 55%

181
223
140

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

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 140 = 544 (100%)
R 181 of 544 ~ 33.27%
G 223 of 544 ~ 40.99%
B 140 of 544 ~ 25.74'%

%33.27
%40.99
%25.74

CMYK color model

#B5DF8C color CMYK value is (19,0,37,13).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 12.55%

CMYK: (19,0,37,13)
C19M0Y37K13 (19%, 0%, 37%, 13%)
(0.19 / 0.00 / 0.37 / 0.13)

CMYK percentages

%18.83
%0
%37.22
%12.55

Codes

Color #B5DF8C in popluar color models

B5 DF 8C
RGB 181 223 140
HSL 90° 56.46% 71.18%
HSB/HSV 90° 37.22% 87.45%
CMYK 18.83% 0.00% 37.22%
12.55%

Color #B5DF8C in popluar number systems.

HEX B5 DF 8C
Decimal 181 223 140
Binary 10110101 11011111 10001100
Octal 265 337 214

Shades and tints

Shades of #B5DF8C

#B5DF8C
(181,223,140)
#A5CB80
(165,203,128)
#95B774
(149,183,116)
#85A368
(133,163,104)
#758F5C
(117,143,92)
#657B50
(101,123,80)
#556744
(85,103,68)
#455338
(69,83,56)
#353F2C
(53,63,44)
#252B20
(37,43,32)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B5DF8C

#B5DF8C
(181,223,140)
#BBE196
(187,225,150)
#C1E3A0
(193,227,160)
#C7E5AA
(199,229,170)
#CDE7B4
(205,231,180)
#D3E9BE
(211,233,190)
#D9EBC8
(217,235,200)
#DFEDD2
(223,237,210)
#E5EFDC
(229,239,220)
#EBF1E6
(235,241,230)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DF8C; }

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

This text font color is #B5DF8C.

Background Color

.myBgColor { background-color: #B5DF8C; }

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

This div background color is #B5DF8C.

Border color

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

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

This div border color is #B5DF8C.

Opacity

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

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

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

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

This text has shadow with #B5DF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DF8C.

Preview

Color preview on black background

This text has color #B5DF8C on black background.


Color preview on white background

This text has color #B5DF8C on white background.


Black color preview on #B5DF8C background

This text has black color on #B5DF8C background.


White color preview on #B5DF8C background

This text has white color on #B5DF8C background.


Related colors

Complementary color

Complementary color for #hex is #4A2073.


I love getcolorcode.com

Triadic colors

1 #8CB5DF and #DF8CB5 with #B5DF8C are triadic colors.

2 #8CDFB5 and #DFB58C with #B5DF8C are triadic colors.