COLOR #B0C5E6

HEX: #B0C5E6
RGB: (176,197,230)

Renk bilgisi

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

RGB renk modeli

#B0C5E6 color RGB value is (176,197,230).

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

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 197 of 255 = 77%
B 230 of 255 = 90%

176
197
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 197 + 230 = 603 (100%)
R 176 of 603 ~ 29.19%
G 197 of 603 ~ 32.67%
B 230 of 603 ~ 38.14%

%29.19
%32.67
%38.14

CMYK RENK MODELİ

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

  • camgöbeği tonu 23.48%
  • eflatun tonu 14.35%
  • 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
%14.35
%0
%9.8

Codes

Color #B0C5E6 in popluar color models

B0C5E6
RGB176197230
HSL217°51.92%79.61%
HSB/HSV217°23.48%90.20%
CMYK23.48%14.35%0.00%
9.80%

Color #B0C5E6 in popluar number systems.

HEXB0C5E6
Decimal176197230
Binary101100001100010111100110
Octal260305346

Shades and tints

Shades of #B0C5E6

#B0C5E6
(176,197,230)
#A0B4D2
(160,180,210)
#90A3BE
(144,163,190)
#8092AA
(128,146,170)
#708196
(112,129,150)
#607082
(96,112,130)
#505F6E
(80,95,110)
#404E5A
(64,78,90)
#303D46
(48,61,70)
#202C32
(32,44,50)
#101B1E
(16,27,30)
#000000
(0,0,0)

Tints of #B0C5E6

#B0C5E6
(176,197,230)
#B7CAE8
(183,202,232)
#BECFEA
(190,207,234)
#C5D4EC
(197,212,236)
#CCD9EE
(204,217,238)
#D3DEF0
(211,222,240)
#DAE3F2
(218,227,242)
#E1E8F4
(225,232,244)
#E8EDF6
(232,237,246)
#EFF2F8
(239,242,248)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C5E6; }

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

This text font color is #B0C5E6.


Background Color

.myBgColor { background-color: #B0C5E6; }

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

This div background color is #B0C5E6.


Border color

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

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

This div border color is #B0C5E6.


Opacity

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

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

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

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

This text has shadow with #B0C5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5E6 on black background.


Color preview on white background

This text has color #B0C5E6 on white background.



Black color preview on #B0C5E6 background

This text has black color on #B0C5E6 background.


White color preview on #B0C5E6 background

This text has white color on #B0C5E6 background.