COLOR #B6E4EC

HEX: #B6E4EC
RGB: (182,228,236)

Renk bilgisi

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

RGB renk modeli

#B6E4EC color RGB value is (182,228,236).

  • kırmız ton 182;
  • yeşil ton 228;
  • mavi ton 236.
RGB:
(182,228,236)
(71%,89%,93%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 228 of 255 = 89%
B 236 of 255 = 93%

182
228
236

R + G + B ~ 84%. #B6E4EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 228 + 236 = 646 (100%)
R 182 of 646 ~ 28.17%
G 228 of 646 ~ 35.29%
B 236 of 646 ~ 36.53%

%28.17
%35.29
%36.53

CMYK RENK MODELİ

#B6E4EC rengi CMYK tonu (23,3,0,7).

  • camgöbeği tonu 22.88%
  • eflatun tonu 3.39%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(23,3,0,7)
C23M3Y0K7 
(23%,3%,0%,7%)
(0.23/0.03/0.00/0.07)	

CMYK yüzdeleri

%22.88
%3.39
%0
%7.45

Codes

Color #B6E4EC in popluar color models

B6E4EC
RGB182228236
HSL189°58.70%81.96%
HSB/HSV189°22.88%92.55%
CMYK22.88%3.39%0.00%
7.45%

Color #B6E4EC in popluar number systems.

HEXB6E4EC
Decimal182228236
Binary101101101110010011101100
Octal266344354

Shades and tints

Shades of #B6E4EC

#B6E4EC
(182,228,236)
#A6D0D7
(166,208,215)
#96BCC2
(150,188,194)
#86A8AD
(134,168,173)
#769498
(118,148,152)
#668083
(102,128,131)
#566C6E
(86,108,110)
#465859
(70,88,89)
#364444
(54,68,68)
#26302F
(38,48,47)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #B6E4EC

#B6E4EC
(182,228,236)
#BCE6ED
(188,230,237)
#C2E8EE
(194,232,238)
#C8EAEF
(200,234,239)
#CEECF0
(206,236,240)
#D4EEF1
(212,238,241)
#DAF0F2
(218,240,242)
#E0F2F3
(224,242,243)
#E6F4F4
(230,244,244)
#ECF6F5
(236,246,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E4EC color. Also use rgb(182,228,236) instead hex code.

Text Font Color

.myTextColor { color: #B6E4EC; }

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

This text font color is #B6E4EC.


Background Color

.myBgColor { background-color: #B6E4EC; }

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

This div background color is #B6E4EC.


Border color

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

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

This div border color is #B6E4EC.


Opacity

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

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

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

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

This text has shadow with #B6E4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E4EC on black background.


Color preview on white background

This text has color #B6E4EC on white background.



Black color preview on #B6E4EC background

This text has black color on #B6E4EC background.


White color preview on #B6E4EC background

This text has white color on #B6E4EC background.