COLOR #B3D5FB

HEX: #B3D5FB
RGB: (179,213,251)

Renk bilgisi

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

RGB renk modeli

#B3D5FB color RGB value is (179,213,251).

  • kırmız ton 179;
  • yeşil ton 213;
  • mavi ton 251.
RGB:
(179,213,251)
(70%,84%,98%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 213 of 255 = 84%
B 251 of 255 = 98%

179
213
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 213 + 251 = 643 (100%)
R 179 of 643 ~ 27.84%
G 213 of 643 ~ 33.13%
B 251 of 643 ~ 39.04%

%27.84
%33.13
%39.04

CMYK RENK MODELİ

#B3D5FB rengi CMYK tonu (29,15,0,2).

  • camgöbeği tonu 28.69%
  • eflatun tonu 15.14%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(29,15,0,2)
C29M15Y0K2 
(29%,15%,0%,2%)
(0.29/0.15/0.00/0.02)	

CMYK yüzdeleri

%28.69
%15.14
%0
%1.57

Codes

Color #B3D5FB in popluar color models

B3D5FB
RGB179213251
HSL212°90.00%84.31%
HSB/HSV212°28.69%98.43%
CMYK28.69%15.14%0.00%
1.57%

Color #B3D5FB in popluar number systems.

HEXB3D5FB
Decimal179213251
Binary101100111101010111111011
Octal263325373

Shades and tints

Shades of #B3D5FB

#B3D5FB
(179,213,251)
#A3C2E5
(163,194,229)
#93AFCF
(147,175,207)
#839CB9
(131,156,185)
#7389A3
(115,137,163)
#63768D
(99,118,141)
#536377
(83,99,119)
#435061
(67,80,97)
#333D4B
(51,61,75)
#232A35
(35,42,53)
#13171F
(19,23,31)
#000000
(0,0,0)

Tints of #B3D5FB

#B3D5FB
(179,213,251)
#B9D8FB
(185,216,251)
#BFDBFB
(191,219,251)
#C5DEFB
(197,222,251)
#CBE1FB
(203,225,251)
#D1E4FB
(209,228,251)
#D7E7FB
(215,231,251)
#DDEAFB
(221,234,251)
#E3EDFB
(227,237,251)
#E9F0FB
(233,240,251)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5FB color. Also use rgb(179,213,251) instead hex code.

Text Font Color

.myTextColor { color: #B3D5FB; }

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

This text font color is #B3D5FB.


Background Color

.myBgColor { background-color: #B3D5FB; }

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

This div background color is #B3D5FB.


Border color

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

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

This div border color is #B3D5FB.


Opacity

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

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

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

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

This text has shadow with #B3D5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5FB on black background.


Color preview on white background

This text has color #B3D5FB on white background.



Black color preview on #B3D5FB background

This text has black color on #B3D5FB background.


White color preview on #B3D5FB background

This text has white color on #B3D5FB background.