COLOR #B6D5BD

HEX: #B6D5BD
RGB: (182,213,189)

Renk bilgisi

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

RGB renk modeli

#B6D5BD color RGB value is (182,213,189).

  • kırmız ton 182;
  • yeşil ton 213;
  • mavi ton 189.
RGB:
(182,213,189)
(71%,84%,74%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 189 of 255 = 74%

182
213
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 189 = 584 (100%)
R 182 of 584 ~ 31.16%
G 213 of 584 ~ 36.47%
B 189 of 584 ~ 32.36%

%31.16
%36.47
%32.36

CMYK RENK MODELİ

#B6D5BD rengi CMYK tonu (15,0,11,16).

  • camgöbeği tonu 14.55%
  • eflatun tonu 0.00%
  • sarı tonu 11.27%
  • ana renk tonu 16.47%
CMYK:
(15,0,11,16)
C15M0Y11K16 
(15%,0%,11%,16%)
(0.15/0.00/0.11/0.16)	

CMYK yüzdeleri

%14.55
%0
%11.27
%16.47

Codes

Color #B6D5BD in popluar color models

B6D5BD
RGB182213189
HSL134°26.96%77.45%
HSB/HSV134°14.55%83.53%
CMYK14.55%0.00%11.27%
16.47%

Color #B6D5BD in popluar number systems.

HEXB6D5BD
Decimal182213189
Binary101101101101010110111101
Octal266325275

Shades and tints

Shades of #B6D5BD

#B6D5BD
(182,213,189)
#A6C2AC
(166,194,172)
#96AF9B
(150,175,155)
#869C8A
(134,156,138)
#768979
(118,137,121)
#667668
(102,118,104)
#566357
(86,99,87)
#465046
(70,80,70)
#363D35
(54,61,53)
#262A24
(38,42,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6D5BD

#B6D5BD
(182,213,189)
#BCD8C3
(188,216,195)
#C2DBC9
(194,219,201)
#C8DECF
(200,222,207)
#CEE1D5
(206,225,213)
#D4E4DB
(212,228,219)
#DAE7E1
(218,231,225)
#E0EAE7
(224,234,231)
#E6EDED
(230,237,237)
#ECF0F3
(236,240,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D5BD color. Also use rgb(182,213,189) instead hex code.

Text Font Color

.myTextColor { color: #B6D5BD; }

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

This text font color is #B6D5BD.


Background Color

.myBgColor { background-color: #B6D5BD; }

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

This div background color is #B6D5BD.


Border color

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

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

This div border color is #B6D5BD.


Opacity

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

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

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

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

This text has shadow with #B6D5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5BD on black background.


Color preview on white background

This text has color #B6D5BD on white background.



Black color preview on #B6D5BD background

This text has black color on #B6D5BD background.


White color preview on #B6D5BD background

This text has white color on #B6D5BD background.