COLOR #6ACB8C

HEX: #6ACB8C
RGB: (106,203,140)

Color info

#6ACB8C contains mainly green color. Web safe color of #6ACB8C is #66CC99 (or #6C9).

RGB color model

#6ACB8C color RGB value is (106,203,140).

  • red value is 106;
  • green value is 203;
  • blue value is 140.
RGB:
(106,203,140)
(42%,80%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 203 of 255 = 80%
B 140 of 255 = 55%

106
203
140

R + G + B ~ 59%. #6ACB8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 203 + 140 = 449 (100%)
R 106 of 449 ~ 23.61%
G 203 of 449 ~ 45.21%
B 140 of 449 ~ 31.18%

%23.61
%45.21
%31.18

CMYK color model

#6ACB8C color CMYK value is (48,0,31,20).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 20.39%
CMYK:
(48,0,31,20)
C48M0Y31K20 
(48%,0%,31%,20%)
(0.48/0.00/0.31/0.20)	

CMYK percentages

%47.78
%0
%31.03
%20.39

Codes

Color #6ACB8C in popluar color models

6ACB8C
RGB106203140
HSL141°48.26%60.59%
HSB/HSV141°47.78%79.61%
CMYK47.78%0.00%31.03%
20.39%

Color #6ACB8C in popluar number systems.

HEX6ACB8C
Decimal106203140
Binary11010101100101110001100
Octal152313214

Shades and tints

Shades of #6ACB8C

#6ACB8C
(106,203,140)
#61B980
(97,185,128)
#58A774
(88,167,116)
#4F9568
(79,149,104)
#46835C
(70,131,92)
#3D7150
(61,113,80)
#345F44
(52,95,68)
#2B4D38
(43,77,56)
#223B2C
(34,59,44)
#192920
(25,41,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #6ACB8C

#6ACB8C
(106,203,140)
#77CF96
(119,207,150)
#84D3A0
(132,211,160)
#91D7AA
(145,215,170)
#9EDBB4
(158,219,180)
#ABDFBE
(171,223,190)
#B8E3C8
(184,227,200)
#C5E7D2
(197,231,210)
#D2EBDC
(210,235,220)
#DFEFE6
(223,239,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACB8C color. Also use rgb(106,203,140) instead hex code.

Text Font Color

.myTextColor { color: #6ACB8C; }

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

This text font color is #6ACB8C.


Background Color

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

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

This div background color is #6ACB8C.


Border color

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

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

This div border color is #6ACB8C.


Opacity

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

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

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

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

This text has shadow with #6ACB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACB8C on black background.


Color preview on white background

This text has color #6ACB8C on white background.



Black color preview on #6ACB8C background

This text has black color on #6ACB8C background.


White color preview on #6ACB8C background

This text has white color on #6ACB8C background.