COLOR #6BEBA1

HEX: #6BEBA1
RGB: (107,235,161)

Color info

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

RGB color model

#6BEBA1 color RGB value is (107,235,161).

  • red value is 107;
  • green value is 235;
  • blue value is 161.
RGB:
(107,235,161)
(42%,92%,63%)

RGB channels and saturation

R 107 of 255 = 42%
G 235 of 255 = 92%
B 161 of 255 = 63%

107
235
161

R + G + B ~ 66%. #6BEBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 235 + 161 = 503 (100%)
R 107 of 503 ~ 21.27%
G 235 of 503 ~ 46.72%
B 161 of 503 ~ 32.01%

%21.27
%46.72
%32.01

CMYK color model

#6BEBA1 color CMYK value is (54,0,31,8).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 31.49%
  • key color value is 7.84%
CMYK:
(54,0,31,8)
C54M0Y31K8 
(54%,0%,31%,8%)
(0.54/0.00/0.31/0.08)	

CMYK percentages

%54.47
%0
%31.49
%7.84

Codes

Color #6BEBA1 in popluar color models

6BEBA1
RGB107235161
HSL145°76.19%67.06%
HSB/HSV145°54.47%92.16%
CMYK54.47%0.00%31.49%
7.84%

Color #6BEBA1 in popluar number systems.

HEX6BEBA1
Decimal107235161
Binary11010111110101110100001
Octal153353241

Shades and tints

Shades of #6BEBA1

#6BEBA1
(107,235,161)
#62D693
(98,214,147)
#59C185
(89,193,133)
#50AC77
(80,172,119)
#479769
(71,151,105)
#3E825B
(62,130,91)
#356D4D
(53,109,77)
#2C583F
(44,88,63)
#234331
(35,67,49)
#1A2E23
(26,46,35)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #6BEBA1

#6BEBA1
(107,235,161)
#78ECA9
(120,236,169)
#85EDB1
(133,237,177)
#92EEB9
(146,238,185)
#9FEFC1
(159,239,193)
#ACF0C9
(172,240,201)
#B9F1D1
(185,241,209)
#C6F2D9
(198,242,217)
#D3F3E1
(211,243,225)
#E0F4E9
(224,244,233)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BEBA1 color. Also use rgb(107,235,161) instead hex code.

Text Font Color

.myTextColor { color: #6BEBA1; }

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

This text font color is #6BEBA1.


Background Color

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

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

This div background color is #6BEBA1.


Border color

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

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

This div border color is #6BEBA1.


Opacity

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

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

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

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

This text has shadow with #6BEBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BEBA1 on black background.


Color preview on white background

This text has color #6BEBA1 on white background.



Black color preview on #6BEBA1 background

This text has black color on #6BEBA1 background.


White color preview on #6BEBA1 background

This text has white color on #6BEBA1 background.