COLOR #B7DEF1

HEX: #B7DEF1
RGB: (183,222,241)

Color info

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

RGB color model

#B7DEF1 color RGB value is (183,222,241).

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

RGB channels and saturation

R 183 of 255 = 72%
G 222 of 255 = 87%
B 241 of 255 = 95%

183
222
241

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

Portions of RGB colors in percentages

R + G + B =
183 + 222 + 241 = 646 (100%)
R 183 of 646 ~ 28.33%
G 222 of 646 ~ 34.37%
B 241 of 646 ~ 37.31%

%28.33
%34.37
%37.31

CMYK color model

#B7DEF1 color CMYK value is (24,8,0,5).

  • cyan value is 24.07%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(24,8,0,5)
C24M8Y0K5 
(24%,8%,0%,5%)
(0.24/0.08/0.00/0.05)	

CMYK percentages

%24.07
%7.88
%0
%5.49

Codes

Color #B7DEF1 in popluar color models

B7DEF1
RGB183222241
HSL200°67.44%83.14%
HSB/HSV200°24.07%94.51%
CMYK24.07%7.88%0.00%
5.49%

Color #B7DEF1 in popluar number systems.

HEXB7DEF1
Decimal183222241
Binary101101111101111011110001
Octal267336361

Shades and tints

Shades of #B7DEF1

#B7DEF1
(183,222,241)
#A7CADC
(167,202,220)
#97B6C7
(151,182,199)
#87A2B2
(135,162,178)
#778E9D
(119,142,157)
#677A88
(103,122,136)
#576673
(87,102,115)
#47525E
(71,82,94)
#373E49
(55,62,73)
#272A34
(39,42,52)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #B7DEF1

#B7DEF1
(183,222,241)
#BDE1F2
(189,225,242)
#C3E4F3
(195,228,243)
#C9E7F4
(201,231,244)
#CFEAF5
(207,234,245)
#D5EDF6
(213,237,246)
#DBF0F7
(219,240,247)
#E1F3F8
(225,243,248)
#E7F6F9
(231,246,249)
#EDF9FA
(237,249,250)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DEF1; }

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

This text font color is #B7DEF1.


Background Color

.myBgColor { background-color: #B7DEF1; }

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

This div background color is #B7DEF1.


Border color

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

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

This div border color is #B7DEF1.


Opacity

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

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

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

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

This text has shadow with #B7DEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DEF1 on black background.


Color preview on white background

This text has color #B7DEF1 on white background.



Black color preview on #B7DEF1 background

This text has black color on #B7DEF1 background.


White color preview on #B7DEF1 background

This text has white color on #B7DEF1 background.