COLOR #B6E2C6

HEX: #B6E2C6
RGB: (182,226,198)

Renk bilgisi

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

RGB renk modeli

#B6E2C6 color RGB value is (182,226,198).

  • kırmız ton 182;
  • yeşil ton 226;
  • mavi ton 198.
RGB:
(182,226,198)
(71%,89%,78%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 226 of 255 = 89%
B 198 of 255 = 78%

182
226
198

R + G + B ~ 79%. #B6E2C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 226 + 198 = 606 (100%)
R 182 of 606 ~ 30.03%
G 226 of 606 ~ 37.29%
B 198 of 606 ~ 32.67%

%30.03
%37.29
%32.67

CMYK RENK MODELİ

#B6E2C6 rengi CMYK tonu (19,0,12,11).

  • camgöbeği tonu 19.47%
  • eflatun tonu 0.00%
  • sarı tonu 12.39%
  • ana renk tonu 11.37%
CMYK:
(19,0,12,11)
C19M0Y12K11 
(19%,0%,12%,11%)
(0.19/0.00/0.12/0.11)	

CMYK yüzdeleri

%19.47
%0
%12.39
%11.37

Codes

Color #B6E2C6 in popluar color models

B6E2C6
RGB182226198
HSL142°43.14%80.00%
HSB/HSV142°19.47%88.63%
CMYK19.47%0.00%12.39%
11.37%

Color #B6E2C6 in popluar number systems.

HEXB6E2C6
Decimal182226198
Binary101101101110001011000110
Octal266342306

Shades and tints

Shades of #B6E2C6

#B6E2C6
(182,226,198)
#A6CEB4
(166,206,180)
#96BAA2
(150,186,162)
#86A690
(134,166,144)
#76927E
(118,146,126)
#667E6C
(102,126,108)
#566A5A
(86,106,90)
#465648
(70,86,72)
#364236
(54,66,54)
#262E24
(38,46,36)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #B6E2C6

#B6E2C6
(182,226,198)
#BCE4CB
(188,228,203)
#C2E6D0
(194,230,208)
#C8E8D5
(200,232,213)
#CEEADA
(206,234,218)
#D4ECDF
(212,236,223)
#DAEEE4
(218,238,228)
#E0F0E9
(224,240,233)
#E6F2EE
(230,242,238)
#ECF4F3
(236,244,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E2C6 color. Also use rgb(182,226,198) instead hex code.

Text Font Color

.myTextColor { color: #B6E2C6; }

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

This text font color is #B6E2C6.


Background Color

.myBgColor { background-color: #B6E2C6; }

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

This div background color is #B6E2C6.


Border color

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

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

This div border color is #B6E2C6.


Opacity

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

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

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

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

This text has shadow with #B6E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E2C6 on black background.


Color preview on white background

This text has color #B6E2C6 on white background.



Black color preview on #B6E2C6 background

This text has black color on #B6E2C6 background.


White color preview on #B6E2C6 background

This text has white color on #B6E2C6 background.