COLOR #67B687

HEX: #67B687
RGB: (103,182,135)

Color info

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

RGB color model

#67B687 color RGB value is (103,182,135).

  • red value is 103;
  • green value is 182;
  • blue value is 135.
RGB:
(103,182,135)
(40%,71%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 182 of 255 = 71%
B 135 of 255 = 53%

103
182
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 182 + 135 = 420 (100%)
R 103 of 420 ~ 24.52%
G 182 of 420 ~ 43.33%
B 135 of 420 ~ 32.14%

%24.52
%43.33
%32.14

CMYK color model

#67B687 color CMYK value is (43,0,26,29).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(43,0,26,29)
C43M0Y26K29 
(43%,0%,26%,29%)
(0.43/0.00/0.26/0.29)	

CMYK percentages

%43.41
%0
%25.82
%28.63

Codes

Color #67B687 in popluar color models

67B687
RGB103182135
HSL144°35.11%55.88%
HSB/HSV144°43.41%71.37%
CMYK43.41%0.00%25.82%
28.63%

Color #67B687 in popluar number systems.

HEX67B687
Decimal103182135
Binary11001111011011010000111
Octal147266207

Shades and tints

Shades of #67B687

#67B687
(103,182,135)
#5EA67B
(94,166,123)
#55966F
(85,150,111)
#4C8663
(76,134,99)
#437657
(67,118,87)
#3A664B
(58,102,75)
#31563F
(49,86,63)
#284633
(40,70,51)
#1F3627
(31,54,39)
#16261B
(22,38,27)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #67B687

#67B687
(103,182,135)
#74BC91
(116,188,145)
#81C29B
(129,194,155)
#8EC8A5
(142,200,165)
#9BCEAF
(155,206,175)
#A8D4B9
(168,212,185)
#B5DAC3
(181,218,195)
#C2E0CD
(194,224,205)
#CFE6D7
(207,230,215)
#DCECE1
(220,236,225)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B687 color. Also use rgb(103,182,135) instead hex code.

Text Font Color

.myTextColor { color: #67B687; }

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

This text font color is #67B687.


Background Color

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

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

This div background color is #67B687.


Border color

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

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

This div border color is #67B687.


Opacity

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

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

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

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

This text has shadow with #67B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B687 on black background.


Color preview on white background

This text has color #67B687 on white background.



Black color preview on #67B687 background

This text has black color on #67B687 background.


White color preview on #67B687 background

This text has white color on #67B687 background.