COLOR #67CC9E

HEX: #67CC9E
RGB: (103,204,158)

Color info

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

RGB color model

#67CC9E color RGB value is (103,204,158).

  • red value is 103;
  • green value is 204;
  • blue value is 158.
RGB:
(103,204,158)
(40%,80%,62%)

RGB channels and saturation

R 103 of 255 = 40%
G 204 of 255 = 80%
B 158 of 255 = 62%

103
204
158

R + G + B ~ 61%. #67CC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 204 + 158 = 465 (100%)
R 103 of 465 ~ 22.15%
G 204 of 465 ~ 43.87%
B 158 of 465 ~ 33.98%

%22.15
%43.87
%33.98

CMYK color model

#67CC9E color CMYK value is (50,0,23,20).

  • cyan value is 49.51%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(50,0,23,20)
C50M0Y23K20 
(50%,0%,23%,20%)
(0.50/0.00/0.23/0.20)	

CMYK percentages

%49.51
%0
%22.55
%20

Codes

Color #67CC9E in popluar color models

67CC9E
RGB103204158
HSL153°49.75%60.20%
HSB/HSV153°49.51%80.00%
CMYK49.51%0.00%22.55%
20.00%

Color #67CC9E in popluar number systems.

HEX67CC9E
Decimal103204158
Binary11001111100110010011110
Octal147314236

Shades and tints

Shades of #67CC9E

#67CC9E
(103,204,158)
#5EBA90
(94,186,144)
#55A882
(85,168,130)
#4C9674
(76,150,116)
#438466
(67,132,102)
#3A7258
(58,114,88)
#31604A
(49,96,74)
#284E3C
(40,78,60)
#1F3C2E
(31,60,46)
#162A20
(22,42,32)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #67CC9E

#67CC9E
(103,204,158)
#74D0A6
(116,208,166)
#81D4AE
(129,212,174)
#8ED8B6
(142,216,182)
#9BDCBE
(155,220,190)
#A8E0C6
(168,224,198)
#B5E4CE
(181,228,206)
#C2E8D6
(194,232,214)
#CFECDE
(207,236,222)
#DCF0E6
(220,240,230)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67CC9E color. Also use rgb(103,204,158) instead hex code.

Text Font Color

.myTextColor { color: #67CC9E; }

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

This text font color is #67CC9E.


Background Color

.myBgColor { background-color: #67CC9E; }

<div style="background-color:#67CC9E">Inner text</div>

This div background color is #67CC9E.


Border color

.myBorderColor { border: 1px solid #67CC9E; }

<div style="border:3px solid #67CC9E">Div</div>

This div border color is #67CC9E.


Opacity

.myOpacity80 { color: #67CC9E; opacity: 0.8; }

<p style="color:#67CC9E;opacity:0.8;">80%</p>

Text with #67CC9E 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 #67CC9E;}

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

This text has shadow with #67CC9E color.

.textShadow {text-shadow: 3px 3px 1px #67CC9E, 3px 3px 1px red;}

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

This text has shadow with #67CC9E primary color and red secondary color.


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

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

This text has shadow with #67CC9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CC9E on black background.


Color preview on white background

This text has color #67CC9E on white background.



Black color preview on #67CC9E background

This text has black color on #67CC9E background.


White color preview on #67CC9E background

This text has white color on #67CC9E background.