COLOR #B4D2B7

HEX: #B4D2B7
RGB: (180,210,183)

Color info

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

RGB color model

#B4D2B7 color RGB value is (180,210,183).

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

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 183 of 255 = 72%

180
210
183

R + G + B ~ 75%. #B4D2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 183 = 573 (100%)
R 180 of 573 ~ 31.41%
G 210 of 573 ~ 36.65%
B 183 of 573 ~ 31.94%

%31.41
%36.65
%31.94

CMYK color model

#B4D2B7 color CMYK value is (14,0,13,18).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 17.65%
CMYK:
(14,0,13,18)
C14M0Y13K18 
(14%,0%,13%,18%)
(0.14/0.00/0.13/0.18)	

CMYK percentages

%14.29
%0
%12.86
%17.65

Codes

Color #B4D2B7 in popluar color models

B4D2B7
RGB180210183
HSL126°25.00%76.47%
HSB/HSV126°14.29%82.35%
CMYK14.29%0.00%12.86%
17.65%

Color #B4D2B7 in popluar number systems.

HEXB4D2B7
Decimal180210183
Binary101101001101001010110111
Octal264322267

Shades and tints

Shades of #B4D2B7

#B4D2B7
(180,210,183)
#A4BFA7
(164,191,167)
#94AC97
(148,172,151)
#849987
(132,153,135)
#748677
(116,134,119)
#647367
(100,115,103)
#546057
(84,96,87)
#444D47
(68,77,71)
#343A37
(52,58,55)
#242727
(36,39,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4D2B7

#B4D2B7
(180,210,183)
#BAD6BD
(186,214,189)
#C0DAC3
(192,218,195)
#C6DEC9
(198,222,201)
#CCE2CF
(204,226,207)
#D2E6D5
(210,230,213)
#D8EADB
(216,234,219)
#DEEEE1
(222,238,225)
#E4F2E7
(228,242,231)
#EAF6ED
(234,246,237)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D2B7; }

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

This text font color is #B4D2B7.


Background Color

.myBgColor { background-color: #B4D2B7; }

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

This div background color is #B4D2B7.


Border color

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

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

This div border color is #B4D2B7.


Opacity

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

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

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

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

This text has shadow with #B4D2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D2B7 on black background.


Color preview on white background

This text has color #B4D2B7 on white background.



Black color preview on #B4D2B7 background

This text has black color on #B4D2B7 background.


White color preview on #B4D2B7 background

This text has white color on #B4D2B7 background.