COLOR #67CEA6

HEX: #67CEA6
RGB: (103,206,166)

Color info

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

RGB color model

#67CEA6 color RGB value is (103,206,166).

  • red value is 103;
  • green value is 206;
  • blue value is 166.
RGB:
(103,206,166)
(40%,81%,65%)

RGB channels and saturation

R 103 of 255 = 40%
G 206 of 255 = 81%
B 166 of 255 = 65%

103
206
166

R + G + B ~ 62%. #67CEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 206 + 166 = 475 (100%)
R 103 of 475 ~ 21.68%
G 206 of 475 ~ 43.37%
B 166 of 475 ~ 34.95%

%21.68
%43.37
%34.95

CMYK color model

#67CEA6 color CMYK value is (50,0,19,19).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(50,0,19,19)
C50M0Y19K19 
(50%,0%,19%,19%)
(0.50/0.00/0.19/0.19)	

CMYK percentages

%50
%0
%19.42
%19.22

Codes

Color #67CEA6 in popluar color models

67CEA6
RGB103206166
HSL157°51.24%60.59%
HSB/HSV157°50.00%80.78%
CMYK50.00%0.00%19.42%
19.22%

Color #67CEA6 in popluar number systems.

HEX67CEA6
Decimal103206166
Binary11001111100111010100110
Octal147316246

Shades and tints

Shades of #67CEA6

#67CEA6
(103,206,166)
#5EBC97
(94,188,151)
#55AA88
(85,170,136)
#4C9879
(76,152,121)
#43866A
(67,134,106)
#3A745B
(58,116,91)
#31624C
(49,98,76)
#28503D
(40,80,61)
#1F3E2E
(31,62,46)
#162C1F
(22,44,31)
#0D1A10
(13,26,16)
#000000
(0,0,0)

Tints of #67CEA6

#67CEA6
(103,206,166)
#74D2AE
(116,210,174)
#81D6B6
(129,214,182)
#8EDABE
(142,218,190)
#9BDEC6
(155,222,198)
#A8E2CE
(168,226,206)
#B5E6D6
(181,230,214)
#C2EADE
(194,234,222)
#CFEEE6
(207,238,230)
#DCF2EE
(220,242,238)
#E9F6F6
(233,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67CEA6 color. Also use rgb(103,206,166) instead hex code.

Text Font Color

.myTextColor { color: #67CEA6; }

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

This text font color is #67CEA6.


Background Color

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

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

This div background color is #67CEA6.


Border color

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

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

This div border color is #67CEA6.


Opacity

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

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

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

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

This text has shadow with #67CEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CEA6 on black background.


Color preview on white background

This text has color #67CEA6 on white background.



Black color preview on #67CEA6 background

This text has black color on #67CEA6 background.


White color preview on #67CEA6 background

This text has white color on #67CEA6 background.