COLOR #B4D4BD

HEX: #B4D4BD
RGB: (180,212,189)

Renk bilgisi

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

RGB renk modeli

#B4D4BD color RGB value is (180,212,189).

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

RGB bağlantıları ve doygunluk

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

180
212
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 212 + 189 = 581 (100%)
R 180 of 581 ~ 30.98%
G 212 of 581 ~ 36.49%
B 189 of 581 ~ 32.53%

%30.98
%36.49
%32.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 10.85%
  • 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
%10.85
%16.86

Codes

Color #B4D4BD in popluar color models

B4D4BD
RGB180212189
HSL137°27.12%76.86%
HSB/HSV137°15.09%83.14%
CMYK15.09%0.00%10.85%
16.86%

Color #B4D4BD in popluar number systems.

HEXB4D4BD
Decimal180212189
Binary101101001101010010111101
Octal264324275

Shades and tints

Shades of #B4D4BD

#B4D4BD
(180,212,189)
#A4C1AC
(164,193,172)
#94AE9B
(148,174,155)
#849B8A
(132,155,138)
#748879
(116,136,121)
#647568
(100,117,104)
#546257
(84,98,87)
#444F46
(68,79,70)
#343C35
(52,60,53)
#242924
(36,41,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4D4BD

#B4D4BD
(180,212,189)
#BAD7C3
(186,215,195)
#C0DAC9
(192,218,201)
#C6DDCF
(198,221,207)
#CCE0D5
(204,224,213)
#D2E3DB
(210,227,219)
#D8E6E1
(216,230,225)
#DEE9E7
(222,233,231)
#E4ECED
(228,236,237)
#EAEFF3
(234,239,243)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4BD; }

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

This text font color is #B4D4BD.


Background Color

.myBgColor { background-color: #B4D4BD; }

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

This div background color is #B4D4BD.


Border color

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

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

This div border color is #B4D4BD.


Opacity

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

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

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

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

This text has shadow with #B4D4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4BD on black background.


Color preview on white background

This text has color #B4D4BD on white background.



Black color preview on #B4D4BD background

This text has black color on #B4D4BD background.


White color preview on #B4D4BD background

This text has white color on #B4D4BD background.