COLOR #B6C9ED

HEX: #B6C9ED
RGB: (182,201,237)

Renk bilgisi

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

RGB renk modeli

#B6C9ED color RGB value is (182,201,237).

  • kırmız ton 182;
  • yeşil ton 201;
  • mavi ton 237.
RGB:
(182,201,237)
(71%,79%,93%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 201 of 255 = 79%
B 237 of 255 = 93%

182
201
237

R + G + B ~ 81%. #B6C9ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 201 + 237 = 620 (100%)
R 182 of 620 ~ 29.35%
G 201 of 620 ~ 32.42%
B 237 of 620 ~ 38.23%

%29.35
%32.42
%38.23

CMYK RENK MODELİ

#B6C9ED rengi CMYK tonu (23,15,0,7).

  • camgöbeği tonu 23.21%
  • eflatun tonu 15.19%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(23,15,0,7)
C23M15Y0K7 
(23%,15%,0%,7%)
(0.23/0.15/0.00/0.07)	

CMYK yüzdeleri

%23.21
%15.19
%0
%7.06

Codes

Color #B6C9ED in popluar color models

B6C9ED
RGB182201237
HSL219°60.44%82.16%
HSB/HSV219°23.21%92.94%
CMYK23.21%15.19%0.00%
7.06%

Color #B6C9ED in popluar number systems.

HEXB6C9ED
Decimal182201237
Binary101101101100100111101101
Octal266311355

Shades and tints

Shades of #B6C9ED

#B6C9ED
(182,201,237)
#A6B7D8
(166,183,216)
#96A5C3
(150,165,195)
#8693AE
(134,147,174)
#768199
(118,129,153)
#666F84
(102,111,132)
#565D6F
(86,93,111)
#464B5A
(70,75,90)
#363945
(54,57,69)
#262730
(38,39,48)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #B6C9ED

#B6C9ED
(182,201,237)
#BCCDEE
(188,205,238)
#C2D1EF
(194,209,239)
#C8D5F0
(200,213,240)
#CED9F1
(206,217,241)
#D4DDF2
(212,221,242)
#DAE1F3
(218,225,243)
#E0E5F4
(224,229,244)
#E6E9F5
(230,233,245)
#ECEDF6
(236,237,246)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C9ED color. Also use rgb(182,201,237) instead hex code.

Text Font Color

.myTextColor { color: #B6C9ED; }

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

This text font color is #B6C9ED.


Background Color

.myBgColor { background-color: #B6C9ED; }

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

This div background color is #B6C9ED.


Border color

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

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

This div border color is #B6C9ED.


Opacity

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

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

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

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

This text has shadow with #B6C9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C9ED on black background.


Color preview on white background

This text has color #B6C9ED on white background.



Black color preview on #B6C9ED background

This text has black color on #B6C9ED background.


White color preview on #B6C9ED background

This text has white color on #B6C9ED background.