COLOR #B4EAE2

HEX: #B4EAE2 RGB: (180,234,226)

Color info

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

RGB color model

#B4EAE2 color RGB value is (180,234,226).

RGB: (180,234,226) (71%, 92%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 226 of 255 = 89%

180
234
226

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

Portions of RGB colors in percentages

R + G + B = 180 + 234 + 226 = 640 (100%)
R 180 of 640 ~ 28.13%
G 234 of 640 ~ 36.56%
B 226 of 640 ~ 35.31'%

%28.13
%36.56
%35.31

CMYK color model

#B4EAE2 color CMYK value is (23,0,3,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 8.24%

CMYK: (23,0,3,8)
C23M0Y3K8 (23%, 0%, 3%, 8%)
(0.23 / 0.00 / 0.03 / 0.08)

CMYK percentages

%23.08
%0
%3.42
%8.24

Codes

Color #B4EAE2 in popluar color models

B4 EA E2
RGB 180 234 226
HSL 171° 56.25% 81.18%
HSB/HSV 171° 23.08% 91.76%
CMYK 23.08% 0.00% 3.42%
8.24%

Color #B4EAE2 in popluar number systems.

HEX B4 EA E2
Decimal 180 234 226
Binary 10110100 11101010 11100010
Octal 264 352 342

Shades and tints

Shades of #B4EAE2

#B4EAE2
(180,234,226)
#A4D5CE
(164,213,206)
#94C0BA
(148,192,186)
#84ABA6
(132,171,166)
#749692
(116,150,146)
#64817E
(100,129,126)
#546C6A
(84,108,106)
#445756
(68,87,86)
#344242
(52,66,66)
#242D2E
(36,45,46)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #B4EAE2

#B4EAE2
(180,234,226)
#BAEBE4
(186,235,228)
#C0ECE6
(192,236,230)
#C6EDE8
(198,237,232)
#CCEEEA
(204,238,234)
#D2EFEC
(210,239,236)
#D8F0EE
(216,240,238)
#DEF1F0
(222,241,240)
#E4F2F2
(228,242,242)
#EAF3F4
(234,243,244)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EAE2; }

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

This text font color is #B4EAE2.

Background Color

.myBgColor { background-color: #B4EAE2; }

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

This div background color is #B4EAE2.

Border color

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

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

This div border color is #B4EAE2.

Opacity

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

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

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

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

This text has shadow with #B4EAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EAE2.

Preview

Color preview on black background

This text has color #B4EAE2 on black background.


Color preview on white background

This text has color #B4EAE2 on white background.


Black color preview on #B4EAE2 background

This text has black color on #B4EAE2 background.


White color preview on #B4EAE2 background

This text has white color on #B4EAE2 background.


Related colors

Complementary color

Complementary color for #hex is #4B151D.


I love getcolorcode.com

Triadic colors

1 #E2B4EA and #EAE2B4 with #B4EAE2 are triadic colors.

2 #E2EAB4 and #EAB4E2 with #B4EAE2 are triadic colors.