COLOR #B6E9DB

HEX: #B6E9DB
RGB: (182,233,219)

Renk bilgisi

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

RGB renk modeli

#B6E9DB color RGB value is (182,233,219).

  • kırmız ton 182;
  • yeşil ton 233;
  • mavi ton 219.
RGB:
(182,233,219)
(71%,91%,86%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 233 of 255 = 91%
B 219 of 255 = 86%

182
233
219

R + G + B ~ 83%. #B6E9DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 233 + 219 = 634 (100%)
R 182 of 634 ~ 28.71%
G 233 of 634 ~ 36.75%
B 219 of 634 ~ 34.54%

%28.71
%36.75
%34.54

CMYK RENK MODELİ

#B6E9DB rengi CMYK tonu (22,0,6,9).

  • camgöbeği tonu 21.89%
  • eflatun tonu 0.00%
  • sarı tonu 6.01%
  • ana renk tonu 8.63%
CMYK:
(22,0,6,9)
C22M0Y6K9 
(22%,0%,6%,9%)
(0.22/0.00/0.06/0.09)	

CMYK yüzdeleri

%21.89
%0
%6.01
%8.63

Codes

Color #B6E9DB in popluar color models

B6E9DB
RGB182233219
HSL164°53.68%81.37%
HSB/HSV164°21.89%91.37%
CMYK21.89%0.00%6.01%
8.63%

Color #B6E9DB in popluar number systems.

HEXB6E9DB
Decimal182233219
Binary101101101110100111011011
Octal266351333

Shades and tints

Shades of #B6E9DB

#B6E9DB
(182,233,219)
#A6D4C8
(166,212,200)
#96BFB5
(150,191,181)
#86AAA2
(134,170,162)
#76958F
(118,149,143)
#66807C
(102,128,124)
#566B69
(86,107,105)
#465656
(70,86,86)
#364143
(54,65,67)
#262C30
(38,44,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #B6E9DB

#B6E9DB
(182,233,219)
#BCEBDE
(188,235,222)
#C2EDE1
(194,237,225)
#C8EFE4
(200,239,228)
#CEF1E7
(206,241,231)
#D4F3EA
(212,243,234)
#DAF5ED
(218,245,237)
#E0F7F0
(224,247,240)
#E6F9F3
(230,249,243)
#ECFBF6
(236,251,246)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E9DB color. Also use rgb(182,233,219) instead hex code.

Text Font Color

.myTextColor { color: #B6E9DB; }

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

This text font color is #B6E9DB.


Background Color

.myBgColor { background-color: #B6E9DB; }

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

This div background color is #B6E9DB.


Border color

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

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

This div border color is #B6E9DB.


Opacity

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

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

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

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

This text has shadow with #B6E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E9DB on black background.


Color preview on white background

This text has color #B6E9DB on white background.



Black color preview on #B6E9DB background

This text has black color on #B6E9DB background.


White color preview on #B6E9DB background

This text has white color on #B6E9DB background.