COLOR #B7DAC8

HEX: #B7DAC8
RGB: (183,218,200)

Color info

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

RGB color model

#B7DAC8 color RGB value is (183,218,200).

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

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 200 of 255 = 78%

183
218
200

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

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 200 = 601 (100%)
R 183 of 601 ~ 30.45%
G 218 of 601 ~ 36.27%
B 200 of 601 ~ 33.28%

%30.45
%36.27
%33.28

CMYK color model

#B7DAC8 color CMYK value is (16,0,8,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(16,0,8,15)
C16M0Y8K15 
(16%,0%,8%,15%)
(0.16/0.00/0.08/0.15)	

CMYK percentages

%16.06
%0
%8.26
%14.51

Codes

Color #B7DAC8 in popluar color models

B7DAC8
RGB183218200
HSL149°32.11%78.63%
HSB/HSV149°16.06%85.49%
CMYK16.06%0.00%8.26%
14.51%

Color #B7DAC8 in popluar number systems.

HEXB7DAC8
Decimal183218200
Binary101101111101101011001000
Octal267332310

Shades and tints

Shades of #B7DAC8

#B7DAC8
(183,218,200)
#A7C7B6
(167,199,182)
#97B4A4
(151,180,164)
#87A192
(135,161,146)
#778E80
(119,142,128)
#677B6E
(103,123,110)
#57685C
(87,104,92)
#47554A
(71,85,74)
#374238
(55,66,56)
#272F26
(39,47,38)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #B7DAC8

#B7DAC8
(183,218,200)
#BDDDCD
(189,221,205)
#C3E0D2
(195,224,210)
#C9E3D7
(201,227,215)
#CFE6DC
(207,230,220)
#D5E9E1
(213,233,225)
#DBECE6
(219,236,230)
#E1EFEB
(225,239,235)
#E7F2F0
(231,242,240)
#EDF5F5
(237,245,245)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DAC8; }

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

This text font color is #B7DAC8.


Background Color

.myBgColor { background-color: #B7DAC8; }

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

This div background color is #B7DAC8.


Border color

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

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

This div border color is #B7DAC8.


Opacity

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

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

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

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

This text has shadow with #B7DAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DAC8 on black background.


Color preview on white background

This text has color #B7DAC8 on white background.



Black color preview on #B7DAC8 background

This text has black color on #B7DAC8 background.


White color preview on #B7DAC8 background

This text has white color on #B7DAC8 background.