COLOR #B4D4BC

HEX: #B4D4BC
RGB: (180,212,188)

Renk bilgisi

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

RGB renk modeli

#B4D4BC color RGB value is (180,212,188).

  • kırmız ton 180;
  • yeşil ton 212;
  • mavi ton 188.
RGB:
(180,212,188)
(71%,83%,74%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 212 of 255 = 83%
B 188 of 255 = 74%

180
212
188

R + G + B ~ 76%. #B4D4BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 212 + 188 = 580 (100%)
R 180 of 580 ~ 31.03%
G 212 of 580 ~ 36.55%
B 188 of 580 ~ 32.41%

%31.03
%36.55
%32.41

CMYK RENK MODELİ

#B4D4BC rengi CMYK tonu (15,0,11,17).

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 11.32%
  • ana renk tonu 16.86%
CMYK:
(15,0,11,17)
C15M0Y11K17 
(15%,0%,11%,17%)
(0.15/0.00/0.11/0.17)	

CMYK yüzdeleri

%15.09
%0
%11.32
%16.86

Codes

Color #B4D4BC in popluar color models

B4D4BC
RGB180212188
HSL135°27.12%76.86%
HSB/HSV135°15.09%83.14%
CMYK15.09%0.00%11.32%
16.86%

Color #B4D4BC in popluar number systems.

HEXB4D4BC
Decimal180212188
Binary101101001101010010111100
Octal264324274

Shades and tints

Shades of #B4D4BC

#B4D4BC
(180,212,188)
#A4C1AB
(164,193,171)
#94AE9A
(148,174,154)
#849B89
(132,155,137)
#748878
(116,136,120)
#647567
(100,117,103)
#546256
(84,98,86)
#444F45
(68,79,69)
#343C34
(52,60,52)
#242923
(36,41,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #B4D4BC

#B4D4BC
(180,212,188)
#BAD7C2
(186,215,194)
#C0DAC8
(192,218,200)
#C6DDCE
(198,221,206)
#CCE0D4
(204,224,212)
#D2E3DA
(210,227,218)
#D8E6E0
(216,230,224)
#DEE9E6
(222,233,230)
#E4ECEC
(228,236,236)
#EAEFF2
(234,239,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D4BC color. Also use rgb(180,212,188) instead hex code.

Text Font Color

.myTextColor { color: #B4D4BC; }

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

This text font color is #B4D4BC.


Background Color

.myBgColor { background-color: #B4D4BC; }

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

This div background color is #B4D4BC.


Border color

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

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

This div border color is #B4D4BC.


Opacity

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

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

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

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

This text has shadow with #B4D4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4BC on black background.


Color preview on white background

This text has color #B4D4BC on white background.



Black color preview on #B4D4BC background

This text has black color on #B4D4BC background.


White color preview on #B4D4BC background

This text has white color on #B4D4BC background.