COLOR #B4DCB2

HEX: #B4DCB2
RGB: (180,220,178)

Renk bilgisi

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

RGB renk modeli

#B4DCB2 color RGB value is (180,220,178).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 220 of 255 = 86%
B 178 of 255 = 70%

180
220
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 220 + 178 = 578 (100%)
R 180 of 578 ~ 31.14%
G 220 of 578 ~ 38.06%
B 178 of 578 ~ 30.8%

%31.14
%38.06
%30.8

CMYK RENK MODELİ

#B4DCB2 rengi CMYK tonu (18,0,19,14).

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

CMYK yüzdeleri

%18.18
%0
%19.09
%13.73

Codes

Color #B4DCB2 in popluar color models

B4DCB2
RGB180220178
HSL117°37.50%78.04%
HSB/HSV117°19.09%86.27%
CMYK18.18%0.00%19.09%
13.73%

Color #B4DCB2 in popluar number systems.

HEXB4DCB2
Decimal180220178
Binary101101001101110010110010
Octal264334262

Shades and tints

Shades of #B4DCB2

#B4DCB2
(180,220,178)
#A4C8A2
(164,200,162)
#94B492
(148,180,146)
#84A082
(132,160,130)
#748C72
(116,140,114)
#647862
(100,120,98)
#546452
(84,100,82)
#445042
(68,80,66)
#343C32
(52,60,50)
#242822
(36,40,34)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4DCB2

#B4DCB2
(180,220,178)
#BADFB9
(186,223,185)
#C0E2C0
(192,226,192)
#C6E5C7
(198,229,199)
#CCE8CE
(204,232,206)
#D2EBD5
(210,235,213)
#D8EEDC
(216,238,220)
#DEF1E3
(222,241,227)
#E4F4EA
(228,244,234)
#EAF7F1
(234,247,241)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DCB2; }

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

This text font color is #B4DCB2.


Background Color

.myBgColor { background-color: #B4DCB2; }

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

This div background color is #B4DCB2.


Border color

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

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

This div border color is #B4DCB2.


Opacity

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

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

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

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

This text has shadow with #B4DCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCB2 on black background.


Color preview on white background

This text has color #B4DCB2 on white background.



Black color preview on #B4DCB2 background

This text has black color on #B4DCB2 background.


White color preview on #B4DCB2 background

This text has white color on #B4DCB2 background.