COLOR #67AFA7

HEX: #67AFA7
RGB: (103,175,167)

Color info

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

RGB color model

#67AFA7 color RGB value is (103,175,167).

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

RGB channels and saturation

R 103 of 255 = 40%
G 175 of 255 = 69%
B 167 of 255 = 65%

103
175
167

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

Portions of RGB colors in percentages

R + G + B =
103 + 175 + 167 = 445 (100%)
R 103 of 445 ~ 23.15%
G 175 of 445 ~ 39.33%
B 167 of 445 ~ 37.53%

%23.15
%39.33
%37.53

CMYK color model

#67AFA7 color CMYK value is (41,0,5,31).

  • cyan value is 41.14%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(41,0,5,31)
C41M0Y5K31 
(41%,0%,5%,31%)
(0.41/0.00/0.05/0.31)	

CMYK percentages

%41.14
%0
%4.57
%31.37

Codes

Color #67AFA7 in popluar color models

67AFA7
RGB103175167
HSL173°31.03%54.51%
HSB/HSV173°41.14%68.63%
CMYK41.14%0.00%4.57%
31.37%

Color #67AFA7 in popluar number systems.

HEX67AFA7
Decimal103175167
Binary11001111010111110100111
Octal147257247

Shades and tints

Shades of #67AFA7

#67AFA7
(103,175,167)
#5EA098
(94,160,152)
#559189
(85,145,137)
#4C827A
(76,130,122)
#43736B
(67,115,107)
#3A645C
(58,100,92)
#31554D
(49,85,77)
#28463E
(40,70,62)
#1F372F
(31,55,47)
#162820
(22,40,32)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #67AFA7

#67AFA7
(103,175,167)
#74B6AF
(116,182,175)
#81BDB7
(129,189,183)
#8EC4BF
(142,196,191)
#9BCBC7
(155,203,199)
#A8D2CF
(168,210,207)
#B5D9D7
(181,217,215)
#C2E0DF
(194,224,223)
#CFE7E7
(207,231,231)
#DCEEEF
(220,238,239)
#E9F5F7
(233,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AFA7; }

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

This text font color is #67AFA7.


Background Color

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

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

This div background color is #67AFA7.


Border color

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

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

This div border color is #67AFA7.


Opacity

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

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

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

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

This text has shadow with #67AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67AFA7 on black background.


Color preview on white background

This text has color #67AFA7 on white background.



Black color preview on #67AFA7 background

This text has black color on #67AFA7 background.


White color preview on #67AFA7 background

This text has white color on #67AFA7 background.