COLOR #B4DDB2

HEX: #B4DDB2
RGB: (180,221,178)

Color info

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

RGB color model

#B4DDB2 color RGB value is (180,221,178).

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

RGB channels and saturation

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

180
221
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 178 = 579 (100%)
R 180 of 579 ~ 31.09%
G 221 of 579 ~ 38.17%
B 178 of 579 ~ 30.74%

%31.09
%38.17
%30.74

CMYK color model

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

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • 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.46
%13.33

Codes

Color #B4DDB2 in popluar color models

B4DDB2
RGB180221178
HSL117°38.74%78.24%
HSB/HSV117°19.46%86.67%
CMYK18.55%0.00%19.46%
13.33%

Color #B4DDB2 in popluar number systems.

HEXB4DDB2
Decimal180221178
Binary101101001101110110110010
Octal264335262

Shades and tints

Shades of #B4DDB2

#B4DDB2
(180,221,178)
#A4C9A2
(164,201,162)
#94B592
(148,181,146)
#84A182
(132,161,130)
#748D72
(116,141,114)
#647962
(100,121,98)
#546552
(84,101,82)
#445142
(68,81,66)
#343D32
(52,61,50)
#242922
(36,41,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #B4DDB2

#B4DDB2
(180,221,178)
#BAE0B9
(186,224,185)
#C0E3C0
(192,227,192)
#C6E6C7
(198,230,199)
#CCE9CE
(204,233,206)
#D2ECD5
(210,236,213)
#D8EFDC
(216,239,220)
#DEF2E3
(222,242,227)
#E4F5EA
(228,245,234)
#EAF8F1
(234,248,241)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DDB2; }

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

This text font color is #B4DDB2.


Background Color

.myBgColor { background-color: #B4DDB2; }

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

This div background color is #B4DDB2.


Border color

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

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

This div border color is #B4DDB2.


Opacity

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

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

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

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

This text has shadow with #B4DDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DDB2 on black background.


Color preview on white background

This text has color #B4DDB2 on white background.



Black color preview on #B4DDB2 background

This text has black color on #B4DDB2 background.


White color preview on #B4DDB2 background

This text has white color on #B4DDB2 background.