COLOR #B9DDDB

HEX: #B9DDDB
RGB: (185,221,219)

Renk bilgisi

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

RGB renk modeli

#B9DDDB color RGB value is (185,221,219).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 221 of 255 = 87%
B 219 of 255 = 86%

185
221
219

R + G + B ~ 82%. #B9DDDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 221 + 219 = 625 (100%)
R 185 of 625 ~ 29.6%
G 221 of 625 ~ 35.36%
B 219 of 625 ~ 35.04%

%29.6
%35.36
%35.04

CMYK RENK MODELİ

#B9DDDB rengi CMYK tonu (16,0,1,13).

  • camgöbeği tonu 16.29%
  • eflatun tonu 0.00%
  • sarı tonu 0.90%
  • ana renk tonu 13.33%
CMYK:
(16,0,1,13)
C16M0Y1K13 
(16%,0%,1%,13%)
(0.16/0.00/0.01/0.13)	

CMYK yüzdeleri

%16.29
%0
%0.9
%13.33

Codes

Color #B9DDDB in popluar color models

B9DDDB
RGB185221219
HSL177°34.62%79.61%
HSB/HSV177°16.29%86.67%
CMYK16.29%0.00%0.90%
13.33%

Color #B9DDDB in popluar number systems.

HEXB9DDDB
Decimal185221219
Binary101110011101110111011011
Octal271335333

Shades and tints

Shades of #B9DDDB

#B9DDDB
(185,221,219)
#A9C9C8
(169,201,200)
#99B5B5
(153,181,181)
#89A1A2
(137,161,162)
#798D8F
(121,141,143)
#69797C
(105,121,124)
#596569
(89,101,105)
#495156
(73,81,86)
#393D43
(57,61,67)
#292930
(41,41,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #B9DDDB

#B9DDDB
(185,221,219)
#BFE0DE
(191,224,222)
#C5E3E1
(197,227,225)
#CBE6E4
(203,230,228)
#D1E9E7
(209,233,231)
#D7ECEA
(215,236,234)
#DDEFED
(221,239,237)
#E3F2F0
(227,242,240)
#E9F5F3
(233,245,243)
#EFF8F6
(239,248,246)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DDDB; }

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

This text font color is #B9DDDB.


Background Color

.myBgColor { background-color: #B9DDDB; }

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

This div background color is #B9DDDB.


Border color

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

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

This div border color is #B9DDDB.


Opacity

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

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

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

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

This text has shadow with #B9DDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDDB on black background.


Color preview on white background

This text has color #B9DDDB on white background.



Black color preview on #B9DDDB background

This text has black color on #B9DDDB background.


White color preview on #B9DDDB background

This text has white color on #B9DDDB background.