COLOR #B9D4F6

HEX: #B9D4F6
RGB: (185,212,246)

Renk bilgisi

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

RGB renk modeli

#B9D4F6 color RGB value is (185,212,246).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 212 of 255 = 83%
B 246 of 255 = 96%

185
212
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 212 + 246 = 643 (100%)
R 185 of 643 ~ 28.77%
G 212 of 643 ~ 32.97%
B 246 of 643 ~ 38.26%

%28.77
%32.97
%38.26

CMYK RENK MODELİ

#B9D4F6 rengi CMYK tonu (25,14,0,4).

  • camgöbeği tonu 24.80%
  • eflatun tonu 13.82%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(25,14,0,4)
C25M14Y0K4 
(25%,14%,0%,4%)
(0.25/0.14/0.00/0.04)	

CMYK yüzdeleri

%24.8
%13.82
%0
%3.53

Codes

Color #B9D4F6 in popluar color models

B9D4F6
RGB185212246
HSL213°77.22%84.51%
HSB/HSV213°24.80%96.47%
CMYK24.80%13.82%0.00%
3.53%

Color #B9D4F6 in popluar number systems.

HEXB9D4F6
Decimal185212246
Binary101110011101010011110110
Octal271324366

Shades and tints

Shades of #B9D4F6

#B9D4F6
(185,212,246)
#A9C1E0
(169,193,224)
#99AECA
(153,174,202)
#899BB4
(137,155,180)
#79889E
(121,136,158)
#697588
(105,117,136)
#596272
(89,98,114)
#494F5C
(73,79,92)
#393C46
(57,60,70)
#292930
(41,41,48)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9D4F6

#B9D4F6
(185,212,246)
#BFD7F6
(191,215,246)
#C5DAF6
(197,218,246)
#CBDDF6
(203,221,246)
#D1E0F6
(209,224,246)
#D7E3F6
(215,227,246)
#DDE6F6
(221,230,246)
#E3E9F6
(227,233,246)
#E9ECF6
(233,236,246)
#EFEFF6
(239,239,246)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D4F6; }

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

This text font color is #B9D4F6.


Background Color

.myBgColor { background-color: #B9D4F6; }

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

This div background color is #B9D4F6.


Border color

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

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

This div border color is #B9D4F6.


Opacity

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

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

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

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

This text has shadow with #B9D4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4F6 on black background.


Color preview on white background

This text has color #B9D4F6 on white background.



Black color preview on #B9D4F6 background

This text has black color on #B9D4F6 background.


White color preview on #B9D4F6 background

This text has white color on #B9D4F6 background.