COLOR #B7DCF2

HEX: #B7DCF2
RGB: (183,220,242)

Color info

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

RGB color model

#B7DCF2 color RGB value is (183,220,242).

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

RGB channels and saturation

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

183
220
242

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

Portions of RGB colors in percentages

R + G + B =
183 + 220 + 242 = 645 (100%)
R 183 of 645 ~ 28.37%
G 220 of 645 ~ 34.11%
B 242 of 645 ~ 37.52%

%28.37
%34.11
%37.52

CMYK color model

#B7DCF2 color CMYK value is (24,9,0,5).

  • cyan value is 24.38%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,9,0,5)
C24M9Y0K5 
(24%,9%,0%,5%)
(0.24/0.09/0.00/0.05)	

CMYK percentages

%24.38
%9.09
%0
%5.1

Codes

Color #B7DCF2 in popluar color models

B7DCF2
RGB183220242
HSL202°69.41%83.33%
HSB/HSV202°24.38%94.90%
CMYK24.38%9.09%0.00%
5.10%

Color #B7DCF2 in popluar number systems.

HEXB7DCF2
Decimal183220242
Binary101101111101110011110010
Octal267334362

Shades and tints

Shades of #B7DCF2

#B7DCF2
(183,220,242)
#A7C8DC
(167,200,220)
#97B4C6
(151,180,198)
#87A0B0
(135,160,176)
#778C9A
(119,140,154)
#677884
(103,120,132)
#57646E
(87,100,110)
#475058
(71,80,88)
#373C42
(55,60,66)
#27282C
(39,40,44)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #B7DCF2

#B7DCF2
(183,220,242)
#BDDFF3
(189,223,243)
#C3E2F4
(195,226,244)
#C9E5F5
(201,229,245)
#CFE8F6
(207,232,246)
#D5EBF7
(213,235,247)
#DBEEF8
(219,238,248)
#E1F1F9
(225,241,249)
#E7F4FA
(231,244,250)
#EDF7FB
(237,247,251)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DCF2; }

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

This text font color is #B7DCF2.


Background Color

.myBgColor { background-color: #B7DCF2; }

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

This div background color is #B7DCF2.


Border color

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

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

This div border color is #B7DCF2.


Opacity

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

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

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

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

This text has shadow with #B7DCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DCF2 on black background.


Color preview on white background

This text has color #B7DCF2 on white background.



Black color preview on #B7DCF2 background

This text has black color on #B7DCF2 background.


White color preview on #B7DCF2 background

This text has white color on #B7DCF2 background.