COLOR #B5D4BA

HEX: #B5D4BA
RGB: (181,212,186)

Renk bilgisi

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

RGB renk modeli

#B5D4BA color RGB value is (181,212,186).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 212 of 255 = 83%
B 186 of 255 = 73%

181
212
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 212 + 186 = 579 (100%)
R 181 of 579 ~ 31.26%
G 212 of 579 ~ 36.61%
B 186 of 579 ~ 32.12%

%31.26
%36.61
%32.12

CMYK RENK MODELİ

#B5D4BA rengi CMYK tonu (15,0,12,17).

  • camgöbeği tonu 14.62%
  • eflatun tonu 0.00%
  • sarı tonu 12.26%
  • ana renk tonu 16.86%
CMYK:
(15,0,12,17)
C15M0Y12K17 
(15%,0%,12%,17%)
(0.15/0.00/0.12/0.17)	

CMYK yüzdeleri

%14.62
%0
%12.26
%16.86

Codes

Color #B5D4BA in popluar color models

B5D4BA
RGB181212186
HSL130°26.50%77.06%
HSB/HSV130°14.62%83.14%
CMYK14.62%0.00%12.26%
16.86%

Color #B5D4BA in popluar number systems.

HEXB5D4BA
Decimal181212186
Binary101101011101010010111010
Octal265324272

Shades and tints

Shades of #B5D4BA

#B5D4BA
(181,212,186)
#A5C1AA
(165,193,170)
#95AE9A
(149,174,154)
#859B8A
(133,155,138)
#75887A
(117,136,122)
#65756A
(101,117,106)
#55625A
(85,98,90)
#454F4A
(69,79,74)
#353C3A
(53,60,58)
#25292A
(37,41,42)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #B5D4BA

#B5D4BA
(181,212,186)
#BBD7C0
(187,215,192)
#C1DAC6
(193,218,198)
#C7DDCC
(199,221,204)
#CDE0D2
(205,224,210)
#D3E3D8
(211,227,216)
#D9E6DE
(217,230,222)
#DFE9E4
(223,233,228)
#E5ECEA
(229,236,234)
#EBEFF0
(235,239,240)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D4BA color. Also use rgb(181,212,186) instead hex code.

Text Font Color

.myTextColor { color: #B5D4BA; }

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

This text font color is #B5D4BA.


Background Color

.myBgColor { background-color: #B5D4BA; }

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

This div background color is #B5D4BA.


Border color

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

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

This div border color is #B5D4BA.


Opacity

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

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

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

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

This text has shadow with #B5D4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D4BA on black background.


Color preview on white background

This text has color #B5D4BA on white background.



Black color preview on #B5D4BA background

This text has black color on #B5D4BA background.


White color preview on #B5D4BA background

This text has white color on #B5D4BA background.