COLOR #B0C6E6

HEX: #B0C6E6
RGB: (176,198,230)

Renk bilgisi

#B0C6E6 contains red, green and blue colors in about the same proportion. #B0C6E6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B0C6E6 color RGB value is (176,198,230).

  • kırmız ton 176;
  • yeşil ton 198;
  • mavi ton 230.
RGB:
(176,198,230)
(69%,78%,90%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 198 of 255 = 78%
B 230 of 255 = 90%

176
198
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 198 + 230 = 604 (100%)
R 176 of 604 ~ 29.14%
G 198 of 604 ~ 32.78%
B 230 of 604 ~ 38.08%

%29.14
%32.78
%38.08

CMYK RENK MODELİ

#B0C6E6 rengi CMYK tonu (23,14,0,10).

  • camgöbeği tonu 23.48%
  • eflatun tonu 13.91%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(23,14,0,10)
C23M14Y0K10 
(23%,14%,0%,10%)
(0.23/0.14/0.00/0.10)	

CMYK yüzdeleri

%23.48
%13.91
%0
%9.8

Codes

Color #B0C6E6 in popluar color models

B0C6E6
RGB176198230
HSL216°51.92%79.61%
HSB/HSV216°23.48%90.20%
CMYK23.48%13.91%0.00%
9.80%

Color #B0C6E6 in popluar number systems.

HEXB0C6E6
Decimal176198230
Binary101100001100011011100110
Octal260306346

Shades and tints

Shades of #B0C6E6

#B0C6E6
(176,198,230)
#A0B4D2
(160,180,210)
#90A2BE
(144,162,190)
#8090AA
(128,144,170)
#707E96
(112,126,150)
#606C82
(96,108,130)
#505A6E
(80,90,110)
#40485A
(64,72,90)
#303646
(48,54,70)
#202432
(32,36,50)
#10121E
(16,18,30)
#000000
(0,0,0)

Tints of #B0C6E6

#B0C6E6
(176,198,230)
#B7CBE8
(183,203,232)
#BED0EA
(190,208,234)
#C5D5EC
(197,213,236)
#CCDAEE
(204,218,238)
#D3DFF0
(211,223,240)
#DAE4F2
(218,228,242)
#E1E9F4
(225,233,244)
#E8EEF6
(232,238,246)
#EFF3F8
(239,243,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C6E6 color. Also use rgb(176,198,230) instead hex code.

Text Font Color

.myTextColor { color: #B0C6E6; }

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

This text font color is #B0C6E6.


Background Color

.myBgColor { background-color: #B0C6E6; }

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

This div background color is #B0C6E6.


Border color

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

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

This div border color is #B0C6E6.


Opacity

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

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

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

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

This text has shadow with #B0C6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C6E6 on black background.


Color preview on white background

This text has color #B0C6E6 on white background.



Black color preview on #B0C6E6 background

This text has black color on #B0C6E6 background.


White color preview on #B0C6E6 background

This text has white color on #B0C6E6 background.