COLOR #B5D28F

HEX: #B5D28F RGB: (181,210,143)

Color info

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

RGB color model

#B5D28F color RGB value is (181,210,143).

RGB: (181,210,143) (71%, 82%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 143 of 255 = 56%

181
210
143

R + G + B ~ 70%. #B5D28F is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 210 + 143 = 534 (100%)
R 181 of 534 ~ 33.9%
G 210 of 534 ~ 39.33%
B 143 of 534 ~ 26.78'%

%33.9
%39.33
%26.78

CMYK color model

#B5D28F color CMYK value is (14,0,32,18).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 17.65%

CMYK: (14,0,32,18)
C14M0Y32K18 (14%, 0%, 32%, 18%)
(0.14 / 0.00 / 0.32 / 0.18)

CMYK percentages

%13.81
%0
%31.9
%17.65

Codes

Color #B5D28F in popluar color models

B5 D2 8F
RGB 181 210 143
HSL 86° 42.68% 69.22%
HSB/HSV 86° 31.90% 82.35%
CMYK 13.81% 0.00% 31.90%
17.65%

Color #B5D28F in popluar number systems.

HEX B5 D2 8F
Decimal 181 210 143
Binary 10110101 11010010 10001111
Octal 265 322 217

Shades and tints

Shades of #B5D28F

#B5D28F
(181,210,143)
#A5BF82
(165,191,130)
#95AC75
(149,172,117)
#859968
(133,153,104)
#75865B
(117,134,91)
#65734E
(101,115,78)
#556041
(85,96,65)
#454D34
(69,77,52)
#353A27
(53,58,39)
#25271A
(37,39,26)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #B5D28F

#B5D28F
(181,210,143)
#BBD699
(187,214,153)
#C1DAA3
(193,218,163)
#C7DEAD
(199,222,173)
#CDE2B7
(205,226,183)
#D3E6C1
(211,230,193)
#D9EACB
(217,234,203)
#DFEED5
(223,238,213)
#E5F2DF
(229,242,223)
#EBF6E9
(235,246,233)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D28F color. Also use rgb(181,210,143) instead hex code.

Text Font Color

.myTextColor { color: #B5D28F; }

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

This text font color is #B5D28F.

Background Color

.myBgColor { background-color: #B5D28F; }

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

This div background color is #B5D28F.

Border color

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

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

This div border color is #B5D28F.

Opacity

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

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

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

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

This text has shadow with #B5D28F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D28F.

Preview

Color preview on black background

This text has color #B5D28F on black background.


Color preview on white background

This text has color #B5D28F on white background.


Black color preview on #B5D28F background

This text has black color on #B5D28F background.


White color preview on #B5D28F background

This text has white color on #B5D28F background.


Related colors

Complementary color

Complementary color for #hex is #4A2D70.


I love getcolorcode.com

Triadic colors

1 #8FB5D2 and #D28FB5 with #B5D28F are triadic colors.

2 #8FD2B5 and #D2B58F with #B5D28F are triadic colors.