COLOR #B9D7DB

HEX: #B9D7DB
RGB: (185,215,219)

Renk bilgisi

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

RGB renk modeli

#B9D7DB color RGB value is (185,215,219).

  • kırmız ton 185;
  • yeşil ton 215;
  • mavi ton 219.
RGB:
(185,215,219)
(73%,84%,86%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 215 of 255 = 84%
B 219 of 255 = 86%

185
215
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 215 + 219 = 619 (100%)
R 185 of 619 ~ 29.89%
G 215 of 619 ~ 34.73%
B 219 of 619 ~ 35.38%

%29.89
%34.73
%35.38

CMYK RENK MODELİ

#B9D7DB rengi CMYK tonu (16,2,0,14).

  • camgöbeği tonu 15.53%
  • eflatun tonu 1.83%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(16,2,0,14)
C16M2Y0K14 
(16%,2%,0%,14%)
(0.16/0.02/0.00/0.14)	

CMYK yüzdeleri

%15.53
%1.83
%0
%14.12

Codes

Color #B9D7DB in popluar color models

B9D7DB
RGB185215219
HSL187°32.08%79.22%
HSB/HSV187°15.53%85.88%
CMYK15.53%1.83%0.00%
14.12%

Color #B9D7DB in popluar number systems.

HEXB9D7DB
Decimal185215219
Binary101110011101011111011011
Octal271327333

Shades and tints

Shades of #B9D7DB

#B9D7DB
(185,215,219)
#A9C4C8
(169,196,200)
#99B1B5
(153,177,181)
#899EA2
(137,158,162)
#798B8F
(121,139,143)
#69787C
(105,120,124)
#596569
(89,101,105)
#495256
(73,82,86)
#393F43
(57,63,67)
#292C30
(41,44,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #B9D7DB

#B9D7DB
(185,215,219)
#BFDADE
(191,218,222)
#C5DDE1
(197,221,225)
#CBE0E4
(203,224,228)
#D1E3E7
(209,227,231)
#D7E6EA
(215,230,234)
#DDE9ED
(221,233,237)
#E3ECF0
(227,236,240)
#E9EFF3
(233,239,243)
#EFF2F6
(239,242,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D7DB color. Also use rgb(185,215,219) instead hex code.

Text Font Color

.myTextColor { color: #B9D7DB; }

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

This text font color is #B9D7DB.


Background Color

.myBgColor { background-color: #B9D7DB; }

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

This div background color is #B9D7DB.


Border color

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

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

This div border color is #B9D7DB.


Opacity

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

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

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

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

This text has shadow with #B9D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D7DB on black background.


Color preview on white background

This text has color #B9D7DB on white background.



Black color preview on #B9D7DB background

This text has black color on #B9D7DB background.


White color preview on #B9D7DB background

This text has white color on #B9D7DB background.