COLOR #B6E5FA

HEX: #B6E5FA
RGB: (182,229,250)

Renk bilgisi

#B6E5FA contains mainly green and blue colors. #B6E5FA ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#B6E5FA color RGB value is (182,229,250).

  • kırmız ton 182;
  • yeşil ton 229;
  • mavi ton 250.
RGB:
(182,229,250)
(71%,90%,98%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 229 of 255 = 90%
B 250 of 255 = 98%

182
229
250

R + G + B ~ 86%. #B6E5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 229 + 250 = 661 (100%)
R 182 of 661 ~ 27.53%
G 229 of 661 ~ 34.64%
B 250 of 661 ~ 37.82%

%27.53
%34.64
%37.82

CMYK RENK MODELİ

#B6E5FA rengi CMYK tonu (27,8,0,2).

  • camgöbeği tonu 27.20%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(27,8,0,2)
C27M8Y0K2 
(27%,8%,0%,2%)
(0.27/0.08/0.00/0.02)	

CMYK yüzdeleri

%27.2
%8.4
%0
%1.96

Codes

Color #B6E5FA in popluar color models

B6E5FA
RGB182229250
HSL199°87.18%84.71%
HSB/HSV199°27.20%98.04%
CMYK27.20%8.40%0.00%
1.96%

Color #B6E5FA in popluar number systems.

HEXB6E5FA
Decimal182229250
Binary101101101110010111111010
Octal266345372

Shades and tints

Shades of #B6E5FA

#B6E5FA
(182,229,250)
#A6D1E4
(166,209,228)
#96BDCE
(150,189,206)
#86A9B8
(134,169,184)
#7695A2
(118,149,162)
#66818C
(102,129,140)
#566D76
(86,109,118)
#465960
(70,89,96)
#36454A
(54,69,74)
#263134
(38,49,52)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #B6E5FA

#B6E5FA
(182,229,250)
#BCE7FA
(188,231,250)
#C2E9FA
(194,233,250)
#C8EBFA
(200,235,250)
#CEEDFA
(206,237,250)
#D4EFFA
(212,239,250)
#DAF1FA
(218,241,250)
#E0F3FA
(224,243,250)
#E6F5FA
(230,245,250)
#ECF7FA
(236,247,250)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E5FA color. Also use rgb(182,229,250) instead hex code.

Text Font Color

.myTextColor { color: #B6E5FA; }

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

This text font color is #B6E5FA.


Background Color

.myBgColor { background-color: #B6E5FA; }

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

This div background color is #B6E5FA.


Border color

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

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

This div border color is #B6E5FA.


Opacity

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

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

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

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

This text has shadow with #B6E5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E5FA on black background.


Color preview on white background

This text has color #B6E5FA on white background.



Black color preview on #B6E5FA background

This text has black color on #B6E5FA background.


White color preview on #B6E5FA background

This text has white color on #B6E5FA background.