COLOR #B4E7E6

HEX: #B4E7E6 RGB: (180,231,230)

Color info

#B4E7E6 contains red, green and blue colors in about the same proportion. Web safe color of #B4E7E6 is #CCFFCC (or #CFC).

RGB color model

#B4E7E6 color RGB value is (180,231,230).

RGB: (180,231,230) (71%, 91%, 90%)

RGB channels and saturation

R 180 of 255 = 71%
G 231 of 255 = 91%
B 230 of 255 = 90%

180
231
230

R + G + B ~ 84%. #B4E7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 231 + 230 = 641 (100%)
R 180 of 641 ~ 28.08%
G 231 of 641 ~ 36.04%
B 230 of 641 ~ 35.88'%

%28.08
%36.04
%35.88

CMYK color model

#B4E7E6 color CMYK value is (22,0,0,9).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.41%

CMYK: (22,0,0,9)
C22M0Y0K9 (22%, 0%, 0%, 9%)
(0.22 / 0.00 / 0.00 / 0.09)

CMYK percentages

%22.08
%0
%0.43
%9.41

Codes

Color #B4E7E6 in popluar color models

B4 E7 E6
RGB 180 231 230
HSL 179° 51.52% 80.59%
HSB/HSV 179° 22.08% 90.59%
CMYK 22.08% 0.00% 0.43%
9.41%

Color #B4E7E6 in popluar number systems.

HEX B4 E7 E6
Decimal 180 231 230
Binary 10110100 11100111 11100110
Octal 264 347 346

Shades and tints

Shades of #B4E7E6

#B4E7E6
(180,231,230)
#A4D2D2
(164,210,210)
#94BDBE
(148,189,190)
#84A8AA
(132,168,170)
#749396
(116,147,150)
#647E82
(100,126,130)
#54696E
(84,105,110)
#44545A
(68,84,90)
#343F46
(52,63,70)
#242A32
(36,42,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #B4E7E6

#B4E7E6
(180,231,230)
#BAE9E8
(186,233,232)
#C0EBEA
(192,235,234)
#C6EDEC
(198,237,236)
#CCEFEE
(204,239,238)
#D2F1F0
(210,241,240)
#D8F3F2
(216,243,242)
#DEF5F4
(222,245,244)
#E4F7F6
(228,247,246)
#EAF9F8
(234,249,248)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E7E6 color. Also use rgb(180,231,230) instead hex code.

Text Font Color

.myTextColor { color: #B4E7E6; }

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

This text font color is #B4E7E6.

Background Color

.myBgColor { background-color: #B4E7E6; }

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

This div background color is #B4E7E6.

Border color

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

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

This div border color is #B4E7E6.

Opacity

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

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

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

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

This text has shadow with #B4E7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E7E6.

Preview

Color preview on black background

This text has color #B4E7E6 on black background.


Color preview on white background

This text has color #B4E7E6 on white background.


Black color preview on #B4E7E6 background

This text has black color on #B4E7E6 background.


White color preview on #B4E7E6 background

This text has white color on #B4E7E6 background.


Related colors

Complementary color

Complementary color for #hex is #4B1819.


I love getcolorcode.com

Triadic colors

1 #E6B4E7 and #E7E6B4 with #B4E7E6 are triadic colors.

2 #E6E7B4 and #E7B4E6 with #B4E7E6 are triadic colors.