COLOR #B6D9C6

HEX: #B6D9C6
RGB: (182,217,198)

Renk bilgisi

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

RGB renk modeli

#B6D9C6 color RGB value is (182,217,198).

  • kırmız ton 182;
  • yeşil ton 217;
  • mavi ton 198.
RGB:
(182,217,198)
(71%,85%,78%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 217 of 255 = 85%
B 198 of 255 = 78%

182
217
198

R + G + B ~ 78%. #B6D9C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 217 + 198 = 597 (100%)
R 182 of 597 ~ 30.49%
G 217 of 597 ~ 36.35%
B 198 of 597 ~ 33.17%

%30.49
%36.35
%33.17

CMYK RENK MODELİ

#B6D9C6 rengi CMYK tonu (16,0,9,15).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 8.76%
  • ana renk tonu 14.90%
CMYK:
(16,0,9,15)
C16M0Y9K15 
(16%,0%,9%,15%)
(0.16/0.00/0.09/0.15)	

CMYK yüzdeleri

%16.13
%0
%8.76
%14.9

Codes

Color #B6D9C6 in popluar color models

B6D9C6
RGB182217198
HSL147°31.53%78.24%
HSB/HSV147°16.13%85.10%
CMYK16.13%0.00%8.76%
14.90%

Color #B6D9C6 in popluar number systems.

HEXB6D9C6
Decimal182217198
Binary101101101101100111000110
Octal266331306

Shades and tints

Shades of #B6D9C6

#B6D9C6
(182,217,198)
#A6C6B4
(166,198,180)
#96B3A2
(150,179,162)
#86A090
(134,160,144)
#768D7E
(118,141,126)
#667A6C
(102,122,108)
#56675A
(86,103,90)
#465448
(70,84,72)
#364136
(54,65,54)
#262E24
(38,46,36)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #B6D9C6

#B6D9C6
(182,217,198)
#BCDCCB
(188,220,203)
#C2DFD0
(194,223,208)
#C8E2D5
(200,226,213)
#CEE5DA
(206,229,218)
#D4E8DF
(212,232,223)
#DAEBE4
(218,235,228)
#E0EEE9
(224,238,233)
#E6F1EE
(230,241,238)
#ECF4F3
(236,244,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D9C6 color. Also use rgb(182,217,198) instead hex code.

Text Font Color

.myTextColor { color: #B6D9C6; }

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

This text font color is #B6D9C6.


Background Color

.myBgColor { background-color: #B6D9C6; }

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

This div background color is #B6D9C6.


Border color

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

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

This div border color is #B6D9C6.


Opacity

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

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

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

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

This text has shadow with #B6D9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D9C6 on black background.


Color preview on white background

This text has color #B6D9C6 on white background.



Black color preview on #B6D9C6 background

This text has black color on #B6D9C6 background.


White color preview on #B6D9C6 background

This text has white color on #B6D9C6 background.