COLOR #B7C9E6

HEX: #B7C9E6
RGB: (183,201,230)

Color info

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

RGB color model

#B7C9E6 color RGB value is (183,201,230).

  • red value is 183;
  • green value is 201;
  • blue value is 230.
RGB:
(183,201,230)
(72%,79%,90%)

RGB channels and saturation

R 183 of 255 = 72%
G 201 of 255 = 79%
B 230 of 255 = 90%

183
201
230

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

Portions of RGB colors in percentages

R + G + B =
183 + 201 + 230 = 614 (100%)
R 183 of 614 ~ 29.8%
G 201 of 614 ~ 32.74%
B 230 of 614 ~ 37.46%

%29.8
%32.74
%37.46

CMYK color model

#B7C9E6 color CMYK value is (20,13,0,10).

  • cyan value is 20.43%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,13,0,10)
C20M13Y0K10 
(20%,13%,0%,10%)
(0.20/0.13/0.00/0.10)	

CMYK percentages

%20.43
%12.61
%0
%9.8

Codes

Color #B7C9E6 in popluar color models

B7C9E6
RGB183201230
HSL217°48.45%80.98%
HSB/HSV217°20.43%90.20%
CMYK20.43%12.61%0.00%
9.80%

Color #B7C9E6 in popluar number systems.

HEXB7C9E6
Decimal183201230
Binary101101111100100111100110
Octal267311346

Shades and tints

Shades of #B7C9E6

#B7C9E6
(183,201,230)
#A7B7D2
(167,183,210)
#97A5BE
(151,165,190)
#8793AA
(135,147,170)
#778196
(119,129,150)
#676F82
(103,111,130)
#575D6E
(87,93,110)
#474B5A
(71,75,90)
#373946
(55,57,70)
#272732
(39,39,50)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #B7C9E6

#B7C9E6
(183,201,230)
#BDCDE8
(189,205,232)
#C3D1EA
(195,209,234)
#C9D5EC
(201,213,236)
#CFD9EE
(207,217,238)
#D5DDF0
(213,221,240)
#DBE1F2
(219,225,242)
#E1E5F4
(225,229,244)
#E7E9F6
(231,233,246)
#EDEDF8
(237,237,248)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C9E6 color. Also use rgb(183,201,230) instead hex code.

Text Font Color

.myTextColor { color: #B7C9E6; }

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

This text font color is #B7C9E6.


Background Color

.myBgColor { background-color: #B7C9E6; }

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

This div background color is #B7C9E6.


Border color

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

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

This div border color is #B7C9E6.


Opacity

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

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

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

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

This text has shadow with #B7C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C9E6 on black background.


Color preview on white background

This text has color #B7C9E6 on white background.



Black color preview on #B7C9E6 background

This text has black color on #B7C9E6 background.


White color preview on #B7C9E6 background

This text has white color on #B7C9E6 background.