COLOR #B7DAC4

HEX: #B7DAC4
RGB: (183,218,196)

Color info

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

RGB color model

#B7DAC4 color RGB value is (183,218,196).

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

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 196 of 255 = 77%

183
218
196

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

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 196 = 597 (100%)
R 183 of 597 ~ 30.65%
G 218 of 597 ~ 36.52%
B 196 of 597 ~ 32.83%

%30.65
%36.52
%32.83

CMYK color model

#B7DAC4 color CMYK value is (16,0,10,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 14.51%
CMYK:
(16,0,10,15)
C16M0Y10K15 
(16%,0%,10%,15%)
(0.16/0.00/0.10/0.15)	

CMYK percentages

%16.06
%0
%10.09
%14.51

Codes

Color #B7DAC4 in popluar color models

B7DAC4
RGB183218196
HSL142°32.11%78.63%
HSB/HSV142°16.06%85.49%
CMYK16.06%0.00%10.09%
14.51%

Color #B7DAC4 in popluar number systems.

HEXB7DAC4
Decimal183218196
Binary101101111101101011000100
Octal267332304

Shades and tints

Shades of #B7DAC4

#B7DAC4
(183,218,196)
#A7C7B3
(167,199,179)
#97B4A2
(151,180,162)
#87A191
(135,161,145)
#778E80
(119,142,128)
#677B6F
(103,123,111)
#57685E
(87,104,94)
#47554D
(71,85,77)
#37423C
(55,66,60)
#272F2B
(39,47,43)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #B7DAC4

#B7DAC4
(183,218,196)
#BDDDC9
(189,221,201)
#C3E0CE
(195,224,206)
#C9E3D3
(201,227,211)
#CFE6D8
(207,230,216)
#D5E9DD
(213,233,221)
#DBECE2
(219,236,226)
#E1EFE7
(225,239,231)
#E7F2EC
(231,242,236)
#EDF5F1
(237,245,241)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DAC4; }

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

This text font color is #B7DAC4.


Background Color

.myBgColor { background-color: #B7DAC4; }

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

This div background color is #B7DAC4.


Border color

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

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

This div border color is #B7DAC4.


Opacity

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

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

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

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

This text has shadow with #B7DAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DAC4 on black background.


Color preview on white background

This text has color #B7DAC4 on white background.



Black color preview on #B7DAC4 background

This text has black color on #B7DAC4 background.


White color preview on #B7DAC4 background

This text has white color on #B7DAC4 background.