COLOR #B6C6E2

HEX: #B6C6E2
RGB: (182,198,226)

Renk bilgisi

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

RGB renk modeli

#B6C6E2 color RGB value is (182,198,226).

  • kırmız ton 182;
  • yeşil ton 198;
  • mavi ton 226.
RGB:
(182,198,226)
(71%,78%,89%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 198 of 255 = 78%
B 226 of 255 = 89%

182
198
226

R + G + B ~ 79%. #B6C6E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 198 + 226 = 606 (100%)
R 182 of 606 ~ 30.03%
G 198 of 606 ~ 32.67%
B 226 of 606 ~ 37.29%

%30.03
%32.67
%37.29

CMYK RENK MODELİ

#B6C6E2 rengi CMYK tonu (19,12,0,11).

  • camgöbeği tonu 19.47%
  • eflatun tonu 12.39%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(19,12,0,11)
C19M12Y0K11 
(19%,12%,0%,11%)
(0.19/0.12/0.00/0.11)	

CMYK yüzdeleri

%19.47
%12.39
%0
%11.37

Codes

Color #B6C6E2 in popluar color models

B6C6E2
RGB182198226
HSL218°43.14%80.00%
HSB/HSV218°19.47%88.63%
CMYK19.47%12.39%0.00%
11.37%

Color #B6C6E2 in popluar number systems.

HEXB6C6E2
Decimal182198226
Binary101101101100011011100010
Octal266306342

Shades and tints

Shades of #B6C6E2

#B6C6E2
(182,198,226)
#A6B4CE
(166,180,206)
#96A2BA
(150,162,186)
#8690A6
(134,144,166)
#767E92
(118,126,146)
#666C7E
(102,108,126)
#565A6A
(86,90,106)
#464856
(70,72,86)
#363642
(54,54,66)
#26242E
(38,36,46)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #B6C6E2

#B6C6E2
(182,198,226)
#BCCBE4
(188,203,228)
#C2D0E6
(194,208,230)
#C8D5E8
(200,213,232)
#CEDAEA
(206,218,234)
#D4DFEC
(212,223,236)
#DAE4EE
(218,228,238)
#E0E9F0
(224,233,240)
#E6EEF2
(230,238,242)
#ECF3F4
(236,243,244)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C6E2 color. Also use rgb(182,198,226) instead hex code.

Text Font Color

.myTextColor { color: #B6C6E2; }

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

This text font color is #B6C6E2.


Background Color

.myBgColor { background-color: #B6C6E2; }

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

This div background color is #B6C6E2.


Border color

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

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

This div border color is #B6C6E2.


Opacity

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

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

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

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

This text has shadow with #B6C6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C6E2 on black background.


Color preview on white background

This text has color #B6C6E2 on white background.



Black color preview on #B6C6E2 background

This text has black color on #B6C6E2 background.


White color preview on #B6C6E2 background

This text has white color on #B6C6E2 background.