COLOR #B4D8F9

HEX: #B4D8F9
RGB: (180,216,249)

Renk bilgisi

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

RGB renk modeli

#B4D8F9 color RGB value is (180,216,249).

  • kırmız ton 180;
  • yeşil ton 216;
  • mavi ton 249.
RGB:
(180,216,249)
(71%,85%,98%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 216 of 255 = 85%
B 249 of 255 = 98%

180
216
249

R + G + B ~ 85%. #B4D8F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 216 + 249 = 645 (100%)
R 180 of 645 ~ 27.91%
G 216 of 645 ~ 33.49%
B 249 of 645 ~ 38.6%

%27.91
%33.49
%38.6

CMYK RENK MODELİ

#B4D8F9 rengi CMYK tonu (28,13,0,2).

  • camgöbeği tonu 27.71%
  • eflatun tonu 13.25%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(28,13,0,2)
C28M13Y0K2 
(28%,13%,0%,2%)
(0.28/0.13/0.00/0.02)	

CMYK yüzdeleri

%27.71
%13.25
%0
%2.35

Codes

Color #B4D8F9 in popluar color models

B4D8F9
RGB180216249
HSL209°85.19%84.12%
HSB/HSV209°27.71%97.65%
CMYK27.71%13.25%0.00%
2.35%

Color #B4D8F9 in popluar number systems.

HEXB4D8F9
Decimal180216249
Binary101101001101100011111001
Octal264330371

Shades and tints

Shades of #B4D8F9

#B4D8F9
(180,216,249)
#A4C5E3
(164,197,227)
#94B2CD
(148,178,205)
#849FB7
(132,159,183)
#748CA1
(116,140,161)
#64798B
(100,121,139)
#546675
(84,102,117)
#44535F
(68,83,95)
#344049
(52,64,73)
#242D33
(36,45,51)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #B4D8F9

#B4D8F9
(180,216,249)
#BADBF9
(186,219,249)
#C0DEF9
(192,222,249)
#C6E1F9
(198,225,249)
#CCE4F9
(204,228,249)
#D2E7F9
(210,231,249)
#D8EAF9
(216,234,249)
#DEEDF9
(222,237,249)
#E4F0F9
(228,240,249)
#EAF3F9
(234,243,249)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8F9 color. Also use rgb(180,216,249) instead hex code.

Text Font Color

.myTextColor { color: #B4D8F9; }

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

This text font color is #B4D8F9.


Background Color

.myBgColor { background-color: #B4D8F9; }

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

This div background color is #B4D8F9.


Border color

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

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

This div border color is #B4D8F9.


Opacity

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

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

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

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

This text has shadow with #B4D8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D8F9 on black background.


Color preview on white background

This text has color #B4D8F9 on white background.



Black color preview on #B4D8F9 background

This text has black color on #B4D8F9 background.


White color preview on #B4D8F9 background

This text has white color on #B4D8F9 background.