COLOR #B3DAB6

HEX: #B3DAB6 RGB: (179,218,182)

Color info

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

RGB color model

#B3DAB6 color RGB value is (179,218,182).

RGB: (179,218,182) (70%, 85%, 71%)

RGB channels and saturation

R 179 of 255 = 70%
G 218 of 255 = 85%
B 182 of 255 = 71%

179
218
182

R + G + B ~ 75%. #B3DAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 218 + 182 = 579 (100%)
R 179 of 579 ~ 30.92%
G 218 of 579 ~ 37.65%
B 182 of 579 ~ 31.43'%

%30.92
%37.65
%31.43

CMYK color model

#B3DAB6 color CMYK value is (18,0,17,15).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 14.51%

CMYK: (18,0,17,15)
C18M0Y17K15 (18%, 0%, 17%, 15%)
(0.18 / 0.00 / 0.17 / 0.15)

CMYK percentages

%17.89
%0
%16.51
%14.51

Codes

Color #B3DAB6 in popluar color models

B3 DA B6
RGB 179 218 182
HSL 125° 34.51% 77.84%
HSB/HSV 125° 17.89% 85.49%
CMYK 17.89% 0.00% 16.51%
14.51%

Color #B3DAB6 in popluar number systems.

HEX B3 DA B6
Decimal 179 218 182
Binary 10110011 11011010 10110110
Octal 263 332 266

Shades and tints

Shades of #B3DAB6

#B3DAB6
(179,218,182)
#A3C7A6
(163,199,166)
#93B496
(147,180,150)
#83A186
(131,161,134)
#738E76
(115,142,118)
#637B66
(99,123,102)
#536856
(83,104,86)
#435546
(67,85,70)
#334236
(51,66,54)
#232F26
(35,47,38)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #B3DAB6

#B3DAB6
(179,218,182)
#B9DDBC
(185,221,188)
#BFE0C2
(191,224,194)
#C5E3C8
(197,227,200)
#CBE6CE
(203,230,206)
#D1E9D4
(209,233,212)
#D7ECDA
(215,236,218)
#DDEFE0
(221,239,224)
#E3F2E6
(227,242,230)
#E9F5EC
(233,245,236)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DAB6 color. Also use rgb(179,218,182) instead hex code.

Text Font Color

.myTextColor { color: #B3DAB6; }

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

This text font color is #B3DAB6.

Background Color

.myBgColor { background-color: #B3DAB6; }

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

This div background color is #B3DAB6.

Border color

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

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

This div border color is #B3DAB6.

Opacity

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

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

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

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

This text has shadow with #B3DAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DAB6.

Preview

Color preview on black background

This text has color #B3DAB6 on black background.


Color preview on white background

This text has color #B3DAB6 on white background.


Black color preview on #B3DAB6 background

This text has black color on #B3DAB6 background.


White color preview on #B3DAB6 background

This text has white color on #B3DAB6 background.


Related colors

Complementary color

Complementary color for #hex is #4C2549.


I love getcolorcode.com

Triadic colors

1 #B6B3DA and #DAB6B3 with #B3DAB6 are triadic colors.

2 #B6DAB3 and #DAB3B6 with #B3DAB6 are triadic colors.