COLOR #B4D8BB

HEX: #B4D8BB
RGB: (180,216,187)

Renk bilgisi

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

RGB renk modeli

#B4D8BB color RGB value is (180,216,187).

  • kırmız ton 180;
  • yeşil ton 216;
  • mavi ton 187.
RGB:
(180,216,187)
(71%,85%,73%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 216 of 255 = 85%
B 187 of 255 = 73%

180
216
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 216 + 187 = 583 (100%)
R 180 of 583 ~ 30.87%
G 216 of 583 ~ 37.05%
B 187 of 583 ~ 32.08%

%30.87
%37.05
%32.08

CMYK RENK MODELİ

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

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 13.43%
  • ana renk tonu 15.29%
CMYK:
(17,0,13,15)
C17M0Y13K15 
(17%,0%,13%,15%)
(0.17/0.00/0.13/0.15)	

CMYK yüzdeleri

%16.67
%0
%13.43
%15.29

Codes

Color #B4D8BB in popluar color models

B4D8BB
RGB180216187
HSL132°31.58%77.65%
HSB/HSV132°16.67%84.71%
CMYK16.67%0.00%13.43%
15.29%

Color #B4D8BB in popluar number systems.

HEXB4D8BB
Decimal180216187
Binary101101001101100010111011
Octal264330273

Shades and tints

Shades of #B4D8BB

#B4D8BB
(180,216,187)
#A4C5AA
(164,197,170)
#94B299
(148,178,153)
#849F88
(132,159,136)
#748C77
(116,140,119)
#647966
(100,121,102)
#546655
(84,102,85)
#445344
(68,83,68)
#344033
(52,64,51)
#242D22
(36,45,34)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #B4D8BB

#B4D8BB
(180,216,187)
#BADBC1
(186,219,193)
#C0DEC7
(192,222,199)
#C6E1CD
(198,225,205)
#CCE4D3
(204,228,211)
#D2E7D9
(210,231,217)
#D8EADF
(216,234,223)
#DEEDE5
(222,237,229)
#E4F0EB
(228,240,235)
#EAF3F1
(234,243,241)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8BB color. Also use rgb(180,216,187) instead hex code.

Text Font Color

.myTextColor { color: #B4D8BB; }

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

This text font color is #B4D8BB.


Background Color

.myBgColor { background-color: #B4D8BB; }

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

This div background color is #B4D8BB.


Border color

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

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

This div border color is #B4D8BB.


Opacity

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

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

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

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

This text has shadow with #B4D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D8BB on black background.


Color preview on white background

This text has color #B4D8BB on white background.



Black color preview on #B4D8BB background

This text has black color on #B4D8BB background.


White color preview on #B4D8BB background

This text has white color on #B4D8BB background.