COLOR #B0DAA6

HEX: #B0DAA6 RGB: (176,218,166)

Color info

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

RGB color model

#B0DAA6 color RGB value is (176,218,166).

RGB: (176,218,166) (69%, 85%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 218 of 255 = 85%
B 166 of 255 = 65%

176
218
166

R + G + B ~ 73%. #B0DAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 218 + 166 = 560 (100%)
R 176 of 560 ~ 31.43%
G 218 of 560 ~ 38.93%
B 166 of 560 ~ 29.64'%

%31.43
%38.93
%29.64

CMYK color model

#B0DAA6 color CMYK value is (19,0,24,15).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 14.51%
CMYK: (19,0,24,15) C19M0Y24K15 (19%,0%,24%,15%) (0.19/0.00/0.24/0.15) 

CMYK percentages

%19.27
%0
%23.85
%14.51

Codes

Color #B0DAA6 in popluar color models

B0 DA A6
RGB 176 218 166
HSL 108° 41.27% 75.29%
HSB/HSV 108° 23.85% 85.49%
CMYK 19.27% 0.00% 23.85%
14.51%

Color #B0DAA6 in popluar number systems.

HEX B0 DA A6
Decimal 176 218 166
Binary 10110000 11011010 10100110
Octal 260 332 246

Shades and tints

Shades of #B0DAA6

#B0DAA6
(176,218,166)
#A0C797
(160,199,151)
#90B488
(144,180,136)
#80A179
(128,161,121)
#708E6A
(112,142,106)
#607B5B
(96,123,91)
#50684C
(80,104,76)
#40553D
(64,85,61)
#30422E
(48,66,46)
#202F1F
(32,47,31)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #B0DAA6

#B0DAA6
(176,218,166)
#B7DDAE
(183,221,174)
#BEE0B6
(190,224,182)
#C5E3BE
(197,227,190)
#CCE6C6
(204,230,198)
#D3E9CE
(211,233,206)
#DAECD6
(218,236,214)
#E1EFDE
(225,239,222)
#E8F2E6
(232,242,230)
#EFF5EE
(239,245,238)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DAA6 color. Also use rgb(176,218,166) instead hex code.

Text Font Color

.myTextColor { color: #B0DAA6; }

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

This text font color is #B0DAA6.

Background Color

.myBgColor { background-color: #B0DAA6; }

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

This div background color is #B0DAA6.

Border color

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

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

This div border color is #B0DAA6.

Opacity

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

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

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

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

This text has shadow with #B0DAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DAA6.

Preview

Color preview on black background

This text has color #B0DAA6 on black background.


Color preview on white background

This text has color #B0DAA6 on white background.


Black color preview on #B0DAA6 background

This text has black color on #B0DAA6 background.


White color preview on #B0DAA6 background

This text has white color on #B0DAA6 background.


Related colors

Complementary color

Complementary color for #hex is #4F2559.


I love getcolorcode.com

Triadic colors

1 #A6B0DA and #DAA6B0 with #B0DAA6 are triadic colors.

2 #A6DAB0 and #DAB0A6 with #B0DAA6 are triadic colors.