COLOR #6CBD81

HEX: #6CBD81
RGB: (108,189,129)

Color info

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

RGB color model

#6CBD81 color RGB value is (108,189,129).

  • red value is 108;
  • green value is 189;
  • blue value is 129.
RGB:
(108,189,129)
(42%,74%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 189 of 255 = 74%
B 129 of 255 = 51%

108
189
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 189 + 129 = 426 (100%)
R 108 of 426 ~ 25.35%
G 189 of 426 ~ 44.37%
B 129 of 426 ~ 30.28%

%25.35
%44.37
%30.28

CMYK color model

#6CBD81 color CMYK value is (43,0,32,26).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK:
(43,0,32,26)
C43M0Y32K26 
(43%,0%,32%,26%)
(0.43/0.00/0.32/0.26)	

CMYK percentages

%42.86
%0
%31.75
%25.88

Codes

Color #6CBD81 in popluar color models

6CBD81
RGB108189129
HSL136°38.03%58.24%
HSB/HSV136°42.86%74.12%
CMYK42.86%0.00%31.75%
25.88%

Color #6CBD81 in popluar number systems.

HEX6CBD81
Decimal108189129
Binary11011001011110110000001
Octal154275201

Shades and tints

Shades of #6CBD81

#6CBD81
(108,189,129)
#63AC76
(99,172,118)
#5A9B6B
(90,155,107)
#518A60
(81,138,96)
#487955
(72,121,85)
#3F684A
(63,104,74)
#36573F
(54,87,63)
#2D4634
(45,70,52)
#243529
(36,53,41)
#1B241E
(27,36,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #6CBD81

#6CBD81
(108,189,129)
#79C38C
(121,195,140)
#86C997
(134,201,151)
#93CFA2
(147,207,162)
#A0D5AD
(160,213,173)
#ADDBB8
(173,219,184)
#BAE1C3
(186,225,195)
#C7E7CE
(199,231,206)
#D4EDD9
(212,237,217)
#E1F3E4
(225,243,228)
#EEF9EF
(238,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBD81 color. Also use rgb(108,189,129) instead hex code.

Text Font Color

.myTextColor { color: #6CBD81; }

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

This text font color is #6CBD81.


Background Color

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

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

This div background color is #6CBD81.


Border color

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

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

This div border color is #6CBD81.


Opacity

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

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

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

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

This text has shadow with #6CBD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBD81 on black background.


Color preview on white background

This text has color #6CBD81 on white background.



Black color preview on #6CBD81 background

This text has black color on #6CBD81 background.


White color preview on #6CBD81 background

This text has white color on #6CBD81 background.