COLOR #B7DAE5

HEX: #B7DAE5
RGB: (183,218,229)

Color info

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

RGB color model

#B7DAE5 color RGB value is (183,218,229).

  • red value is 183;
  • green value is 218;
  • blue value is 229.
RGB:
(183,218,229)
(72%,85%,90%)

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 229 of 255 = 90%

183
218
229

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

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 229 = 630 (100%)
R 183 of 630 ~ 29.05%
G 218 of 630 ~ 34.6%
B 229 of 630 ~ 36.35%

%29.05
%34.6
%36.35

CMYK color model

#B7DAE5 color CMYK value is (20,5,0,10).

  • cyan value is 20.09%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(20,5,0,10)
C20M5Y0K10 
(20%,5%,0%,10%)
(0.20/0.05/0.00/0.10)	

CMYK percentages

%20.09
%4.8
%0
%10.2

Codes

Color #B7DAE5 in popluar color models

B7DAE5
RGB183218229
HSL194°46.94%80.78%
HSB/HSV194°20.09%89.80%
CMYK20.09%4.80%0.00%
10.20%

Color #B7DAE5 in popluar number systems.

HEXB7DAE5
Decimal183218229
Binary101101111101101011100101
Octal267332345

Shades and tints

Shades of #B7DAE5

#B7DAE5
(183,218,229)
#A7C7D1
(167,199,209)
#97B4BD
(151,180,189)
#87A1A9
(135,161,169)
#778E95
(119,142,149)
#677B81
(103,123,129)
#57686D
(87,104,109)
#475559
(71,85,89)
#374245
(55,66,69)
#272F31
(39,47,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #B7DAE5

#B7DAE5
(183,218,229)
#BDDDE7
(189,221,231)
#C3E0E9
(195,224,233)
#C9E3EB
(201,227,235)
#CFE6ED
(207,230,237)
#D5E9EF
(213,233,239)
#DBECF1
(219,236,241)
#E1EFF3
(225,239,243)
#E7F2F5
(231,242,245)
#EDF5F7
(237,245,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DAE5 color. Also use rgb(183,218,229) instead hex code.

Text Font Color

.myTextColor { color: #B7DAE5; }

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

This text font color is #B7DAE5.


Background Color

.myBgColor { background-color: #B7DAE5; }

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

This div background color is #B7DAE5.


Border color

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

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

This div border color is #B7DAE5.


Opacity

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

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

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

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

This text has shadow with #B7DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DAE5 on black background.


Color preview on white background

This text has color #B7DAE5 on white background.



Black color preview on #B7DAE5 background

This text has black color on #B7DAE5 background.


White color preview on #B7DAE5 background

This text has white color on #B7DAE5 background.