COLOR #67988D

HEX: #67988D RGB: (103,152,141)

Color info

#67988D contains red, green and blue colors in about the same proportion. Web safe color of #67988D is #669999 (or #699).

RGB color model

#67988D color RGB value is (103,152,141).

RGB: (103,152,141) (40%, 60%, 55%)

RGB channels and saturation

R 103 of 255 = 40%
G 152 of 255 = 60%
B 141 of 255 = 55%

103
152
141

R + G + B ~ 52%. #67988D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 152 + 141 = 396 (100%)
R 103 of 396 ~ 26.01%
G 152 of 396 ~ 38.38%
B 141 of 396 ~ 35.61'%

%26.01
%38.38
%35.61

CMYK color model

#67988D color CMYK value is (32,0,7,40).

  • cyan value is 32.24%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 40.39%

CMYK: (32,0,7,40)
C32M0Y7K40 (32%, 0%, 7%, 40%)
(0.32 / 0.00 / 0.07 / 0.40)

CMYK percentages

%32.24
%0
%7.24
%40.39

Codes

Color #67988D in popluar color models

67 98 8D
RGB 103 152 141
HSL 167° 19.22% 50.00%
HSB/HSV 167° 32.24% 59.61%
CMYK 32.24% 0.00% 7.24%
40.39%

Color #67988D in popluar number systems.

HEX 67 98 8D
Decimal 103 152 141
Binary 1100111 10011000 10001101
Octal 147 230 215

Shades and tints

Shades of #67988D

#67988D
(103,152,141)
#5E8B81
(94,139,129)
#557E75
(85,126,117)
#4C7169
(76,113,105)
#43645D
(67,100,93)
#3A5751
(58,87,81)
#314A45
(49,74,69)
#283D39
(40,61,57)
#1F302D
(31,48,45)
#162321
(22,35,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #67988D

#67988D
(103,152,141)
#74A197
(116,161,151)
#81AAA1
(129,170,161)
#8EB3AB
(142,179,171)
#9BBCB5
(155,188,181)
#A8C5BF
(168,197,191)
#B5CEC9
(181,206,201)
#C2D7D3
(194,215,211)
#CFE0DD
(207,224,221)
#DCE9E7
(220,233,231)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67988D color. Also use rgb(103,152,141) instead hex code.

Text Font Color

.myTextColor { color: #67988D; }

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

This text font color is #67988D.

Background Color

.myBgColor { background-color: #67988D; }

<div style="background-color:#67988D">Inner text</div>

This div background color is #67988D.

Border color

.myBorderColor { border: 1px solid #67988D; }

<div style="border:3px solid #67988D">Div</div>

This div border color is #67988D.

Opacity

.myOpacity80 { color: #67988D; opacity: 0.8; }

<p style="color:#67988D;opacity:0.8;">80%</p>

Text with #67988D 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 #67988D;}

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

This text has shadow with #67988D color.


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

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

This text has shadow with #67988D primary color and red secondary color.


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

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

This text has shadow with #67988D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67988D.

Preview

Color preview on black background

This text has color #67988D on black background.


Color preview on white background

This text has color #67988D on white background.


Black color preview on #67988D background

This text has black color on #67988D background.


White color preview on #67988D background

This text has white color on #67988D background.


Related colors

Complementary color

Complementary color for #hex is #986772.


I love getcolorcode.com

Triadic colors

1 #8D6798 and #988D67 with #67988D are triadic colors.

2 #8D9867 and #98678D with #67988D are triadic colors.