COLOR #B6C4DB

HEX: #B6C4DB
RGB: (182,196,219)

Renk bilgisi

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

RGB renk modeli

#B6C4DB color RGB value is (182,196,219).

  • kırmız ton 182;
  • yeşil ton 196;
  • mavi ton 219.
RGB:
(182,196,219)
(71%,77%,86%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 196 of 255 = 77%
B 219 of 255 = 86%

182
196
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 196 + 219 = 597 (100%)
R 182 of 597 ~ 30.49%
G 196 of 597 ~ 32.83%
B 219 of 597 ~ 36.68%

%30.49
%32.83
%36.68

CMYK RENK MODELİ

#B6C4DB rengi CMYK tonu (17,11,0,14).

  • camgöbeği tonu 16.89%
  • eflatun tonu 10.50%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(17,11,0,14)
C17M11Y0K14 
(17%,11%,0%,14%)
(0.17/0.11/0.00/0.14)	

CMYK yüzdeleri

%16.89
%10.5
%0
%14.12

Codes

Color #B6C4DB in popluar color models

B6C4DB
RGB182196219
HSL217°33.94%78.63%
HSB/HSV217°16.89%85.88%
CMYK16.89%10.50%0.00%
14.12%

Color #B6C4DB in popluar number systems.

HEXB6C4DB
Decimal182196219
Binary101101101100010011011011
Octal266304333

Shades and tints

Shades of #B6C4DB

#B6C4DB
(182,196,219)
#A6B3C8
(166,179,200)
#96A2B5
(150,162,181)
#8691A2
(134,145,162)
#76808F
(118,128,143)
#666F7C
(102,111,124)
#565E69
(86,94,105)
#464D56
(70,77,86)
#363C43
(54,60,67)
#262B30
(38,43,48)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #B6C4DB

#B6C4DB
(182,196,219)
#BCC9DE
(188,201,222)
#C2CEE1
(194,206,225)
#C8D3E4
(200,211,228)
#CED8E7
(206,216,231)
#D4DDEA
(212,221,234)
#DAE2ED
(218,226,237)
#E0E7F0
(224,231,240)
#E6ECF3
(230,236,243)
#ECF1F6
(236,241,246)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C4DB color. Also use rgb(182,196,219) instead hex code.

Text Font Color

.myTextColor { color: #B6C4DB; }

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

This text font color is #B6C4DB.


Background Color

.myBgColor { background-color: #B6C4DB; }

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

This div background color is #B6C4DB.


Border color

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

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

This div border color is #B6C4DB.


Opacity

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

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

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

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

This text has shadow with #B6C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C4DB on black background.


Color preview on white background

This text has color #B6C4DB on white background.



Black color preview on #B6C4DB background

This text has black color on #B6C4DB background.


White color preview on #B6C4DB background

This text has white color on #B6C4DB background.