COLOR #67BB9F

HEX: #67BB9F
RGB: (103,187,159)

Color info

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

RGB color model

#67BB9F color RGB value is (103,187,159).

  • red value is 103;
  • green value is 187;
  • blue value is 159.
RGB:
(103,187,159)
(40%,73%,62%)

RGB channels and saturation

R 103 of 255 = 40%
G 187 of 255 = 73%
B 159 of 255 = 62%

103
187
159

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

Portions of RGB colors in percentages

R + G + B =
103 + 187 + 159 = 449 (100%)
R 103 of 449 ~ 22.94%
G 187 of 449 ~ 41.65%
B 159 of 449 ~ 35.41%

%22.94
%41.65
%35.41

CMYK color model

#67BB9F color CMYK value is (45,0,15,27).

  • cyan value is 44.92%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(45,0,15,27)
C45M0Y15K27 
(45%,0%,15%,27%)
(0.45/0.00/0.15/0.27)	

CMYK percentages

%44.92
%0
%14.97
%26.67

Codes

Color #67BB9F in popluar color models

67BB9F
RGB103187159
HSL160°38.18%56.86%
HSB/HSV160°44.92%73.33%
CMYK44.92%0.00%14.97%
26.67%

Color #67BB9F in popluar number systems.

HEX67BB9F
Decimal103187159
Binary11001111011101110011111
Octal147273237

Shades and tints

Shades of #67BB9F

#67BB9F
(103,187,159)
#5EAA91
(94,170,145)
#559983
(85,153,131)
#4C8875
(76,136,117)
#437767
(67,119,103)
#3A6659
(58,102,89)
#31554B
(49,85,75)
#28443D
(40,68,61)
#1F332F
(31,51,47)
#162221
(22,34,33)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #67BB9F

#67BB9F
(103,187,159)
#74C1A7
(116,193,167)
#81C7AF
(129,199,175)
#8ECDB7
(142,205,183)
#9BD3BF
(155,211,191)
#A8D9C7
(168,217,199)
#B5DFCF
(181,223,207)
#C2E5D7
(194,229,215)
#CFEBDF
(207,235,223)
#DCF1E7
(220,241,231)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67BB9F color. Also use rgb(103,187,159) instead hex code.

Text Font Color

.myTextColor { color: #67BB9F; }

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

This text font color is #67BB9F.


Background Color

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

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

This div background color is #67BB9F.


Border color

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

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

This div border color is #67BB9F.


Opacity

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

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

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

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

This text has shadow with #67BB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67BB9F on black background.


Color preview on white background

This text has color #67BB9F on white background.



Black color preview on #67BB9F background

This text has black color on #67BB9F background.


White color preview on #67BB9F background

This text has white color on #67BB9F background.