COLOR #B5D3F1

HEX: #B5D3F1
RGB: (181,211,241)

Renk bilgisi

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

RGB renk modeli

#B5D3F1 color RGB value is (181,211,241).

  • kırmız ton 181;
  • yeşil ton 211;
  • mavi ton 241.
RGB:
(181,211,241)
(71%,83%,95%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 211 of 255 = 83%
B 241 of 255 = 95%

181
211
241

R + G + B ~ 83%. #B5D3F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 241 = 633 (100%)
R 181 of 633 ~ 28.59%
G 211 of 633 ~ 33.33%
B 241 of 633 ~ 38.07%

%28.59
%33.33
%38.07

CMYK RENK MODELİ

#B5D3F1 rengi CMYK tonu (25,12,0,5).

  • camgöbeği tonu 24.90%
  • eflatun tonu 12.45%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(25,12,0,5)
C25M12Y0K5 
(25%,12%,0%,5%)
(0.25/0.12/0.00/0.05)	

CMYK yüzdeleri

%24.9
%12.45
%0
%5.49

Codes

Color #B5D3F1 in popluar color models

B5D3F1
RGB181211241
HSL210°68.18%82.75%
HSB/HSV210°24.90%94.51%
CMYK24.90%12.45%0.00%
5.49%

Color #B5D3F1 in popluar number systems.

HEXB5D3F1
Decimal181211241
Binary101101011101001111110001
Octal265323361

Shades and tints

Shades of #B5D3F1

#B5D3F1
(181,211,241)
#A5C0DC
(165,192,220)
#95ADC7
(149,173,199)
#859AB2
(133,154,178)
#75879D
(117,135,157)
#657488
(101,116,136)
#556173
(85,97,115)
#454E5E
(69,78,94)
#353B49
(53,59,73)
#252834
(37,40,52)
#15151F
(21,21,31)
#000000
(0,0,0)

Tints of #B5D3F1

#B5D3F1
(181,211,241)
#BBD7F2
(187,215,242)
#C1DBF3
(193,219,243)
#C7DFF4
(199,223,244)
#CDE3F5
(205,227,245)
#D3E7F6
(211,231,246)
#D9EBF7
(217,235,247)
#DFEFF8
(223,239,248)
#E5F3F9
(229,243,249)
#EBF7FA
(235,247,250)
#F1FBFB
(241,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D3F1 color. Also use rgb(181,211,241) instead hex code.

Text Font Color

.myTextColor { color: #B5D3F1; }

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

This text font color is #B5D3F1.


Background Color

.myBgColor { background-color: #B5D3F1; }

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

This div background color is #B5D3F1.


Border color

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

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

This div border color is #B5D3F1.


Opacity

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

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

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

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

This text has shadow with #B5D3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3F1 on black background.


Color preview on white background

This text has color #B5D3F1 on white background.



Black color preview on #B5D3F1 background

This text has black color on #B5D3F1 background.


White color preview on #B5D3F1 background

This text has white color on #B5D3F1 background.