COLOR #B4DC99

HEX: #B4DC99 RGB: (180,220,153)

Color info

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

RGB color model

#B4DC99 color RGB value is (180,220,153).

RGB: (180,220,153) (71%, 86%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 153 of 255 = 60%

180
220
153

R + G + B ~ 72%. #B4DC99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 220 + 153 = 553 (100%)
R 180 of 553 ~ 32.55%
G 220 of 553 ~ 39.78%
B 153 of 553 ~ 27.67'%

%32.55
%39.78
%27.67

CMYK color model

#B4DC99 color CMYK value is (18,0,30,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 30.45%
  • key color value is 13.73%

CMYK: (18,0,30,14)
C18M0Y30K14 (18%, 0%, 30%, 14%)
(0.18 / 0.00 / 0.30 / 0.14)

CMYK percentages

%18.18
%0
%30.45
%13.73

Codes

Color #B4DC99 in popluar color models

B4 DC 99
RGB 180 220 153
HSL 96° 48.91% 73.14%
HSB/HSV 96° 30.45% 86.27%
CMYK 18.18% 0.00% 30.45%
13.73%

Color #B4DC99 in popluar number systems.

HEX B4 DC 99
Decimal 180 220 153
Binary 10110100 11011100 10011001
Octal 264 334 231

Shades and tints

Shades of #B4DC99

#B4DC99
(180,220,153)
#A4C88C
(164,200,140)
#94B47F
(148,180,127)
#84A072
(132,160,114)
#748C65
(116,140,101)
#647858
(100,120,88)
#54644B
(84,100,75)
#44503E
(68,80,62)
#343C31
(52,60,49)
#242824
(36,40,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4DC99

#B4DC99
(180,220,153)
#BADFA2
(186,223,162)
#C0E2AB
(192,226,171)
#C6E5B4
(198,229,180)
#CCE8BD
(204,232,189)
#D2EBC6
(210,235,198)
#D8EECF
(216,238,207)
#DEF1D8
(222,241,216)
#E4F4E1
(228,244,225)
#EAF7EA
(234,247,234)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DC99 color. Also use rgb(180,220,153) instead hex code.

Text Font Color

.myTextColor { color: #B4DC99; }

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

This text font color is #B4DC99.

Background Color

.myBgColor { background-color: #B4DC99; }

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

This div background color is #B4DC99.

Border color

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

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

This div border color is #B4DC99.

Opacity

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

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

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

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

This text has shadow with #B4DC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DC99.

Preview

Color preview on black background

This text has color #B4DC99 on black background.


Color preview on white background

This text has color #B4DC99 on white background.


Black color preview on #B4DC99 background

This text has black color on #B4DC99 background.


White color preview on #B4DC99 background

This text has white color on #B4DC99 background.


Related colors

Complementary color

Complementary color for #hex is #4B2366.


I love getcolorcode.com

Triadic colors

1 #99B4DC and #DC99B4 with #B4DC99 are triadic colors.

2 #99DCB4 and #DCB499 with #B4DC99 are triadic colors.