COLOR #B4D4B9

HEX: #B4D4B9
RGB: (180,212,185)

Renk bilgisi

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

RGB renk modeli

#B4D4B9 color RGB value is (180,212,185).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 212 of 255 = 83%
B 185 of 255 = 73%

180
212
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 212 + 185 = 577 (100%)
R 180 of 577 ~ 31.2%
G 212 of 577 ~ 36.74%
B 185 of 577 ~ 32.06%

%31.2
%36.74
%32.06

CMYK RENK MODELİ

#B4D4B9 rengi CMYK tonu (15,0,13,17).

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 12.74%
  • ana renk tonu 16.86%
CMYK:
(15,0,13,17)
C15M0Y13K17 
(15%,0%,13%,17%)
(0.15/0.00/0.13/0.17)	

CMYK yüzdeleri

%15.09
%0
%12.74
%16.86

Codes

Color #B4D4B9 in popluar color models

B4D4B9
RGB180212185
HSL129°27.12%76.86%
HSB/HSV129°15.09%83.14%
CMYK15.09%0.00%12.74%
16.86%

Color #B4D4B9 in popluar number systems.

HEXB4D4B9
Decimal180212185
Binary101101001101010010111001
Octal264324271

Shades and tints

Shades of #B4D4B9

#B4D4B9
(180,212,185)
#A4C1A9
(164,193,169)
#94AE99
(148,174,153)
#849B89
(132,155,137)
#748879
(116,136,121)
#647569
(100,117,105)
#546259
(84,98,89)
#444F49
(68,79,73)
#343C39
(52,60,57)
#242929
(36,41,41)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #B4D4B9

#B4D4B9
(180,212,185)
#BAD7BF
(186,215,191)
#C0DAC5
(192,218,197)
#C6DDCB
(198,221,203)
#CCE0D1
(204,224,209)
#D2E3D7
(210,227,215)
#D8E6DD
(216,230,221)
#DEE9E3
(222,233,227)
#E4ECE9
(228,236,233)
#EAEFEF
(234,239,239)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4B9; }

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

This text font color is #B4D4B9.


Background Color

.myBgColor { background-color: #B4D4B9; }

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

This div background color is #B4D4B9.


Border color

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

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

This div border color is #B4D4B9.


Opacity

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

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

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

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

This text has shadow with #B4D4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4B9 on black background.


Color preview on white background

This text has color #B4D4B9 on white background.



Black color preview on #B4D4B9 background

This text has black color on #B4D4B9 background.


White color preview on #B4D4B9 background

This text has white color on #B4D4B9 background.