COLOR #B3EADB

HEX: #B3EADB RGB: (179,234,219)

Color info

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

RGB color model

#B3EADB color RGB value is (179,234,219).

RGB: (179,234,219) (70%, 92%, 86%)

RGB channels and saturation

R 179 of 255 = 70%
G 234 of 255 = 92%
B 219 of 255 = 86%

179
234
219

R + G + B ~ 83%. #B3EADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 234 + 219 = 632 (100%)
R 179 of 632 ~ 28.32%
G 234 of 632 ~ 37.03%
B 219 of 632 ~ 34.65'%

%28.32
%37.03
%34.65

CMYK color model

#B3EADB color CMYK value is (24,0,6,8).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK: (24,0,6,8) C24M0Y6K8 (24%,0%,6%,8%) (0.24/0.00/0.06/0.08) 

CMYK percentages

%23.5
%0
%6.41
%8.24

Codes

Color #B3EADB in popluar color models

B3 EA DB
RGB 179 234 219
HSL 164° 56.70% 80.98%
HSB/HSV 164° 23.50% 91.76%
CMYK 23.50% 0.00% 6.41%
8.24%

Color #B3EADB in popluar number systems.

HEX B3 EA DB
Decimal 179 234 219
Binary 10110011 11101010 11011011
Octal 263 352 333

Shades and tints

Shades of #B3EADB

#B3EADB
(179,234,219)
#A3D5C8
(163,213,200)
#93C0B5
(147,192,181)
#83ABA2
(131,171,162)
#73968F
(115,150,143)
#63817C
(99,129,124)
#536C69
(83,108,105)
#435756
(67,87,86)
#334243
(51,66,67)
#232D30
(35,45,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #B3EADB

#B3EADB
(179,234,219)
#B9EBDE
(185,235,222)
#BFECE1
(191,236,225)
#C5EDE4
(197,237,228)
#CBEEE7
(203,238,231)
#D1EFEA
(209,239,234)
#D7F0ED
(215,240,237)
#DDF1F0
(221,241,240)
#E3F2F3
(227,242,243)
#E9F3F6
(233,243,246)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EADB; }

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

This text font color is #B3EADB.

Background Color

.myBgColor { background-color: #B3EADB; }

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

This div background color is #B3EADB.

Border color

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

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

This div border color is #B3EADB.

Opacity

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

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

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

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

This text has shadow with #B3EADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EADB.

Preview

Color preview on black background

This text has color #B3EADB on black background.


Color preview on white background

This text has color #B3EADB on white background.


Black color preview on #B3EADB background

This text has black color on #B3EADB background.


White color preview on #B3EADB background

This text has white color on #B3EADB background.


Related colors

Complementary color

Complementary color for #hex is #4C1524.


I love getcolorcode.com

Triadic colors

1 #DBB3EA and #EADBB3 with #B3EADB are triadic colors.

2 #DBEAB3 and #EAB3DB with #B3EADB are triadic colors.