COLOR #B4D869

HEX: #B4D869
RGB: (180,216,105)

Color info

#B4D869 contains mainly red and green colors. Web safe color of #B4D869 is #CCCC66 (or #CC6).

RGB color model

#B4D869 color RGB value is (180,216,105).

  • red value is 180;
  • green value is 216;
  • blue value is 105.
RGB:
(180,216,105)
(71%,85%,41%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 105 of 255 = 41%

180
216
105

R + G + B ~ 66%. #B4D869 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 105 = 501 (100%)
R 180 of 501 ~ 35.93%
G 216 of 501 ~ 43.11%
B 105 of 501 ~ 20.96%

%35.93
%43.11
%20.96

CMYK color model

#B4D869 color CMYK value is (17,0,51,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 51.39%
  • key color value is 15.29%
CMYK:
(17,0,51,15)
C17M0Y51K15 
(17%,0%,51%,15%)
(0.17/0.00/0.51/0.15)	

CMYK percentages

%16.67
%0
%51.39
%15.29

Codes

Color #B4D869 in popluar color models

B4D869
RGB180216105
HSL79°58.73%62.94%
HSB/HSV79°51.39%84.71%
CMYK16.67%0.00%51.39%
15.29%

Color #B4D869 in popluar number systems.

HEXB4D869
Decimal180216105
Binary10110100110110001101001
Octal264330151

Shades and tints

Shades of #B4D869

#B4D869
(180,216,105)
#A4C560
(164,197,96)
#94B257
(148,178,87)
#849F4E
(132,159,78)
#748C45
(116,140,69)
#64793C
(100,121,60)
#546633
(84,102,51)
#44532A
(68,83,42)
#344021
(52,64,33)
#242D18
(36,45,24)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #B4D869

#B4D869
(180,216,105)
#BADB76
(186,219,118)
#C0DE83
(192,222,131)
#C6E190
(198,225,144)
#CCE49D
(204,228,157)
#D2E7AA
(210,231,170)
#D8EAB7
(216,234,183)
#DEEDC4
(222,237,196)
#E4F0D1
(228,240,209)
#EAF3DE
(234,243,222)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D869 color. Also use rgb(180,216,105) instead hex code.

Text Font Color

.myTextColor { color: #B4D869; }

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

This text font color is #B4D869.


Background Color

.myBgColor { background-color: #B4D869; }

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

This div background color is #B4D869.


Border color

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

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

This div border color is #B4D869.


Opacity

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

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

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

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

This text has shadow with #B4D869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D869 on black background.


Color preview on white background

This text has color #B4D869 on white background.



Black color preview on #B4D869 background

This text has black color on #B4D869 background.


White color preview on #B4D869 background

This text has white color on #B4D869 background.