COLOR #B4DDBD

HEX: #B4DDBD
RGB: (180,221,189)

Color info

#B4DDBD contains red, green and blue colors in about the same proportion. Web safe color of #B4DDBD is #CCCCCC (or #CCC).

RGB color model

#B4DDBD color RGB value is (180,221,189).

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

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 189 of 255 = 74%

180
221
189

R + G + B ~ 77%. #B4DDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 189 = 590 (100%)
R 180 of 590 ~ 30.51%
G 221 of 590 ~ 37.46%
B 189 of 590 ~ 32.03%

%30.51
%37.46
%32.03

CMYK color model

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

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(19,0,14,13)
C19M0Y14K13 
(19%,0%,14%,13%)
(0.19/0.00/0.14/0.13)	

CMYK percentages

%18.55
%0
%14.48
%13.33

Codes

Color #B4DDBD in popluar color models

B4DDBD
RGB180221189
HSL133°37.61%78.63%
HSB/HSV133°18.55%86.67%
CMYK18.55%0.00%14.48%
13.33%

Color #B4DDBD in popluar number systems.

HEXB4DDBD
Decimal180221189
Binary101101001101110110111101
Octal264335275

Shades and tints

Shades of #B4DDBD

#B4DDBD
(180,221,189)
#A4C9AC
(164,201,172)
#94B59B
(148,181,155)
#84A18A
(132,161,138)
#748D79
(116,141,121)
#647968
(100,121,104)
#546557
(84,101,87)
#445146
(68,81,70)
#343D35
(52,61,53)
#242924
(36,41,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4DDBD

#B4DDBD
(180,221,189)
#BAE0C3
(186,224,195)
#C0E3C9
(192,227,201)
#C6E6CF
(198,230,207)
#CCE9D5
(204,233,213)
#D2ECDB
(210,236,219)
#D8EFE1
(216,239,225)
#DEF2E7
(222,242,231)
#E4F5ED
(228,245,237)
#EAF8F3
(234,248,243)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DDBD; }

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

This text font color is #B4DDBD.


Background Color

.myBgColor { background-color: #B4DDBD; }

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

This div background color is #B4DDBD.


Border color

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

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

This div border color is #B4DDBD.


Opacity

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

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

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

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

This text has shadow with #B4DDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DDBD on black background.


Color preview on white background

This text has color #B4DDBD on white background.



Black color preview on #B4DDBD background

This text has black color on #B4DDBD background.


White color preview on #B4DDBD background

This text has white color on #B4DDBD background.