COLOR #67A88D

HEX: #67A88D RGB: (103,168,141)

Color info

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

RGB color model

#67A88D color RGB value is (103,168,141).

RGB: (103,168,141) (40%, 66%, 55%)

RGB channels and saturation

R 103 of 255 = 40%
G 168 of 255 = 66%
B 141 of 255 = 55%

103
168
141

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

Portions of RGB colors in percentages

R + G + B = 103 + 168 + 141 = 412 (100%)
R 103 of 412 ~ 25%
G 168 of 412 ~ 40.78%
B 141 of 412 ~ 34.22'%

%25
%40.78
%34.22

CMYK color model

#67A88D color CMYK value is (39,0,16,34).

  • cyan value is 38.69%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 34.12%

CMYK: (39,0,16,34)
C39M0Y16K34 (39%, 0%, 16%, 34%)
(0.39 / 0.00 / 0.16 / 0.34)

CMYK percentages

%38.69
%0
%16.07
%34.12

Codes

Color #67A88D in popluar color models

67 A8 8D
RGB 103 168 141
HSL 155° 27.20% 53.14%
HSB/HSV 155° 38.69% 65.88%
CMYK 38.69% 0.00% 16.07%
34.12%

Color #67A88D in popluar number systems.

HEX 67 A8 8D
Decimal 103 168 141
Binary 1100111 10101000 10001101
Octal 147 250 215

Shades and tints

Shades of #67A88D

#67A88D
(103,168,141)
#5E9981
(94,153,129)
#558A75
(85,138,117)
#4C7B69
(76,123,105)
#436C5D
(67,108,93)
#3A5D51
(58,93,81)
#314E45
(49,78,69)
#283F39
(40,63,57)
#1F302D
(31,48,45)
#162121
(22,33,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #67A88D

#67A88D
(103,168,141)
#74AF97
(116,175,151)
#81B6A1
(129,182,161)
#8EBDAB
(142,189,171)
#9BC4B5
(155,196,181)
#A8CBBF
(168,203,191)
#B5D2C9
(181,210,201)
#C2D9D3
(194,217,211)
#CFE0DD
(207,224,221)
#DCE7E7
(220,231,231)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A88D color. Also use rgb(103,168,141) instead hex code.

Text Font Color

.myTextColor { color: #67A88D; }

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

This text font color is #67A88D.

Background Color

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

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

This div background color is #67A88D.

Border color

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

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

This div border color is #67A88D.

Opacity

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

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

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

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

This text has shadow with #67A88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67A88D.

Preview

Color preview on black background

This text has color #67A88D on black background.


Color preview on white background

This text has color #67A88D on white background.


Black color preview on #67A88D background

This text has black color on #67A88D background.


White color preview on #67A88D background

This text has white color on #67A88D background.


Related colors

Complementary color

Complementary color for #hex is #985772.


I love getcolorcode.com

Triadic colors

1 #8D67A8 and #A88D67 with #67A88D are triadic colors.

2 #8DA867 and #A8678D with #67A88D are triadic colors.