COLOR #B7D1DC

HEX: #B7D1DC
RGB: (183,209,220)

Color info

#B7D1DC contains red, green and blue colors in about the same proportion. Web safe color of #B7D1DC is #CCCCCC (or #CCC).

RGB color model

#B7D1DC color RGB value is (183,209,220).

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

RGB channels and saturation

R 183 of 255 = 72%
G 209 of 255 = 82%
B 220 of 255 = 86%

183
209
220

R + G + B ~ 80%. #B7D1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 209 + 220 = 612 (100%)
R 183 of 612 ~ 29.9%
G 209 of 612 ~ 34.15%
B 220 of 612 ~ 35.95%

%29.9
%34.15
%35.95

CMYK color model

#B7D1DC color CMYK value is (17,5,0,14).

  • cyan value is 16.82%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,5,0,14)
C17M5Y0K14 
(17%,5%,0%,14%)
(0.17/0.05/0.00/0.14)	

CMYK percentages

%16.82
%5
%0
%13.73

Codes

Color #B7D1DC in popluar color models

B7D1DC
RGB183209220
HSL198°34.58%79.02%
HSB/HSV198°16.82%86.27%
CMYK16.82%5.00%0.00%
13.73%

Color #B7D1DC in popluar number systems.

HEXB7D1DC
Decimal183209220
Binary101101111101000111011100
Octal267321334

Shades and tints

Shades of #B7D1DC

#B7D1DC
(183,209,220)
#A7BEC8
(167,190,200)
#97ABB4
(151,171,180)
#8798A0
(135,152,160)
#77858C
(119,133,140)
#677278
(103,114,120)
#575F64
(87,95,100)
#474C50
(71,76,80)
#37393C
(55,57,60)
#272628
(39,38,40)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #B7D1DC

#B7D1DC
(183,209,220)
#BDD5DF
(189,213,223)
#C3D9E2
(195,217,226)
#C9DDE5
(201,221,229)
#CFE1E8
(207,225,232)
#D5E5EB
(213,229,235)
#DBE9EE
(219,233,238)
#E1EDF1
(225,237,241)
#E7F1F4
(231,241,244)
#EDF5F7
(237,245,247)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D1DC; }

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

This text font color is #B7D1DC.


Background Color

.myBgColor { background-color: #B7D1DC; }

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

This div background color is #B7D1DC.


Border color

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

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

This div border color is #B7D1DC.


Opacity

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

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

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

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

This text has shadow with #B7D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D1DC on black background.


Color preview on white background

This text has color #B7D1DC on white background.



Black color preview on #B7D1DC background

This text has black color on #B7D1DC background.


White color preview on #B7D1DC background

This text has white color on #B7D1DC background.