COLOR #67998B

HEX: #67998B RGB: (103,153,139)

Color info

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

RGB color model

#67998B color RGB value is (103,153,139).

RGB: (103,153,139) (40%, 60%, 55%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 139 of 255 = 55%

103
153
139

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

Portions of RGB colors in percentages

R + G + B = 103 + 153 + 139 = 395 (100%)
R 103 of 395 ~ 26.08%
G 153 of 395 ~ 38.73%
B 139 of 395 ~ 35.19'%

%26.08
%38.73
%35.19

CMYK color model

#67998B color CMYK value is (33,0,9,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%

CMYK: (33,0,9,40)
C33M0Y9K40 (33%, 0%, 9%, 40%)
(0.33 / 0.00 / 0.09 / 0.40)

CMYK percentages

%32.68
%0
%9.15
%40

Codes

Color #67998B in popluar color models

67 99 8B
RGB 103 153 139
HSL 163° 19.69% 50.20%
HSB/HSV 163° 32.68% 60.00%
CMYK 32.68% 0.00% 9.15%
40.00%

Color #67998B in popluar number systems.

HEX 67 99 8B
Decimal 103 153 139
Binary 1100111 10011001 10001011
Octal 147 231 213

Shades and tints

Shades of #67998B

#67998B
(103,153,139)
#5E8C7F
(94,140,127)
#557F73
(85,127,115)
#4C7267
(76,114,103)
#43655B
(67,101,91)
#3A584F
(58,88,79)
#314B43
(49,75,67)
#283E37
(40,62,55)
#1F312B
(31,49,43)
#16241F
(22,36,31)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #67998B

#67998B
(103,153,139)
#74A295
(116,162,149)
#81AB9F
(129,171,159)
#8EB4A9
(142,180,169)
#9BBDB3
(155,189,179)
#A8C6BD
(168,198,189)
#B5CFC7
(181,207,199)
#C2D8D1
(194,216,209)
#CFE1DB
(207,225,219)
#DCEAE5
(220,234,229)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67998B color. Also use rgb(103,153,139) instead hex code.

Text Font Color

.myTextColor { color: #67998B; }

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

This text font color is #67998B.

Background Color

.myBgColor { background-color: #67998B; }

<div style="background-color:#67998B">Inner text</div>

This div background color is #67998B.

Border color

.myBorderColor { border: 1px solid #67998B; }

<div style="border:3px solid #67998B">Div</div>

This div border color is #67998B.

Opacity

.myOpacity80 { color: #67998B; opacity: 0.8; }

<p style="color:#67998B;opacity:0.8;">80%</p>

Text with #67998B 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 #67998B;}

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

This text has shadow with #67998B color.


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

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

This text has shadow with #67998B primary color and red secondary color.


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

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

This text has shadow with #67998B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67998B.

Preview

Color preview on black background

This text has color #67998B on black background.


Color preview on white background

This text has color #67998B on white background.


Black color preview on #67998B background

This text has black color on #67998B background.


White color preview on #67998B background

This text has white color on #67998B background.


Related colors

Complementary color

Complementary color for #hex is #986674.


I love getcolorcode.com

Triadic colors

1 #8B6799 and #998B67 with #67998B are triadic colors.

2 #8B9967 and #99678B with #67998B are triadic colors.