COLOR #B2D6F9

HEX: #B2D6F9
RGB: (178,214,249)

Renk bilgisi

#B2D6F9 contains mainly green and blue colors. #B2D6F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#B2D6F9 color RGB value is (178,214,249).

  • kırmız ton 178;
  • yeşil ton 214;
  • mavi ton 249.
RGB:
(178,214,249)
(70%,84%,98%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 214 of 255 = 84%
B 249 of 255 = 98%

178
214
249

R + G + B ~ 84%. #B2D6F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 214 + 249 = 641 (100%)
R 178 of 641 ~ 27.77%
G 214 of 641 ~ 33.39%
B 249 of 641 ~ 38.85%

%27.77
%33.39
%38.85

CMYK RENK MODELİ

#B2D6F9 rengi CMYK tonu (29,14,0,2).

  • camgöbeği tonu 28.51%
  • eflatun tonu 14.06%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(29,14,0,2)
C29M14Y0K2 
(29%,14%,0%,2%)
(0.29/0.14/0.00/0.02)	

CMYK yüzdeleri

%28.51
%14.06
%0
%2.35

Codes

Color #B2D6F9 in popluar color models

B2D6F9
RGB178214249
HSL210°85.54%83.73%
HSB/HSV210°28.51%97.65%
CMYK28.51%14.06%0.00%
2.35%

Color #B2D6F9 in popluar number systems.

HEXB2D6F9
Decimal178214249
Binary101100101101011011111001
Octal262326371

Shades and tints

Shades of #B2D6F9

#B2D6F9
(178,214,249)
#A2C3E3
(162,195,227)
#92B0CD
(146,176,205)
#829DB7
(130,157,183)
#728AA1
(114,138,161)
#62778B
(98,119,139)
#526475
(82,100,117)
#42515F
(66,81,95)
#323E49
(50,62,73)
#222B33
(34,43,51)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #B2D6F9

#B2D6F9
(178,214,249)
#B9D9F9
(185,217,249)
#C0DCF9
(192,220,249)
#C7DFF9
(199,223,249)
#CEE2F9
(206,226,249)
#D5E5F9
(213,229,249)
#DCE8F9
(220,232,249)
#E3EBF9
(227,235,249)
#EAEEF9
(234,238,249)
#F1F1F9
(241,241,249)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D6F9 color. Also use rgb(178,214,249) instead hex code.

Text Font Color

.myTextColor { color: #B2D6F9; }

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

This text font color is #B2D6F9.


Background Color

.myBgColor { background-color: #B2D6F9; }

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

This div background color is #B2D6F9.


Border color

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

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

This div border color is #B2D6F9.


Opacity

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

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

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

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

This text has shadow with #B2D6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D6F9 on black background.


Color preview on white background

This text has color #B2D6F9 on white background.



Black color preview on #B2D6F9 background

This text has black color on #B2D6F9 background.


White color preview on #B2D6F9 background

This text has white color on #B2D6F9 background.