COLOR #B7C4DA

HEX: #B7C4DA
RGB: (183,196,218)

Color info

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

RGB color model

#B7C4DA color RGB value is (183,196,218).

  • red value is 183;
  • green value is 196;
  • blue value is 218.
RGB:
(183,196,218)
(72%,77%,85%)

RGB channels and saturation

R 183 of 255 = 72%
G 196 of 255 = 77%
B 218 of 255 = 85%

183
196
218

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

Portions of RGB colors in percentages

R + G + B =
183 + 196 + 218 = 597 (100%)
R 183 of 597 ~ 30.65%
G 196 of 597 ~ 32.83%
B 218 of 597 ~ 36.52%

%30.65
%32.83
%36.52

CMYK color model

#B7C4DA color CMYK value is (16,10,0,15).

  • cyan value is 16.06%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(16,10,0,15)
C16M10Y0K15 
(16%,10%,0%,15%)
(0.16/0.10/0.00/0.15)	

CMYK percentages

%16.06
%10.09
%0
%14.51

Codes

Color #B7C4DA in popluar color models

B7C4DA
RGB183196218
HSL218°32.11%78.63%
HSB/HSV218°16.06%85.49%
CMYK16.06%10.09%0.00%
14.51%

Color #B7C4DA in popluar number systems.

HEXB7C4DA
Decimal183196218
Binary101101111100010011011010
Octal267304332

Shades and tints

Shades of #B7C4DA

#B7C4DA
(183,196,218)
#A7B3C7
(167,179,199)
#97A2B4
(151,162,180)
#8791A1
(135,145,161)
#77808E
(119,128,142)
#676F7B
(103,111,123)
#575E68
(87,94,104)
#474D55
(71,77,85)
#373C42
(55,60,66)
#272B2F
(39,43,47)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #B7C4DA

#B7C4DA
(183,196,218)
#BDC9DD
(189,201,221)
#C3CEE0
(195,206,224)
#C9D3E3
(201,211,227)
#CFD8E6
(207,216,230)
#D5DDE9
(213,221,233)
#DBE2EC
(219,226,236)
#E1E7EF
(225,231,239)
#E7ECF2
(231,236,242)
#EDF1F5
(237,241,245)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C4DA color. Also use rgb(183,196,218) instead hex code.

Text Font Color

.myTextColor { color: #B7C4DA; }

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

This text font color is #B7C4DA.


Background Color

.myBgColor { background-color: #B7C4DA; }

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

This div background color is #B7C4DA.


Border color

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

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

This div border color is #B7C4DA.


Opacity

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

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

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

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

This text has shadow with #B7C4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C4DA on black background.


Color preview on white background

This text has color #B7C4DA on white background.



Black color preview on #B7C4DA background

This text has black color on #B7C4DA background.


White color preview on #B7C4DA background

This text has white color on #B7C4DA background.