COLOR #B7C3DB

HEX: #B7C3DB
RGB: (183,195,219)

Color info

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

RGB color model

#B7C3DB color RGB value is (183,195,219).

  • red value is 183;
  • green value is 195;
  • blue value is 219.
RGB:
(183,195,219)
(72%,76%,86%)

RGB channels and saturation

R 183 of 255 = 72%
G 195 of 255 = 76%
B 219 of 255 = 86%

183
195
219

R + G + B ~ 78%. #B7C3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 195 + 219 = 597 (100%)
R 183 of 597 ~ 30.65%
G 195 of 597 ~ 32.66%
B 219 of 597 ~ 36.68%

%30.65
%32.66
%36.68

CMYK color model

#B7C3DB color CMYK value is (16,11,0,14).

  • cyan value is 16.44%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,11,0,14)
C16M11Y0K14 
(16%,11%,0%,14%)
(0.16/0.11/0.00/0.14)	

CMYK percentages

%16.44
%10.96
%0
%14.12

Codes

Color #B7C3DB in popluar color models

B7C3DB
RGB183195219
HSL220°33.33%78.82%
HSB/HSV220°16.44%85.88%
CMYK16.44%10.96%0.00%
14.12%

Color #B7C3DB in popluar number systems.

HEXB7C3DB
Decimal183195219
Binary101101111100001111011011
Octal267303333

Shades and tints

Shades of #B7C3DB

#B7C3DB
(183,195,219)
#A7B2C8
(167,178,200)
#97A1B5
(151,161,181)
#8790A2
(135,144,162)
#777F8F
(119,127,143)
#676E7C
(103,110,124)
#575D69
(87,93,105)
#474C56
(71,76,86)
#373B43
(55,59,67)
#272A30
(39,42,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #B7C3DB

#B7C3DB
(183,195,219)
#BDC8DE
(189,200,222)
#C3CDE1
(195,205,225)
#C9D2E4
(201,210,228)
#CFD7E7
(207,215,231)
#D5DCEA
(213,220,234)
#DBE1ED
(219,225,237)
#E1E6F0
(225,230,240)
#E7EBF3
(231,235,243)
#EDF0F6
(237,240,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C3DB color. Also use rgb(183,195,219) instead hex code.

Text Font Color

.myTextColor { color: #B7C3DB; }

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

This text font color is #B7C3DB.


Background Color

.myBgColor { background-color: #B7C3DB; }

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

This div background color is #B7C3DB.


Border color

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

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

This div border color is #B7C3DB.


Opacity

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

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

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

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

This text has shadow with #B7C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C3DB on black background.


Color preview on white background

This text has color #B7C3DB on white background.



Black color preview on #B7C3DB background

This text has black color on #B7C3DB background.


White color preview on #B7C3DB background

This text has white color on #B7C3DB background.