COLOR #B7C8D6

HEX: #B7C8D6
RGB: (183,200,214)

Color info

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

RGB color model

#B7C8D6 color RGB value is (183,200,214).

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

RGB channels and saturation

R 183 of 255 = 72%
G 200 of 255 = 78%
B 214 of 255 = 84%

183
200
214

R + G + B ~ 78%. #B7C8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 200 + 214 = 597 (100%)
R 183 of 597 ~ 30.65%
G 200 of 597 ~ 33.5%
B 214 of 597 ~ 35.85%

%30.65
%33.5
%35.85

CMYK color model

#B7C8D6 color CMYK value is (14,7,0,16).

  • cyan value is 14.49%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,7,0,16)
C14M7Y0K16 
(14%,7%,0%,16%)
(0.14/0.07/0.00/0.16)	

CMYK percentages

%14.49
%6.54
%0
%16.08

Codes

Color #B7C8D6 in popluar color models

B7C8D6
RGB183200214
HSL207°27.43%77.84%
HSB/HSV207°14.49%83.92%
CMYK14.49%6.54%0.00%
16.08%

Color #B7C8D6 in popluar number systems.

HEXB7C8D6
Decimal183200214
Binary101101111100100011010110
Octal267310326

Shades and tints

Shades of #B7C8D6

#B7C8D6
(183,200,214)
#A7B6C3
(167,182,195)
#97A4B0
(151,164,176)
#87929D
(135,146,157)
#77808A
(119,128,138)
#676E77
(103,110,119)
#575C64
(87,92,100)
#474A51
(71,74,81)
#37383E
(55,56,62)
#27262B
(39,38,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7C8D6

#B7C8D6
(183,200,214)
#BDCDD9
(189,205,217)
#C3D2DC
(195,210,220)
#C9D7DF
(201,215,223)
#CFDCE2
(207,220,226)
#D5E1E5
(213,225,229)
#DBE6E8
(219,230,232)
#E1EBEB
(225,235,235)
#E7F0EE
(231,240,238)
#EDF5F1
(237,245,241)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C8D6; }

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

This text font color is #B7C8D6.


Background Color

.myBgColor { background-color: #B7C8D6; }

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

This div background color is #B7C8D6.


Border color

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

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

This div border color is #B7C8D6.


Opacity

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

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

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

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

This text has shadow with #B7C8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C8D6 on black background.


Color preview on white background

This text has color #B7C8D6 on white background.



Black color preview on #B7C8D6 background

This text has black color on #B7C8D6 background.


White color preview on #B7C8D6 background

This text has white color on #B7C8D6 background.