COLOR #B6C6DC

HEX: #B6C6DC
RGB: (182,198,220)

Renk bilgisi

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

RGB renk modeli

#B6C6DC color RGB value is (182,198,220).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 198 of 255 = 78%
B 220 of 255 = 86%

182
198
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 198 + 220 = 600 (100%)
R 182 of 600 ~ 30.33%
G 198 of 600 ~ 33%
B 220 of 600 ~ 36.67%

%30.33
%33
%36.67

CMYK RENK MODELİ

#B6C6DC rengi CMYK tonu (17,10,0,14).

  • camgöbeği tonu 17.27%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(17,10,0,14)
C17M10Y0K14 
(17%,10%,0%,14%)
(0.17/0.10/0.00/0.14)	

CMYK yüzdeleri

%17.27
%10
%0
%13.73

Codes

Color #B6C6DC in popluar color models

B6C6DC
RGB182198220
HSL215°35.19%78.82%
HSB/HSV215°17.27%86.27%
CMYK17.27%10.00%0.00%
13.73%

Color #B6C6DC in popluar number systems.

HEXB6C6DC
Decimal182198220
Binary101101101100011011011100
Octal266306334

Shades and tints

Shades of #B6C6DC

#B6C6DC
(182,198,220)
#A6B4C8
(166,180,200)
#96A2B4
(150,162,180)
#8690A0
(134,144,160)
#767E8C
(118,126,140)
#666C78
(102,108,120)
#565A64
(86,90,100)
#464850
(70,72,80)
#36363C
(54,54,60)
#262428
(38,36,40)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B6C6DC

#B6C6DC
(182,198,220)
#BCCBDF
(188,203,223)
#C2D0E2
(194,208,226)
#C8D5E5
(200,213,229)
#CEDAE8
(206,218,232)
#D4DFEB
(212,223,235)
#DAE4EE
(218,228,238)
#E0E9F1
(224,233,241)
#E6EEF4
(230,238,244)
#ECF3F7
(236,243,247)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C6DC; }

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

This text font color is #B6C6DC.


Background Color

.myBgColor { background-color: #B6C6DC; }

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

This div background color is #B6C6DC.


Border color

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

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

This div border color is #B6C6DC.


Opacity

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

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

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

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

This text has shadow with #B6C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C6DC on black background.


Color preview on white background

This text has color #B6C6DC on white background.



Black color preview on #B6C6DC background

This text has black color on #B6C6DC background.


White color preview on #B6C6DC background

This text has white color on #B6C6DC background.