COLOR #B7D5FF

HEX: #B7D5FF
RGB: (183,213,255)

Color info

#B7D5FF contains mainly green and blue colors. Web safe color of #B7D5FF is #CCCCFF (or #CCF).

RGB color model

#B7D5FF color RGB value is (183,213,255).

  • red value is 183;
  • green value is 213;
  • blue value is 255.
RGB:
(183,213,255)
(72%,84%,100%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 255 of 255 = 100%

183
213
255

R + G + B ~ 85%. #B7D5FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 213 + 255 = 651 (100%)
R 183 of 651 ~ 28.11%
G 213 of 651 ~ 32.72%
B 255 of 651 ~ 39.17%

%28.11
%32.72
%39.17

CMYK color model

#B7D5FF color CMYK value is (28,16,0,0).

  • cyan value is 28.24%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,16,0,0)
C28M16Y0K0 
(28%,16%,0%,0%)
(0.28/0.16/0.00/0.00)	

CMYK percentages

%28.24
%16.47
%0
%0

Codes

Color #B7D5FF in popluar color models

B7D5FF
RGB183213255
HSL215°100.00%85.88%
HSB/HSV215°28.24%100.00%
CMYK28.24%16.47%0.00%
0.00%

Color #B7D5FF in popluar number systems.

HEXB7D5FF
Decimal183213255
Binary101101111101010111111111
Octal267325377

Shades and tints

Shades of #B7D5FF

#B7D5FF
(183,213,255)
#A7C2E8
(167,194,232)
#97AFD1
(151,175,209)
#879CBA
(135,156,186)
#7789A3
(119,137,163)
#67768C
(103,118,140)
#576375
(87,99,117)
#47505E
(71,80,94)
#373D47
(55,61,71)
#272A30
(39,42,48)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #B7D5FF

#B7D5FF
(183,213,255)
#BDD8FF
(189,216,255)
#C3DBFF
(195,219,255)
#C9DEFF
(201,222,255)
#CFE1FF
(207,225,255)
#D5E4FF
(213,228,255)
#DBE7FF
(219,231,255)
#E1EAFF
(225,234,255)
#E7EDFF
(231,237,255)
#EDF0FF
(237,240,255)
#F3F3FF
(243,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D5FF color. Also use rgb(183,213,255) instead hex code.

Text Font Color

.myTextColor { color: #B7D5FF; }

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

This text font color is #B7D5FF.


Background Color

.myBgColor { background-color: #B7D5FF; }

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

This div background color is #B7D5FF.


Border color

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

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

This div border color is #B7D5FF.


Opacity

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

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

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

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

This text has shadow with #B7D5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D5FF on black background.


Color preview on white background

This text has color #B7D5FF on white background.



Black color preview on #B7D5FF background

This text has black color on #B7D5FF background.


White color preview on #B7D5FF background

This text has white color on #B7D5FF background.