COLOR #B4D6B1

HEX: #B4D6B1
RGB: (180,214,177)

Renk bilgisi

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

RGB renk modeli

#B4D6B1 color RGB value is (180,214,177).

  • kırmız ton 180;
  • yeşil ton 214;
  • mavi ton 177.
RGB:
(180,214,177)
(71%,84%,69%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 214 of 255 = 84%
B 177 of 255 = 69%

180
214
177

R + G + B ~ 75%. #B4D6B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 214 + 177 = 571 (100%)
R 180 of 571 ~ 31.52%
G 214 of 571 ~ 37.48%
B 177 of 571 ~ 31%

%31.52
%37.48
%31

CMYK RENK MODELİ

#B4D6B1 rengi CMYK tonu (16,0,17,16).

  • camgöbeği tonu 15.89%
  • eflatun tonu 0.00%
  • sarı tonu 17.29%
  • ana renk tonu 16.08%
CMYK:
(16,0,17,16)
C16M0Y17K16 
(16%,0%,17%,16%)
(0.16/0.00/0.17/0.16)	

CMYK yüzdeleri

%15.89
%0
%17.29
%16.08

Codes

Color #B4D6B1 in popluar color models

B4D6B1
RGB180214177
HSL115°31.09%76.67%
HSB/HSV115°17.29%83.92%
CMYK15.89%0.00%17.29%
16.08%

Color #B4D6B1 in popluar number systems.

HEXB4D6B1
Decimal180214177
Binary101101001101011010110001
Octal264326261

Shades and tints

Shades of #B4D6B1

#B4D6B1
(180,214,177)
#A4C3A1
(164,195,161)
#94B091
(148,176,145)
#849D81
(132,157,129)
#748A71
(116,138,113)
#647761
(100,119,97)
#546451
(84,100,81)
#445141
(68,81,65)
#343E31
(52,62,49)
#242B21
(36,43,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #B4D6B1

#B4D6B1
(180,214,177)
#BAD9B8
(186,217,184)
#C0DCBF
(192,220,191)
#C6DFC6
(198,223,198)
#CCE2CD
(204,226,205)
#D2E5D4
(210,229,212)
#D8E8DB
(216,232,219)
#DEEBE2
(222,235,226)
#E4EEE9
(228,238,233)
#EAF1F0
(234,241,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D6B1 color. Also use rgb(180,214,177) instead hex code.

Text Font Color

.myTextColor { color: #B4D6B1; }

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

This text font color is #B4D6B1.


Background Color

.myBgColor { background-color: #B4D6B1; }

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

This div background color is #B4D6B1.


Border color

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

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

This div border color is #B4D6B1.


Opacity

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

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

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

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

This text has shadow with #B4D6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D6B1 on black background.


Color preview on white background

This text has color #B4D6B1 on white background.



Black color preview on #B4D6B1 background

This text has black color on #B4D6B1 background.


White color preview on #B4D6B1 background

This text has white color on #B4D6B1 background.