COLOR #B6C3D9

HEX: #B6C3D9
RGB: (182,195,217)

Renk bilgisi

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

RGB renk modeli

#B6C3D9 color RGB value is (182,195,217).

  • kırmız ton 182;
  • yeşil ton 195;
  • mavi ton 217.
RGB:
(182,195,217)
(71%,76%,85%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 195 of 255 = 76%
B 217 of 255 = 85%

182
195
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 195 + 217 = 594 (100%)
R 182 of 594 ~ 30.64%
G 195 of 594 ~ 32.83%
B 217 of 594 ~ 36.53%

%30.64
%32.83
%36.53

CMYK RENK MODELİ

#B6C3D9 rengi CMYK tonu (16,10,0,15).

  • camgöbeği tonu 16.13%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(16,10,0,15)
C16M10Y0K15 
(16%,10%,0%,15%)
(0.16/0.10/0.00/0.15)	

CMYK yüzdeleri

%16.13
%10.14
%0
%14.9

Codes

Color #B6C3D9 in popluar color models

B6C3D9
RGB182195217
HSL218°31.53%78.24%
HSB/HSV218°16.13%85.10%
CMYK16.13%10.14%0.00%
14.90%

Color #B6C3D9 in popluar number systems.

HEXB6C3D9
Decimal182195217
Binary101101101100001111011001
Octal266303331

Shades and tints

Shades of #B6C3D9

#B6C3D9
(182,195,217)
#A6B2C6
(166,178,198)
#96A1B3
(150,161,179)
#8690A0
(134,144,160)
#767F8D
(118,127,141)
#666E7A
(102,110,122)
#565D67
(86,93,103)
#464C54
(70,76,84)
#363B41
(54,59,65)
#262A2E
(38,42,46)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #B6C3D9

#B6C3D9
(182,195,217)
#BCC8DC
(188,200,220)
#C2CDDF
(194,205,223)
#C8D2E2
(200,210,226)
#CED7E5
(206,215,229)
#D4DCE8
(212,220,232)
#DAE1EB
(218,225,235)
#E0E6EE
(224,230,238)
#E6EBF1
(230,235,241)
#ECF0F4
(236,240,244)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C3D9 color. Also use rgb(182,195,217) instead hex code.

Text Font Color

.myTextColor { color: #B6C3D9; }

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

This text font color is #B6C3D9.


Background Color

.myBgColor { background-color: #B6C3D9; }

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

This div background color is #B6C3D9.


Border color

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

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

This div border color is #B6C3D9.


Opacity

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

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

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

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

This text has shadow with #B6C3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C3D9 on black background.


Color preview on white background

This text has color #B6C3D9 on white background.



Black color preview on #B6C3D9 background

This text has black color on #B6C3D9 background.


White color preview on #B6C3D9 background

This text has white color on #B6C3D9 background.