COLOR #B6D9E6

HEX: #B6D9E6
RGB: (182,217,230)

Renk bilgisi

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

RGB renk modeli

#B6D9E6 color RGB value is (182,217,230).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 217 of 255 = 85%
B 230 of 255 = 90%

182
217
230

R + G + B ~ 82%. #B6D9E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 217 + 230 = 629 (100%)
R 182 of 629 ~ 28.93%
G 217 of 629 ~ 34.5%
B 230 of 629 ~ 36.57%

%28.93
%34.5
%36.57

CMYK RENK MODELİ

#B6D9E6 rengi CMYK tonu (21,6,0,10).

  • camgöbeği tonu 20.87%
  • eflatun tonu 5.65%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(21,6,0,10)
C21M6Y0K10 
(21%,6%,0%,10%)
(0.21/0.06/0.00/0.10)	

CMYK yüzdeleri

%20.87
%5.65
%0
%9.8

Codes

Color #B6D9E6 in popluar color models

B6D9E6
RGB182217230
HSL196°48.98%80.78%
HSB/HSV196°20.87%90.20%
CMYK20.87%5.65%0.00%
9.80%

Color #B6D9E6 in popluar number systems.

HEXB6D9E6
Decimal182217230
Binary101101101101100111100110
Octal266331346

Shades and tints

Shades of #B6D9E6

#B6D9E6
(182,217,230)
#A6C6D2
(166,198,210)
#96B3BE
(150,179,190)
#86A0AA
(134,160,170)
#768D96
(118,141,150)
#667A82
(102,122,130)
#56676E
(86,103,110)
#46545A
(70,84,90)
#364146
(54,65,70)
#262E32
(38,46,50)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #B6D9E6

#B6D9E6
(182,217,230)
#BCDCE8
(188,220,232)
#C2DFEA
(194,223,234)
#C8E2EC
(200,226,236)
#CEE5EE
(206,229,238)
#D4E8F0
(212,232,240)
#DAEBF2
(218,235,242)
#E0EEF4
(224,238,244)
#E6F1F6
(230,241,246)
#ECF4F8
(236,244,248)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D9E6; }

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

This text font color is #B6D9E6.


Background Color

.myBgColor { background-color: #B6D9E6; }

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

This div background color is #B6D9E6.


Border color

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

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

This div border color is #B6D9E6.


Opacity

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

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

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

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

This text has shadow with #B6D9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D9E6 on black background.


Color preview on white background

This text has color #B6D9E6 on white background.



Black color preview on #B6D9E6 background

This text has black color on #B6D9E6 background.


White color preview on #B6D9E6 background

This text has white color on #B6D9E6 background.