COLOR #B9D1DA

HEX: #B9D1DA
RGB: (185,209,218)

Renk bilgisi

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

RGB renk modeli

#B9D1DA color RGB value is (185,209,218).

  • kırmız ton 185;
  • yeşil ton 209;
  • mavi ton 218.
RGB:
(185,209,218)
(73%,82%,85%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 209 of 255 = 82%
B 218 of 255 = 85%

185
209
218

R + G + B ~ 80%. #B9D1DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 209 + 218 = 612 (100%)
R 185 of 612 ~ 30.23%
G 209 of 612 ~ 34.15%
B 218 of 612 ~ 35.62%

%30.23
%34.15
%35.62

CMYK RENK MODELİ

#B9D1DA rengi CMYK tonu (15,4,0,15).

  • camgöbeği tonu 15.14%
  • eflatun tonu 4.13%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(15,4,0,15)
C15M4Y0K15 
(15%,4%,0%,15%)
(0.15/0.04/0.00/0.15)	

CMYK yüzdeleri

%15.14
%4.13
%0
%14.51

Codes

Color #B9D1DA in popluar color models

B9D1DA
RGB185209218
HSL196°30.84%79.02%
HSB/HSV196°15.14%85.49%
CMYK15.14%4.13%0.00%
14.51%

Color #B9D1DA in popluar number systems.

HEXB9D1DA
Decimal185209218
Binary101110011101000111011010
Octal271321332

Shades and tints

Shades of #B9D1DA

#B9D1DA
(185,209,218)
#A9BEC7
(169,190,199)
#99ABB4
(153,171,180)
#8998A1
(137,152,161)
#79858E
(121,133,142)
#69727B
(105,114,123)
#595F68
(89,95,104)
#494C55
(73,76,85)
#393942
(57,57,66)
#29262F
(41,38,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #B9D1DA

#B9D1DA
(185,209,218)
#BFD5DD
(191,213,221)
#C5D9E0
(197,217,224)
#CBDDE3
(203,221,227)
#D1E1E6
(209,225,230)
#D7E5E9
(215,229,233)
#DDE9EC
(221,233,236)
#E3EDEF
(227,237,239)
#E9F1F2
(233,241,242)
#EFF5F5
(239,245,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D1DA color. Also use rgb(185,209,218) instead hex code.

Text Font Color

.myTextColor { color: #B9D1DA; }

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

This text font color is #B9D1DA.


Background Color

.myBgColor { background-color: #B9D1DA; }

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

This div background color is #B9D1DA.


Border color

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

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

This div border color is #B9D1DA.


Opacity

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

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

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

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

This text has shadow with #B9D1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D1DA on black background.


Color preview on white background

This text has color #B9D1DA on white background.



Black color preview on #B9D1DA background

This text has black color on #B9D1DA background.


White color preview on #B9D1DA background

This text has white color on #B9D1DA background.