COLOR #679984

HEX: #679984
RGB: (103,153,132)

Color info

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

RGB color model

#679984 color RGB value is (103,153,132).

  • red value is 103;
  • green value is 153;
  • blue value is 132.
RGB:
(103,153,132)
(40%,60%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 132 of 255 = 52%

103
153
132

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

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 132 = 388 (100%)
R 103 of 388 ~ 26.55%
G 153 of 388 ~ 39.43%
B 132 of 388 ~ 34.02%

%26.55
%39.43
%34.02

CMYK color model

#679984 color CMYK value is (33,0,14,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(33,0,14,40)
C33M0Y14K40 
(33%,0%,14%,40%)
(0.33/0.00/0.14/0.40)	

CMYK percentages

%32.68
%0
%13.73
%40

Codes

Color #679984 in popluar color models

679984
RGB103153132
HSL155°19.69%50.20%
HSB/HSV155°32.68%60.00%
CMYK32.68%0.00%13.73%
40.00%

Color #679984 in popluar number systems.

HEX679984
Decimal103153132
Binary11001111001100110000100
Octal147231204

Shades and tints

Shades of #679984

#679984
(103,153,132)
#5E8C78
(94,140,120)
#557F6C
(85,127,108)
#4C7260
(76,114,96)
#436554
(67,101,84)
#3A5848
(58,88,72)
#314B3C
(49,75,60)
#283E30
(40,62,48)
#1F3124
(31,49,36)
#162418
(22,36,24)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #679984

#679984
(103,153,132)
#74A28F
(116,162,143)
#81AB9A
(129,171,154)
#8EB4A5
(142,180,165)
#9BBDB0
(155,189,176)
#A8C6BB
(168,198,187)
#B5CFC6
(181,207,198)
#C2D8D1
(194,216,209)
#CFE1DC
(207,225,220)
#DCEAE7
(220,234,231)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679984; }

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

This text font color is #679984.


Background Color

.myBgColor { background-color: #679984; }

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

This div background color is #679984.


Border color

.myBorderColor { border: 1px solid #679984; }

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

This div border color is #679984.


Opacity

.myOpacity80 { color: #679984; opacity: 0.8; }

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

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

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

This text has shadow with #679984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679984 on black background.


Color preview on white background

This text has color #679984 on white background.



Black color preview on #679984 background

This text has black color on #679984 background.


White color preview on #679984 background

This text has white color on #679984 background.