COLOR #B6E1C4

HEX: #B6E1C4
RGB: (182,225,196)

Renk bilgisi

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

RGB renk modeli

#B6E1C4 color RGB value is (182,225,196).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 225 of 255 = 88%
B 196 of 255 = 77%

182
225
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 225 + 196 = 603 (100%)
R 182 of 603 ~ 30.18%
G 225 of 603 ~ 37.31%
B 196 of 603 ~ 32.5%

%30.18
%37.31
%32.5

CMYK RENK MODELİ

#B6E1C4 rengi CMYK tonu (19,0,13,12).

  • camgöbeği tonu 19.11%
  • eflatun tonu 0.00%
  • sarı tonu 12.89%
  • ana renk tonu 11.76%
CMYK:
(19,0,13,12)
C19M0Y13K12 
(19%,0%,13%,12%)
(0.19/0.00/0.13/0.12)	

CMYK yüzdeleri

%19.11
%0
%12.89
%11.76

Codes

Color #B6E1C4 in popluar color models

B6E1C4
RGB182225196
HSL140°41.75%79.80%
HSB/HSV140°19.11%88.24%
CMYK19.11%0.00%12.89%
11.76%

Color #B6E1C4 in popluar number systems.

HEXB6E1C4
Decimal182225196
Binary101101101110000111000100
Octal266341304

Shades and tints

Shades of #B6E1C4

#B6E1C4
(182,225,196)
#A6CDB3
(166,205,179)
#96B9A2
(150,185,162)
#86A591
(134,165,145)
#769180
(118,145,128)
#667D6F
(102,125,111)
#56695E
(86,105,94)
#46554D
(70,85,77)
#36413C
(54,65,60)
#262D2B
(38,45,43)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #B6E1C4

#B6E1C4
(182,225,196)
#BCE3C9
(188,227,201)
#C2E5CE
(194,229,206)
#C8E7D3
(200,231,211)
#CEE9D8
(206,233,216)
#D4EBDD
(212,235,221)
#DAEDE2
(218,237,226)
#E0EFE7
(224,239,231)
#E6F1EC
(230,241,236)
#ECF3F1
(236,243,241)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1C4; }

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

This text font color is #B6E1C4.


Background Color

.myBgColor { background-color: #B6E1C4; }

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

This div background color is #B6E1C4.


Border color

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

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

This div border color is #B6E1C4.


Opacity

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

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

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

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

This text has shadow with #B6E1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1C4 on black background.


Color preview on white background

This text has color #B6E1C4 on white background.



Black color preview on #B6E1C4 background

This text has black color on #B6E1C4 background.


White color preview on #B6E1C4 background

This text has white color on #B6E1C4 background.