COLOR #67CD97

HEX: #67CD97
RGB: (103,205,151)

Color info

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

RGB color model

#67CD97 color RGB value is (103,205,151).

  • red value is 103;
  • green value is 205;
  • blue value is 151.
RGB:
(103,205,151)
(40%,80%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 205 of 255 = 80%
B 151 of 255 = 59%

103
205
151

R + G + B ~ 60%. #67CD97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 205 + 151 = 459 (100%)
R 103 of 459 ~ 22.44%
G 205 of 459 ~ 44.66%
B 151 of 459 ~ 32.9%

%22.44
%44.66
%32.9

CMYK color model

#67CD97 color CMYK value is (50,0,26,20).

  • cyan value is 49.76%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 19.61%
CMYK:
(50,0,26,20)
C50M0Y26K20 
(50%,0%,26%,20%)
(0.50/0.00/0.26/0.20)	

CMYK percentages

%49.76
%0
%26.34
%19.61

Codes

Color #67CD97 in popluar color models

67CD97
RGB103205151
HSL148°50.50%60.39%
HSB/HSV148°49.76%80.39%
CMYK49.76%0.00%26.34%
19.61%

Color #67CD97 in popluar number systems.

HEX67CD97
Decimal103205151
Binary11001111100110110010111
Octal147315227

Shades and tints

Shades of #67CD97

#67CD97
(103,205,151)
#5EBB8A
(94,187,138)
#55A97D
(85,169,125)
#4C9770
(76,151,112)
#438563
(67,133,99)
#3A7356
(58,115,86)
#316149
(49,97,73)
#284F3C
(40,79,60)
#1F3D2F
(31,61,47)
#162B22
(22,43,34)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #67CD97

#67CD97
(103,205,151)
#74D1A0
(116,209,160)
#81D5A9
(129,213,169)
#8ED9B2
(142,217,178)
#9BDDBB
(155,221,187)
#A8E1C4
(168,225,196)
#B5E5CD
(181,229,205)
#C2E9D6
(194,233,214)
#CFEDDF
(207,237,223)
#DCF1E8
(220,241,232)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67CD97 color. Also use rgb(103,205,151) instead hex code.

Text Font Color

.myTextColor { color: #67CD97; }

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

This text font color is #67CD97.


Background Color

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

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

This div background color is #67CD97.


Border color

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

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

This div border color is #67CD97.


Opacity

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

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

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

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

This text has shadow with #67CD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CD97 on black background.


Color preview on white background

This text has color #67CD97 on white background.



Black color preview on #67CD97 background

This text has black color on #67CD97 background.


White color preview on #67CD97 background

This text has white color on #67CD97 background.