COLOR #B4DDB3

HEX: #B4DDB3
RGB: (180,221,179)

Color info

#B4DDB3 contains red, green and blue colors in about the same proportion. Web safe color of #B4DDB3 is #CCCC99 (or #CC9).

RGB color model

#B4DDB3 color RGB value is (180,221,179).

  • red value is 180;
  • green value is 221;
  • blue value is 179.
RGB:
(180,221,179)
(71%,87%,70%)

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 179 of 255 = 70%

180
221
179

R + G + B ~ 76%. #B4DDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 179 = 580 (100%)
R 180 of 580 ~ 31.03%
G 221 of 580 ~ 38.1%
B 179 of 580 ~ 30.86%

%31.03
%38.1
%30.86

CMYK color model

#B4DDB3 color CMYK value is (19,0,19,13).

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(19,0,19,13)
C19M0Y19K13 
(19%,0%,19%,13%)
(0.19/0.00/0.19/0.13)	

CMYK percentages

%18.55
%0
%19
%13.33

Codes

Color #B4DDB3 in popluar color models

B4DDB3
RGB180221179
HSL119°38.18%78.43%
HSB/HSV119°19.00%86.67%
CMYK18.55%0.00%19.00%
13.33%

Color #B4DDB3 in popluar number systems.

HEXB4DDB3
Decimal180221179
Binary101101001101110110110011
Octal264335263

Shades and tints

Shades of #B4DDB3

#B4DDB3
(180,221,179)
#A4C9A3
(164,201,163)
#94B593
(148,181,147)
#84A183
(132,161,131)
#748D73
(116,141,115)
#647963
(100,121,99)
#546553
(84,101,83)
#445143
(68,81,67)
#343D33
(52,61,51)
#242923
(36,41,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4DDB3

#B4DDB3
(180,221,179)
#BAE0B9
(186,224,185)
#C0E3BF
(192,227,191)
#C6E6C5
(198,230,197)
#CCE9CB
(204,233,203)
#D2ECD1
(210,236,209)
#D8EFD7
(216,239,215)
#DEF2DD
(222,242,221)
#E4F5E3
(228,245,227)
#EAF8E9
(234,248,233)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DDB3 color. Also use rgb(180,221,179) instead hex code.

Text Font Color

.myTextColor { color: #B4DDB3; }

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

This text font color is #B4DDB3.


Background Color

.myBgColor { background-color: #B4DDB3; }

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

This div background color is #B4DDB3.


Border color

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

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

This div border color is #B4DDB3.


Opacity

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

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

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

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

This text has shadow with #B4DDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DDB3 on black background.


Color preview on white background

This text has color #B4DDB3 on white background.



Black color preview on #B4DDB3 background

This text has black color on #B4DDB3 background.


White color preview on #B4DDB3 background

This text has white color on #B4DDB3 background.