COLOR #B7C5E0

HEX: #B7C5E0
RGB: (183,197,224)

Color info

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

RGB color model

#B7C5E0 color RGB value is (183,197,224).

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

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 224 of 255 = 88%

183
197
224

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

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 224 = 604 (100%)
R 183 of 604 ~ 30.3%
G 197 of 604 ~ 32.62%
B 224 of 604 ~ 37.09%

%30.3
%32.62
%37.09

CMYK color model

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

  • cyan value is 18.30%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(18,12,0,12)
C18M12Y0K12 
(18%,12%,0%,12%)
(0.18/0.12/0.00/0.12)	

CMYK percentages

%18.3
%12.05
%0
%12.16

Codes

Color #B7C5E0 in popluar color models

B7C5E0
RGB183197224
HSL220°39.81%79.80%
HSB/HSV220°18.30%87.84%
CMYK18.30%12.05%0.00%
12.16%

Color #B7C5E0 in popluar number systems.

HEXB7C5E0
Decimal183197224
Binary101101111100010111100000
Octal267305340

Shades and tints

Shades of #B7C5E0

#B7C5E0
(183,197,224)
#A7B4CC
(167,180,204)
#97A3B8
(151,163,184)
#8792A4
(135,146,164)
#778190
(119,129,144)
#67707C
(103,112,124)
#575F68
(87,95,104)
#474E54
(71,78,84)
#373D40
(55,61,64)
#272C2C
(39,44,44)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #B7C5E0

#B7C5E0
(183,197,224)
#BDCAE2
(189,202,226)
#C3CFE4
(195,207,228)
#C9D4E6
(201,212,230)
#CFD9E8
(207,217,232)
#D5DEEA
(213,222,234)
#DBE3EC
(219,227,236)
#E1E8EE
(225,232,238)
#E7EDF0
(231,237,240)
#EDF2F2
(237,242,242)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C5E0; }

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

This text font color is #B7C5E0.


Background Color

.myBgColor { background-color: #B7C5E0; }

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

This div background color is #B7C5E0.


Border color

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

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

This div border color is #B7C5E0.


Opacity

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

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

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

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

This text has shadow with #B7C5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C5E0 on black background.


Color preview on white background

This text has color #B7C5E0 on white background.



Black color preview on #B7C5E0 background

This text has black color on #B7C5E0 background.


White color preview on #B7C5E0 background

This text has white color on #B7C5E0 background.