COLOR #B7DAD3

HEX: #B7DAD3
RGB: (183,218,211)

Color info

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

RGB color model

#B7DAD3 color RGB value is (183,218,211).

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

RGB channels and saturation

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

183
218
211

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

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 211 = 612 (100%)
R 183 of 612 ~ 29.9%
G 218 of 612 ~ 35.62%
B 211 of 612 ~ 34.48%

%29.9
%35.62
%34.48

CMYK color model

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

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • 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
%3.21
%14.51

Codes

Color #B7DAD3 in popluar color models

B7DAD3
RGB183218211
HSL168°32.11%78.63%
HSB/HSV168°16.06%85.49%
CMYK16.06%0.00%3.21%
14.51%

Color #B7DAD3 in popluar number systems.

HEXB7DAD3
Decimal183218211
Binary101101111101101011010011
Octal267332323

Shades and tints

Shades of #B7DAD3

#B7DAD3
(183,218,211)
#A7C7C0
(167,199,192)
#97B4AD
(151,180,173)
#87A19A
(135,161,154)
#778E87
(119,142,135)
#677B74
(103,123,116)
#576861
(87,104,97)
#47554E
(71,85,78)
#37423B
(55,66,59)
#272F28
(39,47,40)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #B7DAD3

#B7DAD3
(183,218,211)
#BDDDD7
(189,221,215)
#C3E0DB
(195,224,219)
#C9E3DF
(201,227,223)
#CFE6E3
(207,230,227)
#D5E9E7
(213,233,231)
#DBECEB
(219,236,235)
#E1EFEF
(225,239,239)
#E7F2F3
(231,242,243)
#EDF5F7
(237,245,247)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DAD3; }

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

This text font color is #B7DAD3.


Background Color

.myBgColor { background-color: #B7DAD3; }

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

This div background color is #B7DAD3.


Border color

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

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

This div border color is #B7DAD3.


Opacity

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

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

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

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

This text has shadow with #B7DAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DAD3 on black background.


Color preview on white background

This text has color #B7DAD3 on white background.



Black color preview on #B7DAD3 background

This text has black color on #B7DAD3 background.


White color preview on #B7DAD3 background

This text has white color on #B7DAD3 background.