COLOR #6FCD96

HEX: #6FCD96 RGB: (111,205,150)

Color info

#6FCD96 contains mainly green and blue colors. Web safe color of #6FCD96 is #66CC99 (or #6C9).

RGB color model

#6FCD96 color RGB value is (111,205,150).

RGB: (111,205,150) (44%, 80%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 205 of 255 = 80%
B 150 of 255 = 59%

111
205
150

R + G + B ~ 61%. #6FCD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 205 + 150 = 466 (100%)
R 111 of 466 ~ 23.82%
G 205 of 466 ~ 43.99%
B 150 of 466 ~ 32.19'%

%23.82
%43.99
%32.19

CMYK color model

#6FCD96 color CMYK value is (46,0,27,20).

  • cyan value is 45.85%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 19.61%

CMYK: (46,0,27,20)
C46M0Y27K20 (46%, 0%, 27%, 20%)
(0.46 / 0.00 / 0.27 / 0.20)

CMYK percentages

%45.85
%0
%26.83
%19.61

Codes

Color #6FCD96 in popluar color models

6F CD 96
RGB 111 205 150
HSL 145° 48.45% 61.96%
HSB/HSV 145° 45.85% 80.39%
CMYK 45.85% 0.00% 26.83%
19.61%

Color #6FCD96 in popluar number systems.

HEX 6F CD 96
Decimal 111 205 150
Binary 1101111 11001101 10010110
Octal 157 315 226

Shades and tints

Shades of #6FCD96

#6FCD96
(111,205,150)
#65BB89
(101,187,137)
#5BA97C
(91,169,124)
#51976F
(81,151,111)
#478562
(71,133,98)
#3D7355
(61,115,85)
#336148
(51,97,72)
#294F3B
(41,79,59)
#1F3D2E
(31,61,46)
#152B21
(21,43,33)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #6FCD96

#6FCD96
(111,205,150)
#7CD19F
(124,209,159)
#89D5A8
(137,213,168)
#96D9B1
(150,217,177)
#A3DDBA
(163,221,186)
#B0E1C3
(176,225,195)
#BDE5CC
(189,229,204)
#CAE9D5
(202,233,213)
#D7EDDE
(215,237,222)
#E4F1E7
(228,241,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCD96 color. Also use rgb(111,205,150) instead hex code.

Text Font Color

.myTextColor { color: #6FCD96; }

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

This text font color is #6FCD96.

Background Color

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

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

This div background color is #6FCD96.

Border color

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

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

This div border color is #6FCD96.

Opacity

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

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

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

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

This text has shadow with #6FCD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FCD96.

Preview

Color preview on black background

This text has color #6FCD96 on black background.


Color preview on white background

This text has color #6FCD96 on white background.


Black color preview on #6FCD96 background

This text has black color on #6FCD96 background.


White color preview on #6FCD96 background

This text has white color on #6FCD96 background.


Related colors

Complementary color

Complementary color for #hex is #903269.


I love getcolorcode.com

Triadic colors

1 #966FCD and #CD966F with #6FCD96 are triadic colors.

2 #96CD6F and #CD6F96 with #6FCD96 are triadic colors.