COLOR #B2E5FA

HEX: #B2E5FA
RGB: (178,229,250)

Renk bilgisi

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

RGB renk modeli

#B2E5FA color RGB value is (178,229,250).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 229 of 255 = 90%
B 250 of 255 = 98%

178
229
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 229 + 250 = 657 (100%)
R 178 of 657 ~ 27.09%
G 229 of 657 ~ 34.86%
B 250 of 657 ~ 38.05%

%27.09
%34.86
%38.05

CMYK RENK MODELİ

#B2E5FA rengi CMYK tonu (29,8,0,2).

  • camgöbeği tonu 28.80%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(29,8,0,2)
C29M8Y0K2 
(29%,8%,0%,2%)
(0.29/0.08/0.00/0.02)	

CMYK yüzdeleri

%28.8
%8.4
%0
%1.96

Codes

Color #B2E5FA in popluar color models

B2E5FA
RGB178229250
HSL198°87.80%83.92%
HSB/HSV198°28.80%98.04%
CMYK28.80%8.40%0.00%
1.96%

Color #B2E5FA in popluar number systems.

HEXB2E5FA
Decimal178229250
Binary101100101110010111111010
Octal262345372

Shades and tints

Shades of #B2E5FA

#B2E5FA
(178,229,250)
#A2D1E4
(162,209,228)
#92BDCE
(146,189,206)
#82A9B8
(130,169,184)
#7295A2
(114,149,162)
#62818C
(98,129,140)
#526D76
(82,109,118)
#425960
(66,89,96)
#32454A
(50,69,74)
#223134
(34,49,52)
#121D1E
(18,29,30)
#000000
(0,0,0)

Tints of #B2E5FA

#B2E5FA
(178,229,250)
#B9E7FA
(185,231,250)
#C0E9FA
(192,233,250)
#C7EBFA
(199,235,250)
#CEEDFA
(206,237,250)
#D5EFFA
(213,239,250)
#DCF1FA
(220,241,250)
#E3F3FA
(227,243,250)
#EAF5FA
(234,245,250)
#F1F7FA
(241,247,250)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E5FA; }

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

This text font color is #B2E5FA.


Background Color

.myBgColor { background-color: #B2E5FA; }

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

This div background color is #B2E5FA.


Border color

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

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

This div border color is #B2E5FA.


Opacity

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

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

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

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

This text has shadow with #B2E5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E5FA on black background.


Color preview on white background

This text has color #B2E5FA on white background.



Black color preview on #B2E5FA background

This text has black color on #B2E5FA background.


White color preview on #B2E5FA background

This text has white color on #B2E5FA background.