COLOR #B7D4EA

HEX: #B7D4EA
RGB: (183,212,234)

Color info

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

RGB color model

#B7D4EA color RGB value is (183,212,234).

  • red value is 183;
  • green value is 212;
  • blue value is 234.
RGB:
(183,212,234)
(72%,83%,92%)

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 234 of 255 = 92%

183
212
234

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

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 234 = 629 (100%)
R 183 of 629 ~ 29.09%
G 212 of 629 ~ 33.7%
B 234 of 629 ~ 37.2%

%29.09
%33.7
%37.2

CMYK color model

#B7D4EA color CMYK value is (22,9,0,8).

  • cyan value is 21.79%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,9,0,8)
C22M9Y0K8 
(22%,9%,0%,8%)
(0.22/0.09/0.00/0.08)	

CMYK percentages

%21.79
%9.4
%0
%8.24

Codes

Color #B7D4EA in popluar color models

B7D4EA
RGB183212234
HSL206°54.84%81.76%
HSB/HSV206°21.79%91.76%
CMYK21.79%9.40%0.00%
8.24%

Color #B7D4EA in popluar number systems.

HEXB7D4EA
Decimal183212234
Binary101101111101010011101010
Octal267324352

Shades and tints

Shades of #B7D4EA

#B7D4EA
(183,212,234)
#A7C1D5
(167,193,213)
#97AEC0
(151,174,192)
#879BAB
(135,155,171)
#778896
(119,136,150)
#677581
(103,117,129)
#57626C
(87,98,108)
#474F57
(71,79,87)
#373C42
(55,60,66)
#27292D
(39,41,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #B7D4EA

#B7D4EA
(183,212,234)
#BDD7EB
(189,215,235)
#C3DAEC
(195,218,236)
#C9DDED
(201,221,237)
#CFE0EE
(207,224,238)
#D5E3EF
(213,227,239)
#DBE6F0
(219,230,240)
#E1E9F1
(225,233,241)
#E7ECF2
(231,236,242)
#EDEFF3
(237,239,243)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D4EA color. Also use rgb(183,212,234) instead hex code.

Text Font Color

.myTextColor { color: #B7D4EA; }

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

This text font color is #B7D4EA.


Background Color

.myBgColor { background-color: #B7D4EA; }

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

This div background color is #B7D4EA.


Border color

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

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

This div border color is #B7D4EA.


Opacity

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

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

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

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

This text has shadow with #B7D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D4EA on black background.


Color preview on white background

This text has color #B7D4EA on white background.



Black color preview on #B7D4EA background

This text has black color on #B7D4EA background.


White color preview on #B7D4EA background

This text has white color on #B7D4EA background.