COLOR #B7DEE6

HEX: #B7DEE6
RGB: (183,222,230)

Color info

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

RGB color model

#B7DEE6 color RGB value is (183,222,230).

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

RGB channels and saturation

R 183 of 255 = 72%
G 222 of 255 = 87%
B 230 of 255 = 90%

183
222
230

R + G + B ~ 83%. #B7DEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 222 + 230 = 635 (100%)
R 183 of 635 ~ 28.82%
G 222 of 635 ~ 34.96%
B 230 of 635 ~ 36.22%

%28.82
%34.96
%36.22

CMYK color model

#B7DEE6 color CMYK value is (20,3,0,10).

  • cyan value is 20.43%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,3,0,10)
C20M3Y0K10 
(20%,3%,0%,10%)
(0.20/0.03/0.00/0.10)	

CMYK percentages

%20.43
%3.48
%0
%9.8

Codes

Color #B7DEE6 in popluar color models

B7DEE6
RGB183222230
HSL190°48.45%80.98%
HSB/HSV190°20.43%90.20%
CMYK20.43%3.48%0.00%
9.80%

Color #B7DEE6 in popluar number systems.

HEXB7DEE6
Decimal183222230
Binary101101111101111011100110
Octal267336346

Shades and tints

Shades of #B7DEE6

#B7DEE6
(183,222,230)
#A7CAD2
(167,202,210)
#97B6BE
(151,182,190)
#87A2AA
(135,162,170)
#778E96
(119,142,150)
#677A82
(103,122,130)
#57666E
(87,102,110)
#47525A
(71,82,90)
#373E46
(55,62,70)
#272A32
(39,42,50)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #B7DEE6

#B7DEE6
(183,222,230)
#BDE1E8
(189,225,232)
#C3E4EA
(195,228,234)
#C9E7EC
(201,231,236)
#CFEAEE
(207,234,238)
#D5EDF0
(213,237,240)
#DBF0F2
(219,240,242)
#E1F3F4
(225,243,244)
#E7F6F6
(231,246,246)
#EDF9F8
(237,249,248)
#F3FCFA
(243,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DEE6; }

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

This text font color is #B7DEE6.


Background Color

.myBgColor { background-color: #B7DEE6; }

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

This div background color is #B7DEE6.


Border color

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

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

This div border color is #B7DEE6.


Opacity

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

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

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

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

This text has shadow with #B7DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DEE6 on black background.


Color preview on white background

This text has color #B7DEE6 on white background.



Black color preview on #B7DEE6 background

This text has black color on #B7DEE6 background.


White color preview on #B7DEE6 background

This text has white color on #B7DEE6 background.