COLOR #B3EAE4

HEX: #B3EAE4 RGB: (179,234,228)

Color info

#B3EAE4 contains red, green and blue colors in about the same proportion. Web safe color of #B3EAE4 is #99FFCC (or #9FC).

RGB color model

#B3EAE4 color RGB value is (179,234,228).

RGB: (179,234,228) (70%, 92%, 89%)

RGB channels and saturation

R 179 of 255 = 70%
G 234 of 255 = 92%
B 228 of 255 = 89%

179
234
228

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

Portions of RGB colors in percentages

R + G + B = 179 + 234 + 228 = 641 (100%)
R 179 of 641 ~ 27.93%
G 234 of 641 ~ 36.51%
B 228 of 641 ~ 35.57'%

%27.93
%36.51
%35.57

CMYK color model

#B3EAE4 color CMYK value is (24,0,3,8).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK: (24,0,3,8) C24M0Y3K8 (24%,0%,3%,8%) (0.24/0.00/0.03/0.08) 

CMYK percentages

%23.5
%0
%2.56
%8.24

Codes

Color #B3EAE4 in popluar color models

B3 EA E4
RGB 179 234 228
HSL 173° 56.70% 80.98%
HSB/HSV 173° 23.50% 91.76%
CMYK 23.50% 0.00% 2.56%
8.24%

Color #B3EAE4 in popluar number systems.

HEX B3 EA E4
Decimal 179 234 228
Binary 10110011 11101010 11100100
Octal 263 352 344

Shades and tints

Shades of #B3EAE4

#B3EAE4
(179,234,228)
#A3D5D0
(163,213,208)
#93C0BC
(147,192,188)
#83ABA8
(131,171,168)
#739694
(115,150,148)
#638180
(99,129,128)
#536C6C
(83,108,108)
#435758
(67,87,88)
#334244
(51,66,68)
#232D30
(35,45,48)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #B3EAE4

#B3EAE4
(179,234,228)
#B9EBE6
(185,235,230)
#BFECE8
(191,236,232)
#C5EDEA
(197,237,234)
#CBEEEC
(203,238,236)
#D1EFEE
(209,239,238)
#D7F0F0
(215,240,240)
#DDF1F2
(221,241,242)
#E3F2F4
(227,242,244)
#E9F3F6
(233,243,246)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EAE4; }

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

This text font color is #B3EAE4.

Background Color

.myBgColor { background-color: #B3EAE4; }

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

This div background color is #B3EAE4.

Border color

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

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

This div border color is #B3EAE4.

Opacity

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

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

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

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

This text has shadow with #B3EAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EAE4.

Preview

Color preview on black background

This text has color #B3EAE4 on black background.


Color preview on white background

This text has color #B3EAE4 on white background.


Black color preview on #B3EAE4 background

This text has black color on #B3EAE4 background.


White color preview on #B3EAE4 background

This text has white color on #B3EAE4 background.


Related colors

Complementary color

Complementary color for #hex is #4C151B.


I love getcolorcode.com

Triadic colors

1 #E4B3EA and #EAE4B3 with #B3EAE4 are triadic colors.

2 #E4EAB3 and #EAB3E4 with #B3EAE4 are triadic colors.