COLOR #B7C8E0

HEX: #B7C8E0
RGB: (183,200,224)

Color info

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

RGB color model

#B7C8E0 color RGB value is (183,200,224).

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

RGB channels and saturation

R 183 of 255 = 72%
G 200 of 255 = 78%
B 224 of 255 = 88%

183
200
224

R + G + B ~ 79%. #B7C8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 200 + 224 = 607 (100%)
R 183 of 607 ~ 30.15%
G 200 of 607 ~ 32.95%
B 224 of 607 ~ 36.9%

%30.15
%32.95
%36.9

CMYK color model

#B7C8E0 color CMYK value is (18,11,0,12).

  • cyan value is 18.30%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(18,11,0,12)
C18M11Y0K12 
(18%,11%,0%,12%)
(0.18/0.11/0.00/0.12)	

CMYK percentages

%18.3
%10.71
%0
%12.16

Codes

Color #B7C8E0 in popluar color models

B7C8E0
RGB183200224
HSL215°39.81%79.80%
HSB/HSV215°18.30%87.84%
CMYK18.30%10.71%0.00%
12.16%

Color #B7C8E0 in popluar number systems.

HEXB7C8E0
Decimal183200224
Binary101101111100100011100000
Octal267310340

Shades and tints

Shades of #B7C8E0

#B7C8E0
(183,200,224)
#A7B6CC
(167,182,204)
#97A4B8
(151,164,184)
#8792A4
(135,146,164)
#778090
(119,128,144)
#676E7C
(103,110,124)
#575C68
(87,92,104)
#474A54
(71,74,84)
#373840
(55,56,64)
#27262C
(39,38,44)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7C8E0

#B7C8E0
(183,200,224)
#BDCDE2
(189,205,226)
#C3D2E4
(195,210,228)
#C9D7E6
(201,215,230)
#CFDCE8
(207,220,232)
#D5E1EA
(213,225,234)
#DBE6EC
(219,230,236)
#E1EBEE
(225,235,238)
#E7F0F0
(231,240,240)
#EDF5F2
(237,245,242)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C8E0; }

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

This text font color is #B7C8E0.


Background Color

.myBgColor { background-color: #B7C8E0; }

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

This div background color is #B7C8E0.


Border color

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

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

This div border color is #B7C8E0.


Opacity

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

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

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

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

This text has shadow with #B7C8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C8E0 on black background.


Color preview on white background

This text has color #B7C8E0 on white background.



Black color preview on #B7C8E0 background

This text has black color on #B7C8E0 background.


White color preview on #B7C8E0 background

This text has white color on #B7C8E0 background.