COLOR #699180

HEX: #699180 RGB: (105,145,128)

Color info

#699180 contains red, green and blue colors in about the same proportion. Web safe color of #699180 is #669966 (or #696).

RGB color model

#699180 color RGB value is (105,145,128).

RGB: (105,145,128) (41%, 57%, 50%)

RGB channels and saturation

R 105 of 255 = 41%
G 145 of 255 = 57%
B 128 of 255 = 50%

105
145
128

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

Portions of RGB colors in percentages

R + G + B = 105 + 145 + 128 = 378 (100%)
R 105 of 378 ~ 27.78%
G 145 of 378 ~ 38.36%
B 128 of 378 ~ 33.86'%

%27.78
%38.36
%33.86

CMYK color model

#699180 color CMYK value is (28,0,12,43).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 43.14%

CMYK: (28,0,12,43)
C28M0Y12K43 (28%, 0%, 12%, 43%)
(0.28 / 0.00 / 0.12 / 0.43)

CMYK percentages

%27.59
%0
%11.72
%43.14

Codes

Color #699180 in popluar color models

69 91 80
RGB 105 145 128
HSL 155° 16.00% 49.02%
HSB/HSV 155° 27.59% 56.86%
CMYK 27.59% 0.00% 11.72%
43.14%

Color #699180 in popluar number systems.

HEX 69 91 80
Decimal 105 145 128
Binary 1101001 10010001 10000000
Octal 151 221 200

Shades and tints

Shades of #699180

#699180
(105,145,128)
#608475
(96,132,117)
#57776A
(87,119,106)
#4E6A5F
(78,106,95)
#455D54
(69,93,84)
#3C5049
(60,80,73)
#33433E
(51,67,62)
#2A3633
(42,54,51)
#212928
(33,41,40)
#181C1D
(24,28,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #699180

#699180
(105,145,128)
#769B8B
(118,155,139)
#83A596
(131,165,150)
#90AFA1
(144,175,161)
#9DB9AC
(157,185,172)
#AAC3B7
(170,195,183)
#B7CDC2
(183,205,194)
#C4D7CD
(196,215,205)
#D1E1D8
(209,225,216)
#DEEBE3
(222,235,227)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699180 color. Also use rgb(105,145,128) instead hex code.

Text Font Color

.myTextColor { color: #699180; }

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

This text font color is #699180.

Background Color

.myBgColor { background-color: #699180; }

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

This div background color is #699180.

Border color

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

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

This div border color is #699180.

Opacity

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

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

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

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

This text has shadow with #699180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699180.

Preview

Color preview on black background

This text has color #699180 on black background.


Color preview on white background

This text has color #699180 on white background.


Black color preview on #699180 background

This text has black color on #699180 background.


White color preview on #699180 background

This text has white color on #699180 background.


Related colors

Complementary color

Complementary color for #hex is #966E7F.


I love getcolorcode.com

Triadic colors

1 #806991 and #918069 with #699180 are triadic colors.

2 #809169 and #916980 with #699180 are triadic colors.