COLOR #B9D6E8

HEX: #B9D6E8
RGB: (185,214,232)

Renk bilgisi

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

RGB renk modeli

#B9D6E8 color RGB value is (185,214,232).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 214 of 255 = 84%
B 232 of 255 = 91%

185
214
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 214 + 232 = 631 (100%)
R 185 of 631 ~ 29.32%
G 214 of 631 ~ 33.91%
B 232 of 631 ~ 36.77%

%29.32
%33.91
%36.77

CMYK RENK MODELİ

#B9D6E8 rengi CMYK tonu (20,8,0,9).

  • camgöbeği tonu 20.26%
  • eflatun tonu 7.76%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(20,8,0,9)
C20M8Y0K9 
(20%,8%,0%,9%)
(0.20/0.08/0.00/0.09)	

CMYK yüzdeleri

%20.26
%7.76
%0
%9.02

Codes

Color #B9D6E8 in popluar color models

B9D6E8
RGB185214232
HSL203°50.54%81.76%
HSB/HSV203°20.26%90.98%
CMYK20.26%7.76%0.00%
9.02%

Color #B9D6E8 in popluar number systems.

HEXB9D6E8
Decimal185214232
Binary101110011101011011101000
Octal271326350

Shades and tints

Shades of #B9D6E8

#B9D6E8
(185,214,232)
#A9C3D3
(169,195,211)
#99B0BE
(153,176,190)
#899DA9
(137,157,169)
#798A94
(121,138,148)
#69777F
(105,119,127)
#59646A
(89,100,106)
#495155
(73,81,85)
#393E40
(57,62,64)
#292B2B
(41,43,43)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9D6E8

#B9D6E8
(185,214,232)
#BFD9EA
(191,217,234)
#C5DCEC
(197,220,236)
#CBDFEE
(203,223,238)
#D1E2F0
(209,226,240)
#D7E5F2
(215,229,242)
#DDE8F4
(221,232,244)
#E3EBF6
(227,235,246)
#E9EEF8
(233,238,248)
#EFF1FA
(239,241,250)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D6E8; }

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

This text font color is #B9D6E8.


Background Color

.myBgColor { background-color: #B9D6E8; }

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

This div background color is #B9D6E8.


Border color

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

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

This div border color is #B9D6E8.


Opacity

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

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

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

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

This text has shadow with #B9D6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D6E8 on black background.


Color preview on white background

This text has color #B9D6E8 on white background.



Black color preview on #B9D6E8 background

This text has black color on #B9D6E8 background.


White color preview on #B9D6E8 background

This text has white color on #B9D6E8 background.