COLOR #B4DCDB

HEX: #B4DCDB
RGB: (180,220,219)

Renk bilgisi

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

RGB renk modeli

#B4DCDB color RGB value is (180,220,219).

  • kırmız ton 180;
  • yeşil ton 220;
  • mavi ton 219.
RGB:
(180,220,219)
(71%,86%,86%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 220 of 255 = 86%
B 219 of 255 = 86%

180
220
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 220 + 219 = 619 (100%)
R 180 of 619 ~ 29.08%
G 220 of 619 ~ 35.54%
B 219 of 619 ~ 35.38%

%29.08
%35.54
%35.38

CMYK RENK MODELİ

#B4DCDB rengi CMYK tonu (18,0,0,14).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 0.45%
  • ana renk tonu 13.73%
CMYK:
(18,0,0,14)
C18M0Y0K14 
(18%,0%,0%,14%)
(0.18/0.00/0.00/0.14)	

CMYK yüzdeleri

%18.18
%0
%0.45
%13.73

Codes

Color #B4DCDB in popluar color models

B4DCDB
RGB180220219
HSL179°36.36%78.43%
HSB/HSV179°18.18%86.27%
CMYK18.18%0.00%0.45%
13.73%

Color #B4DCDB in popluar number systems.

HEXB4DCDB
Decimal180220219
Binary101101001101110011011011
Octal264334333

Shades and tints

Shades of #B4DCDB

#B4DCDB
(180,220,219)
#A4C8C8
(164,200,200)
#94B4B5
(148,180,181)
#84A0A2
(132,160,162)
#748C8F
(116,140,143)
#64787C
(100,120,124)
#546469
(84,100,105)
#445056
(68,80,86)
#343C43
(52,60,67)
#242830
(36,40,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #B4DCDB

#B4DCDB
(180,220,219)
#BADFDE
(186,223,222)
#C0E2E1
(192,226,225)
#C6E5E4
(198,229,228)
#CCE8E7
(204,232,231)
#D2EBEA
(210,235,234)
#D8EEED
(216,238,237)
#DEF1F0
(222,241,240)
#E4F4F3
(228,244,243)
#EAF7F6
(234,247,246)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DCDB color. Also use rgb(180,220,219) instead hex code.

Text Font Color

.myTextColor { color: #B4DCDB; }

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

This text font color is #B4DCDB.


Background Color

.myBgColor { background-color: #B4DCDB; }

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

This div background color is #B4DCDB.


Border color

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

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

This div border color is #B4DCDB.


Opacity

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

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

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

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

This text has shadow with #B4DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCDB on black background.


Color preview on white background

This text has color #B4DCDB on white background.



Black color preview on #B4DCDB background

This text has black color on #B4DCDB background.


White color preview on #B4DCDB background

This text has white color on #B4DCDB background.