COLOR #B9D6FC

HEX: #B9D6FC
RGB: (185,214,252)

Renk bilgisi

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

RGB renk modeli

#B9D6FC color RGB value is (185,214,252).

  • kırmız ton 185;
  • yeşil ton 214;
  • mavi ton 252.
RGB:
(185,214,252)
(73%,84%,99%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 214 of 255 = 84%
B 252 of 255 = 99%

185
214
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 214 + 252 = 651 (100%)
R 185 of 651 ~ 28.42%
G 214 of 651 ~ 32.87%
B 252 of 651 ~ 38.71%

%28.42
%32.87
%38.71

CMYK RENK MODELİ

#B9D6FC rengi CMYK tonu (27,15,0,1).

  • camgöbeği tonu 26.59%
  • eflatun tonu 15.08%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(27,15,0,1)
C27M15Y0K1 
(27%,15%,0%,1%)
(0.27/0.15/0.00/0.01)	

CMYK yüzdeleri

%26.59
%15.08
%0
%1.18

Codes

Color #B9D6FC in popluar color models

B9D6FC
RGB185214252
HSL214°91.78%85.69%
HSB/HSV214°26.59%98.82%
CMYK26.59%15.08%0.00%
1.18%

Color #B9D6FC in popluar number systems.

HEXB9D6FC
Decimal185214252
Binary101110011101011011111100
Octal271326374

Shades and tints

Shades of #B9D6FC

#B9D6FC
(185,214,252)
#A9C3E6
(169,195,230)
#99B0D0
(153,176,208)
#899DBA
(137,157,186)
#798AA4
(121,138,164)
#69778E
(105,119,142)
#596478
(89,100,120)
#495162
(73,81,98)
#393E4C
(57,62,76)
#292B36
(41,43,54)
#191820
(25,24,32)
#000000
(0,0,0)

Tints of #B9D6FC

#B9D6FC
(185,214,252)
#BFD9FC
(191,217,252)
#C5DCFC
(197,220,252)
#CBDFFC
(203,223,252)
#D1E2FC
(209,226,252)
#D7E5FC
(215,229,252)
#DDE8FC
(221,232,252)
#E3EBFC
(227,235,252)
#E9EEFC
(233,238,252)
#EFF1FC
(239,241,252)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D6FC color. Also use rgb(185,214,252) instead hex code.

Text Font Color

.myTextColor { color: #B9D6FC; }

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

This text font color is #B9D6FC.


Background Color

.myBgColor { background-color: #B9D6FC; }

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

This div background color is #B9D6FC.


Border color

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

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

This div border color is #B9D6FC.


Opacity

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

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

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

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

This text has shadow with #B9D6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D6FC on black background.


Color preview on white background

This text has color #B9D6FC on white background.



Black color preview on #B9D6FC background

This text has black color on #B9D6FC background.


White color preview on #B9D6FC background

This text has white color on #B9D6FC background.