COLOR #B6D5D6

HEX: #B6D5D6
RGB: (182,213,214)

Renk bilgisi

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

RGB renk modeli

#B6D5D6 color RGB value is (182,213,214).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 214 of 255 = 84%

182
213
214

R + G + B ~ 80%. #B6D5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 214 = 609 (100%)
R 182 of 609 ~ 29.89%
G 213 of 609 ~ 34.98%
B 214 of 609 ~ 35.14%

%29.89
%34.98
%35.14

CMYK RENK MODELİ

#B6D5D6 rengi CMYK tonu (15,0,0,16).

  • camgöbeği tonu 14.95%
  • eflatun tonu 0.47%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(15,0,0,16)
C15M0Y0K16 
(15%,0%,0%,16%)
(0.15/0.00/0.00/0.16)	

CMYK yüzdeleri

%14.95
%0.47
%0
%16.08

Codes

Color #B6D5D6 in popluar color models

B6D5D6
RGB182213214
HSL182°28.07%77.65%
HSB/HSV182°14.95%83.92%
CMYK14.95%0.47%0.00%
16.08%

Color #B6D5D6 in popluar number systems.

HEXB6D5D6
Decimal182213214
Binary101101101101010111010110
Octal266325326

Shades and tints

Shades of #B6D5D6

#B6D5D6
(182,213,214)
#A6C2C3
(166,194,195)
#96AFB0
(150,175,176)
#869C9D
(134,156,157)
#76898A
(118,137,138)
#667677
(102,118,119)
#566364
(86,99,100)
#465051
(70,80,81)
#363D3E
(54,61,62)
#262A2B
(38,42,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #B6D5D6

#B6D5D6
(182,213,214)
#BCD8D9
(188,216,217)
#C2DBDC
(194,219,220)
#C8DEDF
(200,222,223)
#CEE1E2
(206,225,226)
#D4E4E5
(212,228,229)
#DAE7E8
(218,231,232)
#E0EAEB
(224,234,235)
#E6EDEE
(230,237,238)
#ECF0F1
(236,240,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D5D6; }

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

This text font color is #B6D5D6.


Background Color

.myBgColor { background-color: #B6D5D6; }

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

This div background color is #B6D5D6.


Border color

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

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

This div border color is #B6D5D6.


Opacity

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

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

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

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

This text has shadow with #B6D5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5D6 on black background.


Color preview on white background

This text has color #B6D5D6 on white background.



Black color preview on #B6D5D6 background

This text has black color on #B6D5D6 background.


White color preview on #B6D5D6 background

This text has white color on #B6D5D6 background.