COLOR #B3EAE6

HEX: #B3EAE6 RGB: (179,234,230)

Color info

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

RGB color model

#B3EAE6 color RGB value is (179,234,230).

RGB: (179,234,230) (70%, 92%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 234 of 255 = 92%
B 230 of 255 = 90%

179
234
230

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

Portions of RGB colors in percentages

R + G + B = 179 + 234 + 230 = 643 (100%)
R 179 of 643 ~ 27.84%
G 234 of 643 ~ 36.39%
B 230 of 643 ~ 35.77'%

%27.84
%36.39
%35.77

CMYK color model

#B3EAE6 color CMYK value is (24,0,2,8).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%

CMYK: (24,0,2,8)
C24M0Y2K8 (24%, 0%, 2%, 8%)
(0.24 / 0.00 / 0.02 / 0.08)

CMYK percentages

%23.5
%0
%1.71
%8.24

Codes

Color #B3EAE6 in popluar color models

B3 EA E6
RGB 179 234 230
HSL 176° 56.70% 80.98%
HSB/HSV 176° 23.50% 91.76%
CMYK 23.50% 0.00% 1.71%
8.24%

Color #B3EAE6 in popluar number systems.

HEX B3 EA E6
Decimal 179 234 230
Binary 10110011 11101010 11100110
Octal 263 352 346

Shades and tints

Shades of #B3EAE6

#B3EAE6
(179,234,230)
#A3D5D2
(163,213,210)
#93C0BE
(147,192,190)
#83ABAA
(131,171,170)
#739696
(115,150,150)
#638182
(99,129,130)
#536C6E
(83,108,110)
#43575A
(67,87,90)
#334246
(51,66,70)
#232D32
(35,45,50)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #B3EAE6

#B3EAE6
(179,234,230)
#B9EBE8
(185,235,232)
#BFECEA
(191,236,234)
#C5EDEC
(197,237,236)
#CBEEEE
(203,238,238)
#D1EFF0
(209,239,240)
#D7F0F2
(215,240,242)
#DDF1F4
(221,241,244)
#E3F2F6
(227,242,246)
#E9F3F8
(233,243,248)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EAE6; }

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

This text font color is #B3EAE6.

Background Color

.myBgColor { background-color: #B3EAE6; }

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

This div background color is #B3EAE6.

Border color

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

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

This div border color is #B3EAE6.

Opacity

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

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

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

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

This text has shadow with #B3EAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EAE6.

Preview

Color preview on black background

This text has color #B3EAE6 on black background.


Color preview on white background

This text has color #B3EAE6 on white background.


Black color preview on #B3EAE6 background

This text has black color on #B3EAE6 background.


White color preview on #B3EAE6 background

This text has white color on #B3EAE6 background.


Related colors

Complementary color

Complementary color for #hex is #4C1519.


I love getcolorcode.com

Triadic colors

1 #E6B3EA and #EAE6B3 with #B3EAE6 are triadic colors.

2 #E6EAB3 and #EAB3E6 with #B3EAE6 are triadic colors.