COLOR #B7DADF

HEX: #B7DADF
RGB: (183,218,223)

Color info

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

RGB color model

#B7DADF color RGB value is (183,218,223).

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

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 223 of 255 = 87%

183
218
223

R + G + B ~ 81%. #B7DADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 223 = 624 (100%)
R 183 of 624 ~ 29.33%
G 218 of 624 ~ 34.94%
B 223 of 624 ~ 35.74%

%29.33
%34.94
%35.74

CMYK color model

#B7DADF color CMYK value is (18,2,0,13).

  • cyan value is 17.94%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,2,0,13)
C18M2Y0K13 
(18%,2%,0%,13%)
(0.18/0.02/0.00/0.13)	

CMYK percentages

%17.94
%2.24
%0
%12.55

Codes

Color #B7DADF in popluar color models

B7DADF
RGB183218223
HSL188°38.46%79.61%
HSB/HSV188°17.94%87.45%
CMYK17.94%2.24%0.00%
12.55%

Color #B7DADF in popluar number systems.

HEXB7DADF
Decimal183218223
Binary101101111101101011011111
Octal267332337

Shades and tints

Shades of #B7DADF

#B7DADF
(183,218,223)
#A7C7CB
(167,199,203)
#97B4B7
(151,180,183)
#87A1A3
(135,161,163)
#778E8F
(119,142,143)
#677B7B
(103,123,123)
#576867
(87,104,103)
#475553
(71,85,83)
#37423F
(55,66,63)
#272F2B
(39,47,43)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #B7DADF

#B7DADF
(183,218,223)
#BDDDE1
(189,221,225)
#C3E0E3
(195,224,227)
#C9E3E5
(201,227,229)
#CFE6E7
(207,230,231)
#D5E9E9
(213,233,233)
#DBECEB
(219,236,235)
#E1EFED
(225,239,237)
#E7F2EF
(231,242,239)
#EDF5F1
(237,245,241)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DADF; }

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

This text font color is #B7DADF.


Background Color

.myBgColor { background-color: #B7DADF; }

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

This div background color is #B7DADF.


Border color

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

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

This div border color is #B7DADF.


Opacity

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

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

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

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

This text has shadow with #B7DADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DADF on black background.


Color preview on white background

This text has color #B7DADF on white background.



Black color preview on #B7DADF background

This text has black color on #B7DADF background.


White color preview on #B7DADF background

This text has white color on #B7DADF background.