COLOR #B7D2E8

HEX: #B7D2E8
RGB: (183,210,232)

Color info

#B7D2E8 contains red, green and blue colors in about the same proportion. Web safe color of #B7D2E8 is #CCCCFF (or #CCF).

RGB color model

#B7D2E8 color RGB value is (183,210,232).

  • red value is 183;
  • green value is 210;
  • blue value is 232.
RGB:
(183,210,232)
(72%,82%,91%)

RGB channels and saturation

R 183 of 255 = 72%
G 210 of 255 = 82%
B 232 of 255 = 91%

183
210
232

R + G + B ~ 82%. #B7D2E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 210 + 232 = 625 (100%)
R 183 of 625 ~ 29.28%
G 210 of 625 ~ 33.6%
B 232 of 625 ~ 37.12%

%29.28
%33.6
%37.12

CMYK color model

#B7D2E8 color CMYK value is (21,9,0,9).

  • cyan value is 21.12%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(21,9,0,9)
C21M9Y0K9 
(21%,9%,0%,9%)
(0.21/0.09/0.00/0.09)	

CMYK percentages

%21.12
%9.48
%0
%9.02

Codes

Color #B7D2E8 in popluar color models

B7D2E8
RGB183210232
HSL207°51.58%81.37%
HSB/HSV207°21.12%90.98%
CMYK21.12%9.48%0.00%
9.02%

Color #B7D2E8 in popluar number systems.

HEXB7D2E8
Decimal183210232
Binary101101111101001011101000
Octal267322350

Shades and tints

Shades of #B7D2E8

#B7D2E8
(183,210,232)
#A7BFD3
(167,191,211)
#97ACBE
(151,172,190)
#8799A9
(135,153,169)
#778694
(119,134,148)
#67737F
(103,115,127)
#57606A
(87,96,106)
#474D55
(71,77,85)
#373A40
(55,58,64)
#27272B
(39,39,43)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #B7D2E8

#B7D2E8
(183,210,232)
#BDD6EA
(189,214,234)
#C3DAEC
(195,218,236)
#C9DEEE
(201,222,238)
#CFE2F0
(207,226,240)
#D5E6F2
(213,230,242)
#DBEAF4
(219,234,244)
#E1EEF6
(225,238,246)
#E7F2F8
(231,242,248)
#EDF6FA
(237,246,250)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D2E8 color. Also use rgb(183,210,232) instead hex code.

Text Font Color

.myTextColor { color: #B7D2E8; }

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

This text font color is #B7D2E8.


Background Color

.myBgColor { background-color: #B7D2E8; }

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

This div background color is #B7D2E8.


Border color

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

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

This div border color is #B7D2E8.


Opacity

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

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

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

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

This text has shadow with #B7D2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D2E8 on black background.


Color preview on white background

This text has color #B7D2E8 on white background.



Black color preview on #B7D2E8 background

This text has black color on #B7D2E8 background.


White color preview on #B7D2E8 background

This text has white color on #B7D2E8 background.