COLOR #B6BDDE

HEX: #B6BDDE
RGB: (182,189,222)

Renk bilgisi

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

RGB renk modeli

#B6BDDE color RGB value is (182,189,222).

  • kırmız ton 182;
  • yeşil ton 189;
  • mavi ton 222.
RGB:
(182,189,222)
(71%,74%,87%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 189 of 255 = 74%
B 222 of 255 = 87%

182
189
222

R + G + B ~ 77%. #B6BDDE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 189 + 222 = 593 (100%)
R 182 of 593 ~ 30.69%
G 189 of 593 ~ 31.87%
B 222 of 593 ~ 37.44%

%30.69
%31.87
%37.44

CMYK RENK MODELİ

#B6BDDE rengi CMYK tonu (18,15,0,13).

  • camgöbeği tonu 18.02%
  • eflatun tonu 14.86%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(18,15,0,13)
C18M15Y0K13 
(18%,15%,0%,13%)
(0.18/0.15/0.00/0.13)	

CMYK yüzdeleri

%18.02
%14.86
%0
%12.94

Codes

Color #B6BDDE in popluar color models

B6BDDE
RGB182189222
HSL230°37.74%79.22%
HSB/HSV230°18.02%87.06%
CMYK18.02%14.86%0.00%
12.94%

Color #B6BDDE in popluar number systems.

HEXB6BDDE
Decimal182189222
Binary101101101011110111011110
Octal266275336

Shades and tints

Shades of #B6BDDE

#B6BDDE
(182,189,222)
#A6ACCA
(166,172,202)
#969BB6
(150,155,182)
#868AA2
(134,138,162)
#76798E
(118,121,142)
#66687A
(102,104,122)
#565766
(86,87,102)
#464652
(70,70,82)
#36353E
(54,53,62)
#26242A
(38,36,42)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #B6BDDE

#B6BDDE
(182,189,222)
#BCC3E1
(188,195,225)
#C2C9E4
(194,201,228)
#C8CFE7
(200,207,231)
#CED5EA
(206,213,234)
#D4DBED
(212,219,237)
#DAE1F0
(218,225,240)
#E0E7F3
(224,231,243)
#E6EDF6
(230,237,246)
#ECF3F9
(236,243,249)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BDDE color. Also use rgb(182,189,222) instead hex code.

Text Font Color

.myTextColor { color: #B6BDDE; }

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

This text font color is #B6BDDE.


Background Color

.myBgColor { background-color: #B6BDDE; }

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

This div background color is #B6BDDE.


Border color

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

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

This div border color is #B6BDDE.


Opacity

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

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

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

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

This text has shadow with #B6BDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BDDE on black background.


Color preview on white background

This text has color #B6BDDE on white background.



Black color preview on #B6BDDE background

This text has black color on #B6BDDE background.


White color preview on #B6BDDE background

This text has white color on #B6BDDE background.