COLOR #B6D5DF

HEX: #B6D5DF
RGB: (182,213,223)

Renk bilgisi

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

RGB renk modeli

#B6D5DF color RGB value is (182,213,223).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 223 of 255 = 87%

182
213
223

R + G + B ~ 81%. #B6D5DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 223 = 618 (100%)
R 182 of 618 ~ 29.45%
G 213 of 618 ~ 34.47%
B 223 of 618 ~ 36.08%

%29.45
%34.47
%36.08

CMYK RENK MODELİ

#B6D5DF rengi CMYK tonu (18,4,0,13).

  • camgöbeği tonu 18.39%
  • eflatun tonu 4.48%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(18,4,0,13)
C18M4Y0K13 
(18%,4%,0%,13%)
(0.18/0.04/0.00/0.13)	

CMYK yüzdeleri

%18.39
%4.48
%0
%12.55

Codes

Color #B6D5DF in popluar color models

B6D5DF
RGB182213223
HSL195°39.05%79.41%
HSB/HSV195°18.39%87.45%
CMYK18.39%4.48%0.00%
12.55%

Color #B6D5DF in popluar number systems.

HEXB6D5DF
Decimal182213223
Binary101101101101010111011111
Octal266325337

Shades and tints

Shades of #B6D5DF

#B6D5DF
(182,213,223)
#A6C2CB
(166,194,203)
#96AFB7
(150,175,183)
#869CA3
(134,156,163)
#76898F
(118,137,143)
#66767B
(102,118,123)
#566367
(86,99,103)
#465053
(70,80,83)
#363D3F
(54,61,63)
#262A2B
(38,42,43)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6D5DF

#B6D5DF
(182,213,223)
#BCD8E1
(188,216,225)
#C2DBE3
(194,219,227)
#C8DEE5
(200,222,229)
#CEE1E7
(206,225,231)
#D4E4E9
(212,228,233)
#DAE7EB
(218,231,235)
#E0EAED
(224,234,237)
#E6EDEF
(230,237,239)
#ECF0F1
(236,240,241)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D5DF; }

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

This text font color is #B6D5DF.


Background Color

.myBgColor { background-color: #B6D5DF; }

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

This div background color is #B6D5DF.


Border color

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

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

This div border color is #B6D5DF.


Opacity

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

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

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

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

This text has shadow with #B6D5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5DF on black background.


Color preview on white background

This text has color #B6D5DF on white background.



Black color preview on #B6D5DF background

This text has black color on #B6D5DF background.


White color preview on #B6D5DF background

This text has white color on #B6D5DF background.