COLOR #B4E2D2

HEX: #B4E2D2 RGB: (180,226,210)

Color info

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

RGB color model

#B4E2D2 color RGB value is (180,226,210).

RGB: (180,226,210) (71%, 89%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 210 of 255 = 82%

180
226
210

R + G + B ~ 81%. #B4E2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 226 + 210 = 616 (100%)
R 180 of 616 ~ 29.22%
G 226 of 616 ~ 36.69%
B 210 of 616 ~ 34.09'%

%29.22
%36.69
%34.09

CMYK color model

#B4E2D2 color CMYK value is (20,0,7,11).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 11.37%

CMYK: (20,0,7,11)
C20M0Y7K11 (20%, 0%, 7%, 11%)
(0.20 / 0.00 / 0.07 / 0.11)

CMYK percentages

%20.35
%0
%7.08
%11.37

Codes

Color #B4E2D2 in popluar color models

B4 E2 D2
RGB 180 226 210
HSL 159° 44.23% 79.61%
HSB/HSV 159° 20.35% 88.63%
CMYK 20.35% 0.00% 7.08%
11.37%

Color #B4E2D2 in popluar number systems.

HEX B4 E2 D2
Decimal 180 226 210
Binary 10110100 11100010 11010010
Octal 264 342 322

Shades and tints

Shades of #B4E2D2

#B4E2D2
(180,226,210)
#A4CEBF
(164,206,191)
#94BAAC
(148,186,172)
#84A699
(132,166,153)
#749286
(116,146,134)
#647E73
(100,126,115)
#546A60
(84,106,96)
#44564D
(68,86,77)
#34423A
(52,66,58)
#242E27
(36,46,39)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4E2D2

#B4E2D2
(180,226,210)
#BAE4D6
(186,228,214)
#C0E6DA
(192,230,218)
#C6E8DE
(198,232,222)
#CCEAE2
(204,234,226)
#D2ECE6
(210,236,230)
#D8EEEA
(216,238,234)
#DEF0EE
(222,240,238)
#E4F2F2
(228,242,242)
#EAF4F6
(234,244,246)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E2D2; }

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

This text font color is #B4E2D2.

Background Color

.myBgColor { background-color: #B4E2D2; }

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

This div background color is #B4E2D2.

Border color

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

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

This div border color is #B4E2D2.

Opacity

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

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

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

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

This text has shadow with #B4E2D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E2D2.

Preview

Color preview on black background

This text has color #B4E2D2 on black background.


Color preview on white background

This text has color #B4E2D2 on white background.


Black color preview on #B4E2D2 background

This text has black color on #B4E2D2 background.


White color preview on #B4E2D2 background

This text has white color on #B4E2D2 background.


Related colors

Complementary color

Complementary color for #hex is #4B1D2D.


I love getcolorcode.com

Triadic colors

1 #D2B4E2 and #E2D2B4 with #B4E2D2 are triadic colors.

2 #D2E2B4 and #E2B4D2 with #B4E2D2 are triadic colors.