COLOR #B7D8D6

HEX: #B7D8D6
RGB: (183,216,214)

Color info

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

RGB color model

#B7D8D6 color RGB value is (183,216,214).

  • red value is 183;
  • green value is 216;
  • blue value is 214.
RGB:
(183,216,214)
(72%,85%,84%)

RGB channels and saturation

R 183 of 255 = 72%
G 216 of 255 = 85%
B 214 of 255 = 84%

183
216
214

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

Portions of RGB colors in percentages

R + G + B =
183 + 216 + 214 = 613 (100%)
R 183 of 613 ~ 29.85%
G 216 of 613 ~ 35.24%
B 214 of 613 ~ 34.91%

%29.85
%35.24
%34.91

CMYK color model

#B7D8D6 color CMYK value is (15,0,1,15).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 15.29%
CMYK:
(15,0,1,15)
C15M0Y1K15 
(15%,0%,1%,15%)
(0.15/0.00/0.01/0.15)	

CMYK percentages

%15.28
%0
%0.93
%15.29

Codes

Color #B7D8D6 in popluar color models

B7D8D6
RGB183216214
HSL176°29.73%78.24%
HSB/HSV176°15.28%84.71%
CMYK15.28%0.00%0.93%
15.29%

Color #B7D8D6 in popluar number systems.

HEXB7D8D6
Decimal183216214
Binary101101111101100011010110
Octal267330326

Shades and tints

Shades of #B7D8D6

#B7D8D6
(183,216,214)
#A7C5C3
(167,197,195)
#97B2B0
(151,178,176)
#879F9D
(135,159,157)
#778C8A
(119,140,138)
#677977
(103,121,119)
#576664
(87,102,100)
#475351
(71,83,81)
#37403E
(55,64,62)
#272D2B
(39,45,43)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #B7D8D6

#B7D8D6
(183,216,214)
#BDDBD9
(189,219,217)
#C3DEDC
(195,222,220)
#C9E1DF
(201,225,223)
#CFE4E2
(207,228,226)
#D5E7E5
(213,231,229)
#DBEAE8
(219,234,232)
#E1EDEB
(225,237,235)
#E7F0EE
(231,240,238)
#EDF3F1
(237,243,241)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D8D6 color. Also use rgb(183,216,214) instead hex code.

Text Font Color

.myTextColor { color: #B7D8D6; }

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

This text font color is #B7D8D6.


Background Color

.myBgColor { background-color: #B7D8D6; }

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

This div background color is #B7D8D6.


Border color

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

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

This div border color is #B7D8D6.


Opacity

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

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

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

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

This text has shadow with #B7D8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D8D6 on black background.


Color preview on white background

This text has color #B7D8D6 on white background.



Black color preview on #B7D8D6 background

This text has black color on #B7D8D6 background.


White color preview on #B7D8D6 background

This text has white color on #B7D8D6 background.