COLOR #B4EAEA

HEX: #B4EAEA RGB: (180,234,234)

Color info

#B4EAEA contains red, green and blue colors in about the same proportion. Web safe color of #B4EAEA is #CCFFFF (or #CFF).

RGB color model

#B4EAEA color RGB value is (180,234,234).

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

RGB channels and saturation

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

180
234
234

R + G + B ~ 85%. #B4EAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 234 + 234 = 648 (100%)
R 180 of 648 ~ 27.78%
G 234 of 648 ~ 36.11%
B 234 of 648 ~ 36.11'%

%27.78
%36.11
%36.11

CMYK color model

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

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

CMYK: (23,0,0,8)
C23M0Y0K8 (23%, 0%, 0%, 8%)
(0.23 / 0.00 / 0.00 / 0.08)

CMYK percentages

%23.08
%0
%0
%8.24

Codes

Color #B4EAEA in popluar color models

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

Color #B4EAEA in popluar number systems.

HEX B4 EA EA
Decimal 180 234 234
Binary 10110100 11101010 11101010
Octal 264 352 352

Shades and tints

Shades of #B4EAEA

#B4EAEA
(180,234,234)
#A4D5D5
(164,213,213)
#94C0C0
(148,192,192)
#84ABAB
(132,171,171)
#749696
(116,150,150)
#648181
(100,129,129)
#546C6C
(84,108,108)
#445757
(68,87,87)
#344242
(52,66,66)
#242D2D
(36,45,45)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #B4EAEA

#B4EAEA
(180,234,234)
#BAEBEB
(186,235,235)
#C0ECEC
(192,236,236)
#C6EDED
(198,237,237)
#CCEEEE
(204,238,238)
#D2EFEF
(210,239,239)
#D8F0F0
(216,240,240)
#DEF1F1
(222,241,241)
#E4F2F2
(228,242,242)
#EAF3F3
(234,243,243)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EAEA; }

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

This text font color is #B4EAEA.

Background Color

.myBgColor { background-color: #B4EAEA; }

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

This div background color is #B4EAEA.

Border color

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

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

This div border color is #B4EAEA.

Opacity

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

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

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

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

This text has shadow with #B4EAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EAEA.

Preview

Color preview on black background

This text has color #B4EAEA on black background.


Color preview on white background

This text has color #B4EAEA on white background.


Black color preview on #B4EAEA background

This text has black color on #B4EAEA background.


White color preview on #B4EAEA background

This text has white color on #B4EAEA background.


Related colors

Complementary color

Complementary color for #hex is #4B1515.


I love getcolorcode.com