COLOR #B9D4E1

HEX: #B9D4E1
RGB: (185,212,225)

Renk bilgisi

#B9D4E1 contains red, green and blue colors in about the same proportion. #B9D4E1 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#B9D4E1 color RGB value is (185,212,225).

  • kırmız ton 185;
  • yeşil ton 212;
  • mavi ton 225.
RGB:
(185,212,225)
(73%,83%,88%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 212 of 255 = 83%
B 225 of 255 = 88%

185
212
225

R + G + B ~ 81%. #B9D4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 212 + 225 = 622 (100%)
R 185 of 622 ~ 29.74%
G 212 of 622 ~ 34.08%
B 225 of 622 ~ 36.17%

%29.74
%34.08
%36.17

CMYK RENK MODELİ

#B9D4E1 rengi CMYK tonu (18,6,0,12).

  • camgöbeği tonu 17.78%
  • eflatun tonu 5.78%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(18,6,0,12)
C18M6Y0K12 
(18%,6%,0%,12%)
(0.18/0.06/0.00/0.12)	

CMYK yüzdeleri

%17.78
%5.78
%0
%11.76

Codes

Color #B9D4E1 in popluar color models

B9D4E1
RGB185212225
HSL200°40.00%80.39%
HSB/HSV200°17.78%88.24%
CMYK17.78%5.78%0.00%
11.76%

Color #B9D4E1 in popluar number systems.

HEXB9D4E1
Decimal185212225
Binary101110011101010011100001
Octal271324341

Shades and tints

Shades of #B9D4E1

#B9D4E1
(185,212,225)
#A9C1CD
(169,193,205)
#99AEB9
(153,174,185)
#899BA5
(137,155,165)
#798891
(121,136,145)
#69757D
(105,117,125)
#596269
(89,98,105)
#494F55
(73,79,85)
#393C41
(57,60,65)
#29292D
(41,41,45)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9D4E1

#B9D4E1
(185,212,225)
#BFD7E3
(191,215,227)
#C5DAE5
(197,218,229)
#CBDDE7
(203,221,231)
#D1E0E9
(209,224,233)
#D7E3EB
(215,227,235)
#DDE6ED
(221,230,237)
#E3E9EF
(227,233,239)
#E9ECF1
(233,236,241)
#EFEFF3
(239,239,243)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D4E1 color. Also use rgb(185,212,225) instead hex code.

Text Font Color

.myTextColor { color: #B9D4E1; }

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

This text font color is #B9D4E1.


Background Color

.myBgColor { background-color: #B9D4E1; }

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

This div background color is #B9D4E1.


Border color

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

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

This div border color is #B9D4E1.


Opacity

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

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

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

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

This text has shadow with #B9D4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4E1 on black background.


Color preview on white background

This text has color #B9D4E1 on white background.



Black color preview on #B9D4E1 background

This text has black color on #B9D4E1 background.


White color preview on #B9D4E1 background

This text has white color on #B9D4E1 background.