COLOR #B7DACC

HEX: #B7DACC
RGB: (183,218,204)

Color info

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

RGB color model

#B7DACC color RGB value is (183,218,204).

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

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 204 of 255 = 80%

183
218
204

R + G + B ~ 79%. #B7DACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 204 = 605 (100%)
R 183 of 605 ~ 30.25%
G 218 of 605 ~ 36.03%
B 204 of 605 ~ 33.72%

%30.25
%36.03
%33.72

CMYK color model

#B7DACC color CMYK value is (16,0,6,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 14.51%
CMYK:
(16,0,6,15)
C16M0Y6K15 
(16%,0%,6%,15%)
(0.16/0.00/0.06/0.15)	

CMYK percentages

%16.06
%0
%6.42
%14.51

Codes

Color #B7DACC in popluar color models

B7DACC
RGB183218204
HSL156°32.11%78.63%
HSB/HSV156°16.06%85.49%
CMYK16.06%0.00%6.42%
14.51%

Color #B7DACC in popluar number systems.

HEXB7DACC
Decimal183218204
Binary101101111101101011001100
Octal267332314

Shades and tints

Shades of #B7DACC

#B7DACC
(183,218,204)
#A7C7BA
(167,199,186)
#97B4A8
(151,180,168)
#87A196
(135,161,150)
#778E84
(119,142,132)
#677B72
(103,123,114)
#576860
(87,104,96)
#47554E
(71,85,78)
#37423C
(55,66,60)
#272F2A
(39,47,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #B7DACC

#B7DACC
(183,218,204)
#BDDDD0
(189,221,208)
#C3E0D4
(195,224,212)
#C9E3D8
(201,227,216)
#CFE6DC
(207,230,220)
#D5E9E0
(213,233,224)
#DBECE4
(219,236,228)
#E1EFE8
(225,239,232)
#E7F2EC
(231,242,236)
#EDF5F0
(237,245,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DACC; }

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

This text font color is #B7DACC.


Background Color

.myBgColor { background-color: #B7DACC; }

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

This div background color is #B7DACC.


Border color

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

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

This div border color is #B7DACC.


Opacity

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

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

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

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

This text has shadow with #B7DACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DACC on black background.


Color preview on white background

This text has color #B7DACC on white background.



Black color preview on #B7DACC background

This text has black color on #B7DACC background.


White color preview on #B7DACC background

This text has white color on #B7DACC background.