COLOR #B6DAC4

HEX: #B6DAC4
RGB: (182,218,196)

Color info

#B6DAC4 contains red, green and blue colors in about the same proportion. Web safe color of #B6DAC4 is #CCCCCC (or #CCC).

RGB color model

#B6DAC4 color RGB value is (182,218,196).

  • red value is 182;
  • green value is 218;
  • blue value is 196.
RGB:
(182,218,196)
(71%,85%,77%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 196 of 255 = 77%

182
218
196

R + G + B ~ 78%. #B6DAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 196 = 596 (100%)
R 182 of 596 ~ 30.54%
G 218 of 596 ~ 36.58%
B 196 of 596 ~ 32.89%

%30.54
%36.58
%32.89

CMYK color model

#B6DAC4 color CMYK value is (17,0,10,15).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 14.51%
CMYK:
(17,0,10,15)
C17M0Y10K15 
(17%,0%,10%,15%)
(0.17/0.00/0.10/0.15)	

CMYK percentages

%16.51
%0
%10.09
%14.51

Codes

Color #B6DAC4 in popluar color models

B6DAC4
RGB182218196
HSL143°32.73%78.43%
HSB/HSV143°16.51%85.49%
CMYK16.51%0.00%10.09%
14.51%

Color #B6DAC4 in popluar number systems.

HEXB6DAC4
Decimal182218196
Binary101101101101101011000100
Octal266332304

Shades and tints

Shades of #B6DAC4

#B6DAC4
(182,218,196)
#A6C7B3
(166,199,179)
#96B4A2
(150,180,162)
#86A191
(134,161,145)
#768E80
(118,142,128)
#667B6F
(102,123,111)
#56685E
(86,104,94)
#46554D
(70,85,77)
#36423C
(54,66,60)
#262F2B
(38,47,43)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #B6DAC4

#B6DAC4
(182,218,196)
#BCDDC9
(188,221,201)
#C2E0CE
(194,224,206)
#C8E3D3
(200,227,211)
#CEE6D8
(206,230,216)
#D4E9DD
(212,233,221)
#DAECE2
(218,236,226)
#E0EFE7
(224,239,231)
#E6F2EC
(230,242,236)
#ECF5F1
(236,245,241)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DAC4; }

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

This text font color is #B6DAC4.


Background Color

.myBgColor { background-color: #B6DAC4; }

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

This div background color is #B6DAC4.


Border color

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

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

This div border color is #B6DAC4.


Opacity

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

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

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

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

This text has shadow with #B6DAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DAC4 on black background.


Color preview on white background

This text has color #B6DAC4 on white background.



Black color preview on #B6DAC4 background

This text has black color on #B6DAC4 background.


White color preview on #B6DAC4 background

This text has white color on #B6DAC4 background.