COLOR #B6BCDC

HEX: #B6BCDC
RGB: (182,188,220)

Renk bilgisi

#B6BCDC contains red, green and blue colors in about the same proportion. #B6BCDC ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#B6BCDC color RGB value is (182,188,220).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 188 of 255 = 74%
B 220 of 255 = 86%

182
188
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 188 + 220 = 590 (100%)
R 182 of 590 ~ 30.85%
G 188 of 590 ~ 31.86%
B 220 of 590 ~ 37.29%

%30.85
%31.86
%37.29

CMYK RENK MODELİ

#B6BCDC rengi CMYK tonu (17,15,0,14).

  • camgöbeği tonu 17.27%
  • eflatun tonu 14.55%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK: (17,15,0,14) C17M15Y0K14 (17%,15%,0%,14%) (0.17/0.15/0.00/0.14)

CMYK yüzdeleri

%17.27
%14.55
%0
%13.73

Codes

Color #B6BCDC in popluar color models

B6BCDC
RGB182188220
HSL231°35.19%78.82%
HSB/HSV231°17.27%86.27%
CMYK17.27%14.55%0.00%
13.73%

Color #B6BCDC in popluar number systems.

HEXB6BCDC
Decimal182188220
Binary101101101011110011011100
Octal266274334

Shades and tints

Shades of #B6BCDC

#B6BCDC
(182,188,220)
#A6ABC8
(166,171,200)
#969AB4
(150,154,180)
#8689A0
(134,137,160)
#76788C
(118,120,140)
#666778
(102,103,120)
#565664
(86,86,100)
#464550
(70,69,80)
#36343C
(54,52,60)
#262328
(38,35,40)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B6BCDC

#B6BCDC
(182,188,220)
#BCC2DF
(188,194,223)
#C2C8E2
(194,200,226)
#C8CEE5
(200,206,229)
#CED4E8
(206,212,232)
#D4DAEB
(212,218,235)
#DAE0EE
(218,224,238)
#E0E6F1
(224,230,241)
#E6ECF4
(230,236,244)
#ECF2F7
(236,242,247)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCDC; }

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

This text font color is #B6BCDC.


Background Color

.myBgColor { background-color: #B6BCDC; }

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

This div background color is #B6BCDC.


Border color

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

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

This div border color is #B6BCDC.


Opacity

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

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

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

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

This text has shadow with #B6BCDC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B6BCDC on black background.


Color preview on white background

This text has color #B6BCDC on white background.



Black color preview on #B6BCDC background

This text has black color on #B6BCDC background.


White color preview on #B6BCDC background

This text has white color on #B6BCDC background.