COLOR #B4D2BD

HEX: #B4D2BD RGB: (180,210,189)

Color info

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

RGB color model

#B4D2BD color RGB value is (180,210,189).

RGB: (180,210,189) (71%, 82%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 189 of 255 = 74%

180
210
189

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

Portions of RGB colors in percentages

R + G + B = 180 + 210 + 189 = 579 (100%)
R 180 of 579 ~ 31.09%
G 210 of 579 ~ 36.27%
B 189 of 579 ~ 32.64'%

%31.09
%36.27
%32.64

CMYK color model

#B4D2BD color CMYK value is (14,0,10,18).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%

CMYK: (14,0,10,18)
C14M0Y10K18 (14%, 0%, 10%, 18%)
(0.14 / 0.00 / 0.10 / 0.18)

CMYK percentages

%14.29
%0
%10
%17.65

Codes

Color #B4D2BD in popluar color models

B4 D2 BD
RGB 180 210 189
HSL 138° 25.00% 76.47%
HSB/HSV 138° 14.29% 82.35%
CMYK 14.29% 0.00% 10.00%
17.65%

Color #B4D2BD in popluar number systems.

HEX B4 D2 BD
Decimal 180 210 189
Binary 10110100 11010010 10111101
Octal 264 322 275

Shades and tints

Shades of #B4D2BD

#B4D2BD
(180,210,189)
#A4BFAC
(164,191,172)
#94AC9B
(148,172,155)
#84998A
(132,153,138)
#748679
(116,134,121)
#647368
(100,115,104)
#546057
(84,96,87)
#444D46
(68,77,70)
#343A35
(52,58,53)
#242724
(36,39,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4D2BD

#B4D2BD
(180,210,189)
#BAD6C3
(186,214,195)
#C0DAC9
(192,218,201)
#C6DECF
(198,222,207)
#CCE2D5
(204,226,213)
#D2E6DB
(210,230,219)
#D8EAE1
(216,234,225)
#DEEEE7
(222,238,231)
#E4F2ED
(228,242,237)
#EAF6F3
(234,246,243)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D2BD; }

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

This text font color is #B4D2BD.

Background Color

.myBgColor { background-color: #B4D2BD; }

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

This div background color is #B4D2BD.

Border color

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

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

This div border color is #B4D2BD.

Opacity

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

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

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

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

This text has shadow with #B4D2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D2BD.

Preview

Color preview on black background

This text has color #B4D2BD on black background.


Color preview on white background

This text has color #B4D2BD on white background.


Black color preview on #B4D2BD background

This text has black color on #B4D2BD background.


White color preview on #B4D2BD background

This text has white color on #B4D2BD background.


Related colors

Complementary color

Complementary color for #hex is #4B2D42.


I love getcolorcode.com

Triadic colors

1 #BDB4D2 and #D2BDB4 with #B4D2BD are triadic colors.

2 #BDD2B4 and #D2B4BD with #B4D2BD are triadic colors.