COLOR #B6C4E3

HEX: #B6C4E3
RGB: (182,196,227)

Renk bilgisi

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

RGB renk modeli

#B6C4E3 color RGB value is (182,196,227).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 196 of 255 = 77%
B 227 of 255 = 89%

182
196
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 196 + 227 = 605 (100%)
R 182 of 605 ~ 30.08%
G 196 of 605 ~ 32.4%
B 227 of 605 ~ 37.52%

%30.08
%32.4
%37.52

CMYK RENK MODELİ

#B6C4E3 rengi CMYK tonu (20,14,0,11).

  • camgöbeği tonu 19.82%
  • eflatun tonu 13.66%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(20,14,0,11)
C20M14Y0K11 
(20%,14%,0%,11%)
(0.20/0.14/0.00/0.11)	

CMYK yüzdeleri

%19.82
%13.66
%0
%10.98

Codes

Color #B6C4E3 in popluar color models

B6C4E3
RGB182196227
HSL221°44.55%80.20%
HSB/HSV221°19.82%89.02%
CMYK19.82%13.66%0.00%
10.98%

Color #B6C4E3 in popluar number systems.

HEXB6C4E3
Decimal182196227
Binary101101101100010011100011
Octal266304343

Shades and tints

Shades of #B6C4E3

#B6C4E3
(182,196,227)
#A6B3CF
(166,179,207)
#96A2BB
(150,162,187)
#8691A7
(134,145,167)
#768093
(118,128,147)
#666F7F
(102,111,127)
#565E6B
(86,94,107)
#464D57
(70,77,87)
#363C43
(54,60,67)
#262B2F
(38,43,47)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #B6C4E3

#B6C4E3
(182,196,227)
#BCC9E5
(188,201,229)
#C2CEE7
(194,206,231)
#C8D3E9
(200,211,233)
#CED8EB
(206,216,235)
#D4DDED
(212,221,237)
#DAE2EF
(218,226,239)
#E0E7F1
(224,231,241)
#E6ECF3
(230,236,243)
#ECF1F5
(236,241,245)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C4E3; }

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

This text font color is #B6C4E3.


Background Color

.myBgColor { background-color: #B6C4E3; }

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

This div background color is #B6C4E3.


Border color

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

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

This div border color is #B6C4E3.


Opacity

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

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

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

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

This text has shadow with #B6C4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C4E3 on black background.


Color preview on white background

This text has color #B6C4E3 on white background.



Black color preview on #B6C4E3 background

This text has black color on #B6C4E3 background.


White color preview on #B6C4E3 background

This text has white color on #B6C4E3 background.