COLOR #B0B6DC

HEX: #B0B6DC
RGB: (176,182,220)

Renk bilgisi

#B0B6DC contains red, green and blue colors in about the same proportion. #B0B6DC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B0B6DC color RGB value is (176,182,220).

  • kırmız ton 176;
  • yeşil ton 182;
  • mavi ton 220.
RGB:
(176,182,220)
(69%,71%,86%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 182 of 255 = 71%
B 220 of 255 = 86%

176
182
220

R + G + B ~ 75%. #B0B6DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 182 + 220 = 578 (100%)
R 176 of 578 ~ 30.45%
G 182 of 578 ~ 31.49%
B 220 of 578 ~ 38.06%

%30.45
%31.49
%38.06

CMYK RENK MODELİ

#B0B6DC rengi CMYK tonu (20,17,0,14).

  • camgöbeği tonu 20.00%
  • eflatun tonu 17.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(20,17,0,14)
C20M17Y0K14 
(20%,17%,0%,14%)
(0.20/0.17/0.00/0.14)	

CMYK yüzdeleri

%20
%17.27
%0
%13.73

Codes

Color #B0B6DC in popluar color models

B0B6DC
RGB176182220
HSL232°38.60%77.65%
HSB/HSV232°20.00%86.27%
CMYK20.00%17.27%0.00%
13.73%

Color #B0B6DC in popluar number systems.

HEXB0B6DC
Decimal176182220
Binary101100001011011011011100
Octal260266334

Shades and tints

Shades of #B0B6DC

#B0B6DC
(176,182,220)
#A0A6C8
(160,166,200)
#9096B4
(144,150,180)
#8086A0
(128,134,160)
#70768C
(112,118,140)
#606678
(96,102,120)
#505664
(80,86,100)
#404650
(64,70,80)
#30363C
(48,54,60)
#202628
(32,38,40)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #B0B6DC

#B0B6DC
(176,182,220)
#B7BCDF
(183,188,223)
#BEC2E2
(190,194,226)
#C5C8E5
(197,200,229)
#CCCEE8
(204,206,232)
#D3D4EB
(211,212,235)
#DADAEE
(218,218,238)
#E1E0F1
(225,224,241)
#E8E6F4
(232,230,244)
#EFECF7
(239,236,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B6DC color. Also use rgb(176,182,220) instead hex code.

Text Font Color

.myTextColor { color: #B0B6DC; }

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

This text font color is #B0B6DC.


Background Color

.myBgColor { background-color: #B0B6DC; }

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

This div background color is #B0B6DC.


Border color

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

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

This div border color is #B0B6DC.


Opacity

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

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

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

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

This text has shadow with #B0B6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B6DC on black background.


Color preview on white background

This text has color #B0B6DC on white background.



Black color preview on #B0B6DC background

This text has black color on #B0B6DC background.


White color preview on #B0B6DC background

This text has white color on #B0B6DC background.