COLOR #B6D9DC

HEX: #B6D9DC
RGB: (182,217,220)

Renk bilgisi

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

RGB renk modeli

#B6D9DC color RGB value is (182,217,220).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 217 of 255 = 85%
B 220 of 255 = 86%

182
217
220

R + G + B ~ 81%. #B6D9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 217 + 220 = 619 (100%)
R 182 of 619 ~ 29.4%
G 217 of 619 ~ 35.06%
B 220 of 619 ~ 35.54%

%29.4
%35.06
%35.54

CMYK RENK MODELİ

#B6D9DC rengi CMYK tonu (17,1,0,14).

  • camgöbeği tonu 17.27%
  • eflatun tonu 1.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(17,1,0,14)
C17M1Y0K14 
(17%,1%,0%,14%)
(0.17/0.01/0.00/0.14)	

CMYK yüzdeleri

%17.27
%1.36
%0
%13.73

Codes

Color #B6D9DC in popluar color models

B6D9DC
RGB182217220
HSL185°35.19%78.82%
HSB/HSV185°17.27%86.27%
CMYK17.27%1.36%0.00%
13.73%

Color #B6D9DC in popluar number systems.

HEXB6D9DC
Decimal182217220
Binary101101101101100111011100
Octal266331334

Shades and tints

Shades of #B6D9DC

#B6D9DC
(182,217,220)
#A6C6C8
(166,198,200)
#96B3B4
(150,179,180)
#86A0A0
(134,160,160)
#768D8C
(118,141,140)
#667A78
(102,122,120)
#566764
(86,103,100)
#465450
(70,84,80)
#36413C
(54,65,60)
#262E28
(38,46,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #B6D9DC

#B6D9DC
(182,217,220)
#BCDCDF
(188,220,223)
#C2DFE2
(194,223,226)
#C8E2E5
(200,226,229)
#CEE5E8
(206,229,232)
#D4E8EB
(212,232,235)
#DAEBEE
(218,235,238)
#E0EEF1
(224,238,241)
#E6F1F4
(230,241,244)
#ECF4F7
(236,244,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D9DC; }

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

This text font color is #B6D9DC.


Background Color

.myBgColor { background-color: #B6D9DC; }

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

This div background color is #B6D9DC.


Border color

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

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

This div border color is #B6D9DC.


Opacity

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

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

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

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

This text has shadow with #B6D9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D9DC on black background.


Color preview on white background

This text has color #B6D9DC on white background.



Black color preview on #B6D9DC background

This text has black color on #B6D9DC background.


White color preview on #B6D9DC background

This text has white color on #B6D9DC background.