COLOR #B0D4DB

HEX: #B0D4DB
RGB: (176,212,219)

Renk bilgisi

#B0D4DB contains red, green and blue colors in about the same proportion. #B0D4DB ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B0D4DB color RGB value is (176,212,219).

  • kırmız ton 176;
  • yeşil ton 212;
  • mavi ton 219.
RGB:
(176,212,219)
(69%,83%,86%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 212 of 255 = 83%
B 219 of 255 = 86%

176
212
219

R + G + B ~ 79%. #B0D4DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 212 + 219 = 607 (100%)
R 176 of 607 ~ 29%
G 212 of 607 ~ 34.93%
B 219 of 607 ~ 36.08%

%29
%34.93
%36.08

CMYK RENK MODELİ

#B0D4DB rengi CMYK tonu (20,3,0,14).

  • camgöbeği tonu 19.63%
  • eflatun tonu 3.20%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(20,3,0,14)
C20M3Y0K14 
(20%,3%,0%,14%)
(0.20/0.03/0.00/0.14)	

CMYK yüzdeleri

%19.63
%3.2
%0
%14.12

Codes

Color #B0D4DB in popluar color models

B0D4DB
RGB176212219
HSL190°37.39%77.45%
HSB/HSV190°19.63%85.88%
CMYK19.63%3.20%0.00%
14.12%

Color #B0D4DB in popluar number systems.

HEXB0D4DB
Decimal176212219
Binary101100001101010011011011
Octal260324333

Shades and tints

Shades of #B0D4DB

#B0D4DB
(176,212,219)
#A0C1C8
(160,193,200)
#90AEB5
(144,174,181)
#809BA2
(128,155,162)
#70888F
(112,136,143)
#60757C
(96,117,124)
#506269
(80,98,105)
#404F56
(64,79,86)
#303C43
(48,60,67)
#202930
(32,41,48)
#10161D
(16,22,29)
#000000
(0,0,0)

Tints of #B0D4DB

#B0D4DB
(176,212,219)
#B7D7DE
(183,215,222)
#BEDAE1
(190,218,225)
#C5DDE4
(197,221,228)
#CCE0E7
(204,224,231)
#D3E3EA
(211,227,234)
#DAE6ED
(218,230,237)
#E1E9F0
(225,233,240)
#E8ECF3
(232,236,243)
#EFEFF6
(239,239,246)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D4DB color. Also use rgb(176,212,219) instead hex code.

Text Font Color

.myTextColor { color: #B0D4DB; }

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

This text font color is #B0D4DB.


Background Color

.myBgColor { background-color: #B0D4DB; }

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

This div background color is #B0D4DB.


Border color

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

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

This div border color is #B0D4DB.


Opacity

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

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

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

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

This text has shadow with #B0D4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D4DB on black background.


Color preview on white background

This text has color #B0D4DB on white background.



Black color preview on #B0D4DB background

This text has black color on #B0D4DB background.


White color preview on #B0D4DB background

This text has white color on #B0D4DB background.