COLOR #B6DAE6

HEX: #B6DAE6
RGB: (182,218,230)

Renk bilgisi

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

RGB renk modeli

#B6DAE6 color RGB value is (182,218,230).

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

RGB bağlantıları ve doygunluk

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

182
218
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 218 + 230 = 630 (100%)
R 182 of 630 ~ 28.89%
G 218 of 630 ~ 34.6%
B 230 of 630 ~ 36.51%

%28.89
%34.6
%36.51

CMYK RENK MODELİ

#B6DAE6 rengi CMYK tonu (21,5,0,10).

  • camgöbeği tonu 20.87%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(21,5,0,10)
C21M5Y0K10 
(21%,5%,0%,10%)
(0.21/0.05/0.00/0.10)	

CMYK yüzdeleri

%20.87
%5.22
%0
%9.8

Codes

Color #B6DAE6 in popluar color models

B6DAE6
RGB182218230
HSL195°48.98%80.78%
HSB/HSV195°20.87%90.20%
CMYK20.87%5.22%0.00%
9.80%

Color #B6DAE6 in popluar number systems.

HEXB6DAE6
Decimal182218230
Binary101101101101101011100110
Octal266332346

Shades and tints

Shades of #B6DAE6

#B6DAE6
(182,218,230)
#A6C7D2
(166,199,210)
#96B4BE
(150,180,190)
#86A1AA
(134,161,170)
#768E96
(118,142,150)
#667B82
(102,123,130)
#56686E
(86,104,110)
#46555A
(70,85,90)
#364246
(54,66,70)
#262F32
(38,47,50)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #B6DAE6

#B6DAE6
(182,218,230)
#BCDDE8
(188,221,232)
#C2E0EA
(194,224,234)
#C8E3EC
(200,227,236)
#CEE6EE
(206,230,238)
#D4E9F0
(212,233,240)
#DAECF2
(218,236,242)
#E0EFF4
(224,239,244)
#E6F2F6
(230,242,246)
#ECF5F8
(236,245,248)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DAE6; }

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

This text font color is #B6DAE6.


Background Color

.myBgColor { background-color: #B6DAE6; }

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

This div background color is #B6DAE6.


Border color

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

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

This div border color is #B6DAE6.


Opacity

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

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

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

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

This text has shadow with #B6DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DAE6 on black background.


Color preview on white background

This text has color #B6DAE6 on white background.



Black color preview on #B6DAE6 background

This text has black color on #B6DAE6 background.


White color preview on #B6DAE6 background

This text has white color on #B6DAE6 background.