COLOR #6BFFA3

HEX: #6BFFA3
RGB: (107,255,163)

Color info

#6BFFA3 contains mainly green color. Web safe color of #6BFFA3 is #66FF99 (or #6F9).

RGB color model

#6BFFA3 color RGB value is (107,255,163).

  • red value is 107;
  • green value is 255;
  • blue value is 163.
RGB:
(107,255,163)
(42%,100%,64%)

RGB channels and saturation

R 107 of 255 = 42%
G 255 of 255 = 100%
B 163 of 255 = 64%

107
255
163

R + G + B ~ 69%. #6BFFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 255 + 163 = 525 (100%)
R 107 of 525 ~ 20.38%
G 255 of 525 ~ 48.57%
B 163 of 525 ~ 31.05%

%20.38
%48.57
%31.05

CMYK color model

#6BFFA3 color CMYK value is (58,0,36,0).

  • cyan value is 58.04%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 0.00%
CMYK:
(58,0,36,0)
C58M0Y36K0 
(58%,0%,36%,0%)
(0.58/0.00/0.36/0.00)	

CMYK percentages

%58.04
%0
%36.08
%0

Codes

Color #6BFFA3 in popluar color models

6BFFA3
RGB107255163
HSL143°100.00%70.98%
HSB/HSV143°58.04%100.00%
CMYK58.04%0.00%36.08%
0.00%

Color #6BFFA3 in popluar number systems.

HEX6BFFA3
Decimal107255163
Binary11010111111111110100011
Octal153377243

Shades and tints

Shades of #6BFFA3

#6BFFA3
(107,255,163)
#62E895
(98,232,149)
#59D187
(89,209,135)
#50BA79
(80,186,121)
#47A36B
(71,163,107)
#3E8C5D
(62,140,93)
#35754F
(53,117,79)
#2C5E41
(44,94,65)
#234733
(35,71,51)
#1A3025
(26,48,37)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #6BFFA3

#6BFFA3
(107,255,163)
#78FFAB
(120,255,171)
#85FFB3
(133,255,179)
#92FFBB
(146,255,187)
#9FFFC3
(159,255,195)
#ACFFCB
(172,255,203)
#B9FFD3
(185,255,211)
#C6FFDB
(198,255,219)
#D3FFE3
(211,255,227)
#E0FFEB
(224,255,235)
#EDFFF3
(237,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BFFA3 color. Also use rgb(107,255,163) instead hex code.

Text Font Color

.myTextColor { color: #6BFFA3; }

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

This text font color is #6BFFA3.


Background Color

.myBgColor { background-color: #6BFFA3; }

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

This div background color is #6BFFA3.


Border color

.myBorderColor { border: 1px solid #6BFFA3; }

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

This div border color is #6BFFA3.


Opacity

.myOpacity80 { color: #6BFFA3; opacity: 0.8; }

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

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

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

This text has shadow with #6BFFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BFFA3 on black background.


Color preview on white background

This text has color #6BFFA3 on white background.



Black color preview on #6BFFA3 background

This text has black color on #6BFFA3 background.


White color preview on #6BFFA3 background

This text has white color on #6BFFA3 background.