COLOR #B6DAAF

HEX: #B6DAAF RGB: (182,218,175)

Color info

#B6DAAF contains red, green and blue colors in about the same proportion. Web safe color of #B6DAAF is #CCCC99 (or #CC9).

RGB color model

#B6DAAF color RGB value is (182,218,175).

RGB: (182,218,175) (71%, 85%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 175 of 255 = 69%

182
218
175

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

Portions of RGB colors in percentages

R + G + B = 182 + 218 + 175 = 575 (100%)
R 182 of 575 ~ 31.65%
G 218 of 575 ~ 37.91%
B 175 of 575 ~ 30.43'%

%31.65
%37.91
%30.43

CMYK color model

#B6DAAF color CMYK value is (17,0,20,15).

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

CMYK: (17,0,20,15)
C17M0Y20K15 (17%, 0%, 20%, 15%)
(0.17 / 0.00 / 0.20 / 0.15)

CMYK percentages

%16.51
%0
%19.72
%14.51

Codes

Color #B6DAAF in popluar color models

B6 DA AF
RGB 182 218 175
HSL 110° 36.75% 77.06%
HSB/HSV 110° 19.72% 85.49%
CMYK 16.51% 0.00% 19.72%
14.51%

Color #B6DAAF in popluar number systems.

HEX B6 DA AF
Decimal 182 218 175
Binary 10110110 11011010 10101111
Octal 266 332 257

Shades and tints

Shades of #B6DAAF

#B6DAAF
(182,218,175)
#A6C7A0
(166,199,160)
#96B491
(150,180,145)
#86A182
(134,161,130)
#768E73
(118,142,115)
#667B64
(102,123,100)
#566855
(86,104,85)
#465546
(70,85,70)
#364237
(54,66,55)
#262F28
(38,47,40)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #B6DAAF

#B6DAAF
(182,218,175)
#BCDDB6
(188,221,182)
#C2E0BD
(194,224,189)
#C8E3C4
(200,227,196)
#CEE6CB
(206,230,203)
#D4E9D2
(212,233,210)
#DAECD9
(218,236,217)
#E0EFE0
(224,239,224)
#E6F2E7
(230,242,231)
#ECF5EE
(236,245,238)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DAAF; }

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

This text font color is #B6DAAF.

Background Color

.myBgColor { background-color: #B6DAAF; }

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

This div background color is #B6DAAF.

Border color

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

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

This div border color is #B6DAAF.

Opacity

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

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

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

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

This text has shadow with #B6DAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DAAF.

Preview

Color preview on black background

This text has color #B6DAAF on black background.


Color preview on white background

This text has color #B6DAAF on white background.


Black color preview on #B6DAAF background

This text has black color on #B6DAAF background.


White color preview on #B6DAAF background

This text has white color on #B6DAAF background.


Related colors

Complementary color

Complementary color for #hex is #492550.


I love getcolorcode.com

Triadic colors

1 #AFB6DA and #DAAFB6 with #B6DAAF are triadic colors.

2 #AFDAB6 and #DAB6AF with #B6DAAF are triadic colors.