COLOR #B6F693

HEX: #B6F693
RGB: (182,246,147)

Renk bilgisi

#B6F693 contains mainly green color. #B6F693 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#B6F693 color RGB value is (182,246,147).

  • kırmız ton 182;
  • yeşil ton 246;
  • mavi ton 147.
RGB:
(182,246,147)
(71%,96%,58%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 246 of 255 = 96%
B 147 of 255 = 58%

182
246
147

R + G + B ~ 75%. #B6F693 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 246 + 147 = 575 (100%)
R 182 of 575 ~ 31.65%
G 246 of 575 ~ 42.78%
B 147 of 575 ~ 25.57%

%31.65
%42.78
%25.57

CMYK RENK MODELİ

#B6F693 rengi CMYK tonu (26,0,40,4).

  • camgöbeği tonu 26.02%
  • eflatun tonu 0.00%
  • sarı tonu 40.24%
  • ana renk tonu 3.53%
CMYK:
(26,0,40,4)
C26M0Y40K4 
(26%,0%,40%,4%)
(0.26/0.00/0.40/0.04)	

CMYK yüzdeleri

%26.02
%0
%40.24
%3.53

Codes

Color #B6F693 in popluar color models

B6F693
RGB182246147
HSL99°84.62%77.06%
HSB/HSV99°40.24%96.47%
CMYK26.02%0.00%40.24%
3.53%

Color #B6F693 in popluar number systems.

HEXB6F693
Decimal182246147
Binary101101101111011010010011
Octal266366223

Shades and tints

Shades of #B6F693

#B6F693
(182,246,147)
#A6E086
(166,224,134)
#96CA79
(150,202,121)
#86B46C
(134,180,108)
#769E5F
(118,158,95)
#668852
(102,136,82)
#567245
(86,114,69)
#465C38
(70,92,56)
#36462B
(54,70,43)
#26301E
(38,48,30)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #B6F693

#B6F693
(182,246,147)
#BCF69C
(188,246,156)
#C2F6A5
(194,246,165)
#C8F6AE
(200,246,174)
#CEF6B7
(206,246,183)
#D4F6C0
(212,246,192)
#DAF6C9
(218,246,201)
#E0F6D2
(224,246,210)
#E6F6DB
(230,246,219)
#ECF6E4
(236,246,228)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F693 color. Also use rgb(182,246,147) instead hex code.

Text Font Color

.myTextColor { color: #B6F693; }

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

This text font color is #B6F693.


Background Color

.myBgColor { background-color: #B6F693; }

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

This div background color is #B6F693.


Border color

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

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

This div border color is #B6F693.


Opacity

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

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

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

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

This text has shadow with #B6F693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F693 on black background.


Color preview on white background

This text has color #B6F693 on white background.



Black color preview on #B6F693 background

This text has black color on #B6F693 background.


White color preview on #B6F693 background

This text has white color on #B6F693 background.