COLOR #B0DAC6

HEX: #B0DAC6
RGB: (176,218,198)

Color info

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

RGB color model

#B0DAC6 color RGB value is (176,218,198).

  • red value is 176;
  • green value is 218;
  • blue value is 198.
RGB:
(176,218,198)
(69%,85%,78%)

RGB channels and saturation

R 176 of 255 = 69%
G 218 of 255 = 85%
B 198 of 255 = 78%

176
218
198

R + G + B ~ 77%. #B0DAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 218 + 198 = 592 (100%)
R 176 of 592 ~ 29.73%
G 218 of 592 ~ 36.82%
B 198 of 592 ~ 33.45%

%29.73
%36.82
%33.45

CMYK color model

#B0DAC6 color CMYK value is (19,0,9,15).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(19,0,9,15)
C19M0Y9K15 
(19%,0%,9%,15%)
(0.19/0.00/0.09/0.15)	

CMYK percentages

%19.27
%0
%9.17
%14.51

Codes

Color #B0DAC6 in popluar color models

B0DAC6
RGB176218198
HSL151°36.21%77.25%
HSB/HSV151°19.27%85.49%
CMYK19.27%0.00%9.17%
14.51%

Color #B0DAC6 in popluar number systems.

HEXB0DAC6
Decimal176218198
Binary101100001101101011000110
Octal260332306

Shades and tints

Shades of #B0DAC6

#B0DAC6
(176,218,198)
#A0C7B4
(160,199,180)
#90B4A2
(144,180,162)
#80A190
(128,161,144)
#708E7E
(112,142,126)
#607B6C
(96,123,108)
#50685A
(80,104,90)
#405548
(64,85,72)
#304236
(48,66,54)
#202F24
(32,47,36)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #B0DAC6

#B0DAC6
(176,218,198)
#B7DDCB
(183,221,203)
#BEE0D0
(190,224,208)
#C5E3D5
(197,227,213)
#CCE6DA
(204,230,218)
#D3E9DF
(211,233,223)
#DAECE4
(218,236,228)
#E1EFE9
(225,239,233)
#E8F2EE
(232,242,238)
#EFF5F3
(239,245,243)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DAC6; }

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

This text font color is #B0DAC6.


Background Color

.myBgColor { background-color: #B0DAC6; }

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

This div background color is #B0DAC6.


Border color

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

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

This div border color is #B0DAC6.


Opacity

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

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

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

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

This text has shadow with #B0DAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DAC6 on black background.


Color preview on white background

This text has color #B0DAC6 on white background.



Black color preview on #B0DAC6 background

This text has black color on #B0DAC6 background.


White color preview on #B0DAC6 background

This text has white color on #B0DAC6 background.