COLOR #B7DAD4

HEX: #B7DAD4
RGB: (183,218,212)

Color info

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

RGB color model

#B7DAD4 color RGB value is (183,218,212).

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

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 212 of 255 = 83%

183
218
212

R + G + B ~ 80%. #B7DAD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 212 = 613 (100%)
R 183 of 613 ~ 29.85%
G 218 of 613 ~ 35.56%
B 212 of 613 ~ 34.58%

%29.85
%35.56
%34.58

CMYK color model

#B7DAD4 color CMYK value is (16,0,3,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(16,0,3,15)
C16M0Y3K15 
(16%,0%,3%,15%)
(0.16/0.00/0.03/0.15)	

CMYK percentages

%16.06
%0
%2.75
%14.51

Codes

Color #B7DAD4 in popluar color models

B7DAD4
RGB183218212
HSL170°32.11%78.63%
HSB/HSV170°16.06%85.49%
CMYK16.06%0.00%2.75%
14.51%

Color #B7DAD4 in popluar number systems.

HEXB7DAD4
Decimal183218212
Binary101101111101101011010100
Octal267332324

Shades and tints

Shades of #B7DAD4

#B7DAD4
(183,218,212)
#A7C7C1
(167,199,193)
#97B4AE
(151,180,174)
#87A19B
(135,161,155)
#778E88
(119,142,136)
#677B75
(103,123,117)
#576862
(87,104,98)
#47554F
(71,85,79)
#37423C
(55,66,60)
#272F29
(39,47,41)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #B7DAD4

#B7DAD4
(183,218,212)
#BDDDD7
(189,221,215)
#C3E0DA
(195,224,218)
#C9E3DD
(201,227,221)
#CFE6E0
(207,230,224)
#D5E9E3
(213,233,227)
#DBECE6
(219,236,230)
#E1EFE9
(225,239,233)
#E7F2EC
(231,242,236)
#EDF5EF
(237,245,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DAD4; }

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

This text font color is #B7DAD4.


Background Color

.myBgColor { background-color: #B7DAD4; }

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

This div background color is #B7DAD4.


Border color

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

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

This div border color is #B7DAD4.


Opacity

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

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

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

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

This text has shadow with #B7DAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DAD4 on black background.


Color preview on white background

This text has color #B7DAD4 on white background.



Black color preview on #B7DAD4 background

This text has black color on #B7DAD4 background.


White color preview on #B7DAD4 background

This text has white color on #B7DAD4 background.