COLOR #B6E1E7

HEX: #B6E1E7
RGB: (182,225,231)

Renk bilgisi

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

RGB renk modeli

#B6E1E7 color RGB value is (182,225,231).

  • kırmız ton 182;
  • yeşil ton 225;
  • mavi ton 231.
RGB:
(182,225,231)
(71%,88%,91%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 225 of 255 = 88%
B 231 of 255 = 91%

182
225
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 225 + 231 = 638 (100%)
R 182 of 638 ~ 28.53%
G 225 of 638 ~ 35.27%
B 231 of 638 ~ 36.21%

%28.53
%35.27
%36.21

CMYK RENK MODELİ

#B6E1E7 rengi CMYK tonu (21,3,0,9).

  • camgöbeği tonu 21.21%
  • eflatun tonu 2.60%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(21,3,0,9)
C21M3Y0K9 
(21%,3%,0%,9%)
(0.21/0.03/0.00/0.09)	

CMYK yüzdeleri

%21.21
%2.6
%0
%9.41

Codes

Color #B6E1E7 in popluar color models

B6E1E7
RGB182225231
HSL187°50.52%80.98%
HSB/HSV187°21.21%90.59%
CMYK21.21%2.60%0.00%
9.41%

Color #B6E1E7 in popluar number systems.

HEXB6E1E7
Decimal182225231
Binary101101101110000111100111
Octal266341347

Shades and tints

Shades of #B6E1E7

#B6E1E7
(182,225,231)
#A6CDD2
(166,205,210)
#96B9BD
(150,185,189)
#86A5A8
(134,165,168)
#769193
(118,145,147)
#667D7E
(102,125,126)
#566969
(86,105,105)
#465554
(70,85,84)
#36413F
(54,65,63)
#262D2A
(38,45,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6E1E7

#B6E1E7
(182,225,231)
#BCE3E9
(188,227,233)
#C2E5EB
(194,229,235)
#C8E7ED
(200,231,237)
#CEE9EF
(206,233,239)
#D4EBF1
(212,235,241)
#DAEDF3
(218,237,243)
#E0EFF5
(224,239,245)
#E6F1F7
(230,241,247)
#ECF3F9
(236,243,249)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E1E7 color. Also use rgb(182,225,231) instead hex code.

Text Font Color

.myTextColor { color: #B6E1E7; }

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

This text font color is #B6E1E7.


Background Color

.myBgColor { background-color: #B6E1E7; }

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

This div background color is #B6E1E7.


Border color

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

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

This div border color is #B6E1E7.


Opacity

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

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

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

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

This text has shadow with #B6E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1E7 on black background.


Color preview on white background

This text has color #B6E1E7 on white background.



Black color preview on #B6E1E7 background

This text has black color on #B6E1E7 background.


White color preview on #B6E1E7 background

This text has white color on #B6E1E7 background.