COLOR #B4D583

HEX: #B4D583 RGB: (180,213,131)

Color info

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

RGB color model

#B4D583 color RGB value is (180,213,131).

RGB: (180,213,131) (71%, 84%, 51%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 131 of 255 = 51%

180
213
131

R + G + B ~ 69%. #B4D583 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 131 = 524 (100%)
R 180 of 524 ~ 34.35%
G 213 of 524 ~ 40.65%
B 131 of 524 ~ 25'%

%34.35
%40.65
%25

CMYK color model

#B4D583 color CMYK value is (15,0,38,16).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 16.47%

CMYK: (15,0,38,16)
C15M0Y38K16 (15%, 0%, 38%, 16%)
(0.15 / 0.00 / 0.38 / 0.16)

CMYK percentages

%15.49
%0
%38.5
%16.47

Codes

Color #B4D583 in popluar color models

B4 D5 83
RGB 180 213 131
HSL 84° 49.40% 67.45%
HSB/HSV 84° 38.50% 83.53%
CMYK 15.49% 0.00% 38.50%
16.47%

Color #B4D583 in popluar number systems.

HEX B4 D5 83
Decimal 180 213 131
Binary 10110100 11010101 10000011
Octal 264 325 203

Shades and tints

Shades of #B4D583

#B4D583
(180,213,131)
#A4C278
(164,194,120)
#94AF6D
(148,175,109)
#849C62
(132,156,98)
#748957
(116,137,87)
#64764C
(100,118,76)
#546341
(84,99,65)
#445036
(68,80,54)
#343D2B
(52,61,43)
#242A20
(36,42,32)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #B4D583

#B4D583
(180,213,131)
#BAD88E
(186,216,142)
#C0DB99
(192,219,153)
#C6DEA4
(198,222,164)
#CCE1AF
(204,225,175)
#D2E4BA
(210,228,186)
#D8E7C5
(216,231,197)
#DEEAD0
(222,234,208)
#E4EDDB
(228,237,219)
#EAF0E6
(234,240,230)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D583 color. Also use rgb(180,213,131) instead hex code.

Text Font Color

.myTextColor { color: #B4D583; }

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

This text font color is #B4D583.

Background Color

.myBgColor { background-color: #B4D583; }

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

This div background color is #B4D583.

Border color

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

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

This div border color is #B4D583.

Opacity

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

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

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

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

This text has shadow with #B4D583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D583.

Preview

Color preview on black background

This text has color #B4D583 on black background.


Color preview on white background

This text has color #B4D583 on white background.


Black color preview on #B4D583 background

This text has black color on #B4D583 background.


White color preview on #B4D583 background

This text has white color on #B4D583 background.


Related colors

Complementary color

Complementary color for #hex is #4B2A7C.


I love getcolorcode.com

Triadic colors

1 #83B4D5 and #D583B4 with #B4D583 are triadic colors.

2 #83D5B4 and #D5B483 with #B4D583 are triadic colors.