COLOR #B4D699

HEX: #B4D699
RGB: (180,214,153)

Color info

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

RGB color model

#B4D699 color RGB value is (180,214,153).

  • red value is 180;
  • green value is 214;
  • blue value is 153.
RGB:
(180,214,153)
(71%,84%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 214 of 255 = 84%
B 153 of 255 = 60%

180
214
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 214 + 153 = 547 (100%)
R 180 of 547 ~ 32.91%
G 214 of 547 ~ 39.12%
B 153 of 547 ~ 27.97%

%32.91
%39.12
%27.97

CMYK color model

#B4D699 color CMYK value is (16,0,29,16).

  • cyan value is 15.89%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 16.08%
CMYK:
(16,0,29,16)
C16M0Y29K16 
(16%,0%,29%,16%)
(0.16/0.00/0.29/0.16)	

CMYK percentages

%15.89
%0
%28.5
%16.08

Codes

Color #B4D699 in popluar color models

B4D699
RGB180214153
HSL93°42.66%71.96%
HSB/HSV93°28.50%83.92%
CMYK15.89%0.00%28.50%
16.08%

Color #B4D699 in popluar number systems.

HEXB4D699
Decimal180214153
Binary101101001101011010011001
Octal264326231

Shades and tints

Shades of #B4D699

#B4D699
(180,214,153)
#A4C38C
(164,195,140)
#94B07F
(148,176,127)
#849D72
(132,157,114)
#748A65
(116,138,101)
#647758
(100,119,88)
#54644B
(84,100,75)
#44513E
(68,81,62)
#343E31
(52,62,49)
#242B24
(36,43,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #B4D699

#B4D699
(180,214,153)
#BAD9A2
(186,217,162)
#C0DCAB
(192,220,171)
#C6DFB4
(198,223,180)
#CCE2BD
(204,226,189)
#D2E5C6
(210,229,198)
#D8E8CF
(216,232,207)
#DEEBD8
(222,235,216)
#E4EEE1
(228,238,225)
#EAF1EA
(234,241,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D699; }

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

This text font color is #B4D699.


Background Color

.myBgColor { background-color: #B4D699; }

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

This div background color is #B4D699.


Border color

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

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

This div border color is #B4D699.


Opacity

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

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

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

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

This text has shadow with #B4D699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D699 on black background.


Color preview on white background

This text has color #B4D699 on white background.



Black color preview on #B4D699 background

This text has black color on #B4D699 background.


White color preview on #B4D699 background

This text has white color on #B4D699 background.