COLOR #B7DDFB

HEX: #B7DDFB
RGB: (183,221,251)

Color info

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

RGB color model

#B7DDFB color RGB value is (183,221,251).

  • red value is 183;
  • green value is 221;
  • blue value is 251.
RGB:
(183,221,251)
(72%,87%,98%)

RGB channels and saturation

R 183 of 255 = 72%
G 221 of 255 = 87%
B 251 of 255 = 98%

183
221
251

R + G + B ~ 86%. #B7DDFB is light color.

Portions of RGB colors in percentages

R + G + B =
183 + 221 + 251 = 655 (100%)
R 183 of 655 ~ 27.94%
G 221 of 655 ~ 33.74%
B 251 of 655 ~ 38.32%

%27.94
%33.74
%38.32

CMYK color model

#B7DDFB color CMYK value is (27,12,0,2).

  • cyan value is 27.09%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,12,0,2)
C27M12Y0K2 
(27%,12%,0%,2%)
(0.27/0.12/0.00/0.02)	

CMYK percentages

%27.09
%11.95
%0
%1.57

Codes

Color #B7DDFB in popluar color models

B7DDFB
RGB183221251
HSL206°89.47%85.10%
HSB/HSV206°27.09%98.43%
CMYK27.09%11.95%0.00%
1.57%

Color #B7DDFB in popluar number systems.

HEXB7DDFB
Decimal183221251
Binary101101111101110111111011
Octal267335373

Shades and tints

Shades of #B7DDFB

#B7DDFB
(183,221,251)
#A7C9E5
(167,201,229)
#97B5CF
(151,181,207)
#87A1B9
(135,161,185)
#778DA3
(119,141,163)
#67798D
(103,121,141)
#576577
(87,101,119)
#475161
(71,81,97)
#373D4B
(55,61,75)
#272935
(39,41,53)
#17151F
(23,21,31)
#000000
(0,0,0)

Tints of #B7DDFB

#B7DDFB
(183,221,251)
#BDE0FB
(189,224,251)
#C3E3FB
(195,227,251)
#C9E6FB
(201,230,251)
#CFE9FB
(207,233,251)
#D5ECFB
(213,236,251)
#DBEFFB
(219,239,251)
#E1F2FB
(225,242,251)
#E7F5FB
(231,245,251)
#EDF8FB
(237,248,251)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DDFB color. Also use rgb(183,221,251) instead hex code.

Text Font Color

.myTextColor { color: #B7DDFB; }

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

This text font color is #B7DDFB.


Background Color

.myBgColor { background-color: #B7DDFB; }

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

This div background color is #B7DDFB.


Border color

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

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

This div border color is #B7DDFB.


Opacity

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

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

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

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

This text has shadow with #B7DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DDFB on black background.


Color preview on white background

This text has color #B7DDFB on white background.



Black color preview on #B7DDFB background

This text has black color on #B7DDFB background.


White color preview on #B7DDFB background

This text has white color on #B7DDFB background.