COLOR #B7DCF3

HEX: #B7DCF3
RGB: (183,220,243)

Color info

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

RGB color model

#B7DCF3 color RGB value is (183,220,243).

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

RGB channels and saturation

R 183 of 255 = 72%
G 220 of 255 = 86%
B 243 of 255 = 95%

183
220
243

R + G + B ~ 84%. #B7DCF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 220 + 243 = 646 (100%)
R 183 of 646 ~ 28.33%
G 220 of 646 ~ 34.06%
B 243 of 646 ~ 37.62%

%28.33
%34.06
%37.62

CMYK color model

#B7DCF3 color CMYK value is (25,9,0,5).

  • cyan value is 24.69%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(25,9,0,5)
C25M9Y0K5 
(25%,9%,0%,5%)
(0.25/0.09/0.00/0.05)	

CMYK percentages

%24.69
%9.47
%0
%4.71

Codes

Color #B7DCF3 in popluar color models

B7DCF3
RGB183220243
HSL203°71.43%83.53%
HSB/HSV203°24.69%95.29%
CMYK24.69%9.47%0.00%
4.71%

Color #B7DCF3 in popluar number systems.

HEXB7DCF3
Decimal183220243
Binary101101111101110011110011
Octal267334363

Shades and tints

Shades of #B7DCF3

#B7DCF3
(183,220,243)
#A7C8DD
(167,200,221)
#97B4C7
(151,180,199)
#87A0B1
(135,160,177)
#778C9B
(119,140,155)
#677885
(103,120,133)
#57646F
(87,100,111)
#475059
(71,80,89)
#373C43
(55,60,67)
#27282D
(39,40,45)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7DCF3

#B7DCF3
(183,220,243)
#BDDFF4
(189,223,244)
#C3E2F5
(195,226,245)
#C9E5F6
(201,229,246)
#CFE8F7
(207,232,247)
#D5EBF8
(213,235,248)
#DBEEF9
(219,238,249)
#E1F1FA
(225,241,250)
#E7F4FB
(231,244,251)
#EDF7FC
(237,247,252)
#F3FAFD
(243,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DCF3; }

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

This text font color is #B7DCF3.


Background Color

.myBgColor { background-color: #B7DCF3; }

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

This div background color is #B7DCF3.


Border color

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

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

This div border color is #B7DCF3.


Opacity

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

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

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

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

This text has shadow with #B7DCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DCF3 on black background.


Color preview on white background

This text has color #B7DCF3 on white background.



Black color preview on #B7DCF3 background

This text has black color on #B7DCF3 background.


White color preview on #B7DCF3 background

This text has white color on #B7DCF3 background.