COLOR #B7C0D6

HEX: #B7C0D6 RGB: (183,192,214)

Color info

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

RGB color model

#B7C0D6 color RGB value is (183,192,214).

RGB: (183,192,214) (72%, 75%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 192 of 255 = 75%
B 214 of 255 = 84%

183
192
214

R + G + B ~ 77%. #B7C0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 192 + 214 = 589 (100%)
R 183 of 589 ~ 31.07%
G 192 of 589 ~ 32.6%
B 214 of 589 ~ 36.33'%

%31.07
%32.6
%36.33

CMYK color model

#B7C0D6 color CMYK value is (14,10,0,16).

  • cyan value is 14.49%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (14,10,0,16) C14M10Y0K16 (14%,10%,0%,16%) (0.14/0.10/0.00/0.16) 

CMYK percentages

%14.49
%10.28
%0
%16.08

Codes

Color #B7C0D6 in popluar color models

B7 C0 D6
RGB 183 192 214
HSL 223° 27.43% 77.84%
HSB/HSV 223° 14.49% 83.92%
CMYK 14.49% 10.28% 0.00%
16.08%

Color #B7C0D6 in popluar number systems.

HEX B7 C0 D6
Decimal 183 192 214
Binary 10110111 11000000 11010110
Octal 267 300 326

Shades and tints

Shades of #B7C0D6

#B7C0D6
(183,192,214)
#A7AFC3
(167,175,195)
#979EB0
(151,158,176)
#878D9D
(135,141,157)
#777C8A
(119,124,138)
#676B77
(103,107,119)
#575A64
(87,90,100)
#474951
(71,73,81)
#37383E
(55,56,62)
#27272B
(39,39,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #B7C0D6

#B7C0D6
(183,192,214)
#BDC5D9
(189,197,217)
#C3CADC
(195,202,220)
#C9CFDF
(201,207,223)
#CFD4E2
(207,212,226)
#D5D9E5
(213,217,229)
#DBDEE8
(219,222,232)
#E1E3EB
(225,227,235)
#E7E8EE
(231,232,238)
#EDEDF1
(237,237,241)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C0D6 color. Also use rgb(183,192,214) instead hex code.

Text Font Color

.myTextColor { color: #B7C0D6; }

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

This text font color is #B7C0D6.

Background Color

.myBgColor { background-color: #B7C0D6; }

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

This div background color is #B7C0D6.

Border color

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

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

This div border color is #B7C0D6.

Opacity

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

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

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

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

This text has shadow with #B7C0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C0D6.

Preview

Color preview on black background

This text has color #B7C0D6 on black background.


Color preview on white background

This text has color #B7C0D6 on white background.


Black color preview on #B7C0D6 background

This text has black color on #B7C0D6 background.


White color preview on #B7C0D6 background

This text has white color on #B7C0D6 background.


Related colors

Complementary color

Complementary color for #hex is #483F29.


I love getcolorcode.com

Triadic colors

1 #D6B7C0 and #C0D6B7 with #B7C0D6 are triadic colors.

2 #D6C0B7 and #C0B7D6 with #B7C0D6 are triadic colors.