COLOR #B6C4E6

HEX: #B6C4E6
RGB: (182,196,230)

Renk bilgisi

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

RGB renk modeli

#B6C4E6 color RGB value is (182,196,230).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 196 of 255 = 77%
B 230 of 255 = 90%

182
196
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 196 + 230 = 608 (100%)
R 182 of 608 ~ 29.93%
G 196 of 608 ~ 32.24%
B 230 of 608 ~ 37.83%

%29.93
%32.24
%37.83

CMYK RENK MODELİ

#B6C4E6 rengi CMYK tonu (21,15,0,10).

  • camgöbeği tonu 20.87%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(21,15,0,10)
C21M15Y0K10 
(21%,15%,0%,10%)
(0.21/0.15/0.00/0.10)	

CMYK yüzdeleri

%20.87
%14.78
%0
%9.8

Codes

Color #B6C4E6 in popluar color models

B6C4E6
RGB182196230
HSL223°48.98%80.78%
HSB/HSV223°20.87%90.20%
CMYK20.87%14.78%0.00%
9.80%

Color #B6C4E6 in popluar number systems.

HEXB6C4E6
Decimal182196230
Binary101101101100010011100110
Octal266304346

Shades and tints

Shades of #B6C4E6

#B6C4E6
(182,196,230)
#A6B3D2
(166,179,210)
#96A2BE
(150,162,190)
#8691AA
(134,145,170)
#768096
(118,128,150)
#666F82
(102,111,130)
#565E6E
(86,94,110)
#464D5A
(70,77,90)
#363C46
(54,60,70)
#262B32
(38,43,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #B6C4E6

#B6C4E6
(182,196,230)
#BCC9E8
(188,201,232)
#C2CEEA
(194,206,234)
#C8D3EC
(200,211,236)
#CED8EE
(206,216,238)
#D4DDF0
(212,221,240)
#DAE2F2
(218,226,242)
#E0E7F4
(224,231,244)
#E6ECF6
(230,236,246)
#ECF1F8
(236,241,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C4E6; }

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

This text font color is #B6C4E6.


Background Color

.myBgColor { background-color: #B6C4E6; }

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

This div background color is #B6C4E6.


Border color

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

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

This div border color is #B6C4E6.


Opacity

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

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

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

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

This text has shadow with #B6C4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C4E6 on black background.


Color preview on white background

This text has color #B6C4E6 on white background.



Black color preview on #B6C4E6 background

This text has black color on #B6C4E6 background.


White color preview on #B6C4E6 background

This text has white color on #B6C4E6 background.