COLOR #B6D6E0

HEX: #B6D6E0
RGB: (182,214,224)

Renk bilgisi

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

RGB renk modeli

#B6D6E0 color RGB value is (182,214,224).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 214 of 255 = 84%
B 224 of 255 = 88%

182
214
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 214 + 224 = 620 (100%)
R 182 of 620 ~ 29.35%
G 214 of 620 ~ 34.52%
B 224 of 620 ~ 36.13%

%29.35
%34.52
%36.13

CMYK RENK MODELİ

#B6D6E0 rengi CMYK tonu (19,4,0,12).

  • camgöbeği tonu 18.75%
  • eflatun tonu 4.46%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(19,4,0,12)
C19M4Y0K12 
(19%,4%,0%,12%)
(0.19/0.04/0.00/0.12)	

CMYK yüzdeleri

%18.75
%4.46
%0
%12.16

Codes

Color #B6D6E0 in popluar color models

B6D6E0
RGB182214224
HSL194°40.38%79.61%
HSB/HSV194°18.75%87.84%
CMYK18.75%4.46%0.00%
12.16%

Color #B6D6E0 in popluar number systems.

HEXB6D6E0
Decimal182214224
Binary101101101101011011100000
Octal266326340

Shades and tints

Shades of #B6D6E0

#B6D6E0
(182,214,224)
#A6C3CC
(166,195,204)
#96B0B8
(150,176,184)
#869DA4
(134,157,164)
#768A90
(118,138,144)
#66777C
(102,119,124)
#566468
(86,100,104)
#465154
(70,81,84)
#363E40
(54,62,64)
#262B2C
(38,43,44)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6D6E0

#B6D6E0
(182,214,224)
#BCD9E2
(188,217,226)
#C2DCE4
(194,220,228)
#C8DFE6
(200,223,230)
#CEE2E8
(206,226,232)
#D4E5EA
(212,229,234)
#DAE8EC
(218,232,236)
#E0EBEE
(224,235,238)
#E6EEF0
(230,238,240)
#ECF1F2
(236,241,242)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D6E0; }

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

This text font color is #B6D6E0.


Background Color

.myBgColor { background-color: #B6D6E0; }

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

This div background color is #B6D6E0.


Border color

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

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

This div border color is #B6D6E0.


Opacity

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

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

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

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

This text has shadow with #B6D6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D6E0 on black background.


Color preview on white background

This text has color #B6D6E0 on white background.



Black color preview on #B6D6E0 background

This text has black color on #B6D6E0 background.


White color preview on #B6D6E0 background

This text has white color on #B6D6E0 background.