COLOR #B4DDB7

HEX: #B4DDB7
RGB: (180,221,183)

Color info

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

RGB color model

#B4DDB7 color RGB value is (180,221,183).

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

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 183 of 255 = 72%

180
221
183

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

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 183 = 584 (100%)
R 180 of 584 ~ 30.82%
G 221 of 584 ~ 37.84%
B 183 of 584 ~ 31.34%

%30.82
%37.84
%31.34

CMYK color model

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

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(19,0,17,13)
C19M0Y17K13 
(19%,0%,17%,13%)
(0.19/0.00/0.17/0.13)	

CMYK percentages

%18.55
%0
%17.19
%13.33

Codes

Color #B4DDB7 in popluar color models

B4DDB7
RGB180221183
HSL124°37.61%78.63%
HSB/HSV124°18.55%86.67%
CMYK18.55%0.00%17.19%
13.33%

Color #B4DDB7 in popluar number systems.

HEXB4DDB7
Decimal180221183
Binary101101001101110110110111
Octal264335267

Shades and tints

Shades of #B4DDB7

#B4DDB7
(180,221,183)
#A4C9A7
(164,201,167)
#94B597
(148,181,151)
#84A187
(132,161,135)
#748D77
(116,141,119)
#647967
(100,121,103)
#546557
(84,101,87)
#445147
(68,81,71)
#343D37
(52,61,55)
#242927
(36,41,39)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B4DDB7

#B4DDB7
(180,221,183)
#BAE0BD
(186,224,189)
#C0E3C3
(192,227,195)
#C6E6C9
(198,230,201)
#CCE9CF
(204,233,207)
#D2ECD5
(210,236,213)
#D8EFDB
(216,239,219)
#DEF2E1
(222,242,225)
#E4F5E7
(228,245,231)
#EAF8ED
(234,248,237)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DDB7; }

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

This text font color is #B4DDB7.


Background Color

.myBgColor { background-color: #B4DDB7; }

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

This div background color is #B4DDB7.


Border color

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

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

This div border color is #B4DDB7.


Opacity

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

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

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

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

This text has shadow with #B4DDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DDB7 on black background.


Color preview on white background

This text has color #B4DDB7 on white background.



Black color preview on #B4DDB7 background

This text has black color on #B4DDB7 background.


White color preview on #B4DDB7 background

This text has white color on #B4DDB7 background.