COLOR #67B0A6

HEX: #67B0A6
RGB: (103,176,166)

Color info

#67B0A6 contains mainly green and blue colors. Web safe color of #67B0A6 is #669999 (or #699).

RGB color model

#67B0A6 color RGB value is (103,176,166).

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

RGB channels and saturation

R 103 of 255 = 40%
G 176 of 255 = 69%
B 166 of 255 = 65%

103
176
166

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

Portions of RGB colors in percentages

R + G + B =
103 + 176 + 166 = 445 (100%)
R 103 of 445 ~ 23.15%
G 176 of 445 ~ 39.55%
B 166 of 445 ~ 37.3%

%23.15
%39.55
%37.3

CMYK color model

#67B0A6 color CMYK value is (41,0,6,31).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(41,0,6,31)
C41M0Y6K31 
(41%,0%,6%,31%)
(0.41/0.00/0.06/0.31)	

CMYK percentages

%41.48
%0
%5.68
%30.98

Codes

Color #67B0A6 in popluar color models

67B0A6
RGB103176166
HSL172°31.60%54.71%
HSB/HSV172°41.48%69.02%
CMYK41.48%0.00%5.68%
30.98%

Color #67B0A6 in popluar number systems.

HEX67B0A6
Decimal103176166
Binary11001111011000010100110
Octal147260246

Shades and tints

Shades of #67B0A6

#67B0A6
(103,176,166)
#5EA097
(94,160,151)
#559088
(85,144,136)
#4C8079
(76,128,121)
#43706A
(67,112,106)
#3A605B
(58,96,91)
#31504C
(49,80,76)
#28403D
(40,64,61)
#1F302E
(31,48,46)
#16201F
(22,32,31)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #67B0A6

#67B0A6
(103,176,166)
#74B7AE
(116,183,174)
#81BEB6
(129,190,182)
#8EC5BE
(142,197,190)
#9BCCC6
(155,204,198)
#A8D3CE
(168,211,206)
#B5DAD6
(181,218,214)
#C2E1DE
(194,225,222)
#CFE8E6
(207,232,230)
#DCEFEE
(220,239,238)
#E9F6F6
(233,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B0A6; }

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

This text font color is #67B0A6.


Background Color

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

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

This div background color is #67B0A6.


Border color

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

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

This div border color is #67B0A6.


Opacity

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

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

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

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

This text has shadow with #67B0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B0A6 on black background.


Color preview on white background

This text has color #67B0A6 on white background.



Black color preview on #67B0A6 background

This text has black color on #67B0A6 background.


White color preview on #67B0A6 background

This text has white color on #67B0A6 background.