COLOR #67D8A7

HEX: #67D8A7
RGB: (103,216,167)

Color info

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

RGB color model

#67D8A7 color RGB value is (103,216,167).

  • red value is 103;
  • green value is 216;
  • blue value is 167.
RGB:
(103,216,167)
(40%,85%,65%)

RGB channels and saturation

R 103 of 255 = 40%
G 216 of 255 = 85%
B 167 of 255 = 65%

103
216
167

R + G + B ~ 63%. #67D8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 216 + 167 = 486 (100%)
R 103 of 486 ~ 21.19%
G 216 of 486 ~ 44.44%
B 167 of 486 ~ 34.36%

%21.19
%44.44
%34.36

CMYK color model

#67D8A7 color CMYK value is (52,0,23,15).

  • cyan value is 52.31%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 15.29%
CMYK:
(52,0,23,15)
C52M0Y23K15 
(52%,0%,23%,15%)
(0.52/0.00/0.23/0.15)	

CMYK percentages

%52.31
%0
%22.69
%15.29

Codes

Color #67D8A7 in popluar color models

67D8A7
RGB103216167
HSL154°59.16%62.55%
HSB/HSV154°52.31%84.71%
CMYK52.31%0.00%22.69%
15.29%

Color #67D8A7 in popluar number systems.

HEX67D8A7
Decimal103216167
Binary11001111101100010100111
Octal147330247

Shades and tints

Shades of #67D8A7

#67D8A7
(103,216,167)
#5EC598
(94,197,152)
#55B289
(85,178,137)
#4C9F7A
(76,159,122)
#438C6B
(67,140,107)
#3A795C
(58,121,92)
#31664D
(49,102,77)
#28533E
(40,83,62)
#1F402F
(31,64,47)
#162D20
(22,45,32)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #67D8A7

#67D8A7
(103,216,167)
#74DBAF
(116,219,175)
#81DEB7
(129,222,183)
#8EE1BF
(142,225,191)
#9BE4C7
(155,228,199)
#A8E7CF
(168,231,207)
#B5EAD7
(181,234,215)
#C2EDDF
(194,237,223)
#CFF0E7
(207,240,231)
#DCF3EF
(220,243,239)
#E9F6F7
(233,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67D8A7 color. Also use rgb(103,216,167) instead hex code.

Text Font Color

.myTextColor { color: #67D8A7; }

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

This text font color is #67D8A7.


Background Color

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

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

This div background color is #67D8A7.


Border color

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

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

This div border color is #67D8A7.


Opacity

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

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

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

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

This text has shadow with #67D8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67D8A7 on black background.


Color preview on white background

This text has color #67D8A7 on white background.



Black color preview on #67D8A7 background

This text has black color on #67D8A7 background.


White color preview on #67D8A7 background

This text has white color on #67D8A7 background.