COLOR #B7DAD2

HEX: #B7DAD2
RGB: (183,218,210)

Color info

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

RGB color model

#B7DAD2 color RGB value is (183,218,210).

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

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 210 of 255 = 82%

183
218
210

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

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 210 = 611 (100%)
R 183 of 611 ~ 29.95%
G 218 of 611 ~ 35.68%
B 210 of 611 ~ 34.37%

%29.95
%35.68
%34.37

CMYK color model

#B7DAD2 color CMYK value is (16,0,4,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 14.51%
CMYK:
(16,0,4,15)
C16M0Y4K15 
(16%,0%,4%,15%)
(0.16/0.00/0.04/0.15)	

CMYK percentages

%16.06
%0
%3.67
%14.51

Codes

Color #B7DAD2 in popluar color models

B7DAD2
RGB183218210
HSL166°32.11%78.63%
HSB/HSV166°16.06%85.49%
CMYK16.06%0.00%3.67%
14.51%

Color #B7DAD2 in popluar number systems.

HEXB7DAD2
Decimal183218210
Binary101101111101101011010010
Octal267332322

Shades and tints

Shades of #B7DAD2

#B7DAD2
(183,218,210)
#A7C7BF
(167,199,191)
#97B4AC
(151,180,172)
#87A199
(135,161,153)
#778E86
(119,142,134)
#677B73
(103,123,115)
#576860
(87,104,96)
#47554D
(71,85,77)
#37423A
(55,66,58)
#272F27
(39,47,39)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #B7DAD2

#B7DAD2
(183,218,210)
#BDDDD6
(189,221,214)
#C3E0DA
(195,224,218)
#C9E3DE
(201,227,222)
#CFE6E2
(207,230,226)
#D5E9E6
(213,233,230)
#DBECEA
(219,236,234)
#E1EFEE
(225,239,238)
#E7F2F2
(231,242,242)
#EDF5F6
(237,245,246)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DAD2; }

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

This text font color is #B7DAD2.


Background Color

.myBgColor { background-color: #B7DAD2; }

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

This div background color is #B7DAD2.


Border color

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

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

This div border color is #B7DAD2.


Opacity

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

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

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

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

This text has shadow with #B7DAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DAD2 on black background.


Color preview on white background

This text has color #B7DAD2 on white background.



Black color preview on #B7DAD2 background

This text has black color on #B7DAD2 background.


White color preview on #B7DAD2 background

This text has white color on #B7DAD2 background.