COLOR #B7D3F3

HEX: #B7D3F3
RGB: (183,211,243)

Color info

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

RGB color model

#B7D3F3 color RGB value is (183,211,243).

  • red value is 183;
  • green value is 211;
  • blue value is 243.
RGB:
(183,211,243)
(72%,83%,95%)

RGB channels and saturation

R 183 of 255 = 72%
G 211 of 255 = 83%
B 243 of 255 = 95%

183
211
243

R + G + B ~ 83%. #B7D3F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 211 + 243 = 637 (100%)
R 183 of 637 ~ 28.73%
G 211 of 637 ~ 33.12%
B 243 of 637 ~ 38.15%

%28.73
%33.12
%38.15

CMYK color model

#B7D3F3 color CMYK value is (25,13,0,5).

  • cyan value is 24.69%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(25,13,0,5)
C25M13Y0K5 
(25%,13%,0%,5%)
(0.25/0.13/0.00/0.05)	

CMYK percentages

%24.69
%13.17
%0
%4.71

Codes

Color #B7D3F3 in popluar color models

B7D3F3
RGB183211243
HSL212°71.43%83.53%
HSB/HSV212°24.69%95.29%
CMYK24.69%13.17%0.00%
4.71%

Color #B7D3F3 in popluar number systems.

HEXB7D3F3
Decimal183211243
Binary101101111101001111110011
Octal267323363

Shades and tints

Shades of #B7D3F3

#B7D3F3
(183,211,243)
#A7C0DD
(167,192,221)
#97ADC7
(151,173,199)
#879AB1
(135,154,177)
#77879B
(119,135,155)
#677485
(103,116,133)
#57616F
(87,97,111)
#474E59
(71,78,89)
#373B43
(55,59,67)
#27282D
(39,40,45)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #B7D3F3

#B7D3F3
(183,211,243)
#BDD7F4
(189,215,244)
#C3DBF5
(195,219,245)
#C9DFF6
(201,223,246)
#CFE3F7
(207,227,247)
#D5E7F8
(213,231,248)
#DBEBF9
(219,235,249)
#E1EFFA
(225,239,250)
#E7F3FB
(231,243,251)
#EDF7FC
(237,247,252)
#F3FBFD
(243,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D3F3 color. Also use rgb(183,211,243) instead hex code.

Text Font Color

.myTextColor { color: #B7D3F3; }

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

This text font color is #B7D3F3.


Background Color

.myBgColor { background-color: #B7D3F3; }

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

This div background color is #B7D3F3.


Border color

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

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

This div border color is #B7D3F3.


Opacity

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

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

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

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

This text has shadow with #B7D3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D3F3 on black background.


Color preview on white background

This text has color #B7D3F3 on white background.



Black color preview on #B7D3F3 background

This text has black color on #B7D3F3 background.


White color preview on #B7D3F3 background

This text has white color on #B7D3F3 background.