COLOR #699DAA

HEX: #699DAA RGB: (105,157,170)

Color info

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

RGB color model

#699DAA color RGB value is (105,157,170).

RGB: (105,157,170) (41%, 62%, 67%)

RGB channels and saturation

R 105 of 255 = 41%
G 157 of 255 = 62%
B 170 of 255 = 67%

105
157
170

R + G + B ~ 57%. #699DAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 157 + 170 = 432 (100%)
R 105 of 432 ~ 24.31%
G 157 of 432 ~ 36.34%
B 170 of 432 ~ 39.35'%

%24.31
%36.34
%39.35

CMYK color model

#699DAA color CMYK value is (38,8,0,33).

  • cyan value is 38.24%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (38,8,0,33)
C38M8Y0K33 (38%, 8%, 0%, 33%)
(0.38 / 0.08 / 0.00 / 0.33)

CMYK percentages

%38.24
%7.65
%0
%33.33

Codes

Color #699DAA in popluar color models

69 9D AA
RGB 105 157 170
HSL 192° 27.66% 53.92%
HSB/HSV 192° 38.24% 66.67%
CMYK 38.24% 7.65% 0.00%
33.33%

Color #699DAA in popluar number systems.

HEX 69 9D AA
Decimal 105 157 170
Binary 1101001 10011101 10101010
Octal 151 235 252

Shades and tints

Shades of #699DAA

#699DAA
(105,157,170)
#608F9B
(96,143,155)
#57818C
(87,129,140)
#4E737D
(78,115,125)
#45656E
(69,101,110)
#3C575F
(60,87,95)
#334950
(51,73,80)
#2A3B41
(42,59,65)
#212D32
(33,45,50)
#181F23
(24,31,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #699DAA

#699DAA
(105,157,170)
#76A5B1
(118,165,177)
#83ADB8
(131,173,184)
#90B5BF
(144,181,191)
#9DBDC6
(157,189,198)
#AAC5CD
(170,197,205)
#B7CDD4
(183,205,212)
#C4D5DB
(196,213,219)
#D1DDE2
(209,221,226)
#DEE5E9
(222,229,233)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699DAA color. Also use rgb(105,157,170) instead hex code.

Text Font Color

.myTextColor { color: #699DAA; }

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

This text font color is #699DAA.

Background Color

.myBgColor { background-color: #699DAA; }

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

This div background color is #699DAA.

Border color

.myBorderColor { border: 1px solid #699DAA; }

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

This div border color is #699DAA.

Opacity

.myOpacity80 { color: #699DAA; opacity: 0.8; }

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

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

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

This text has shadow with #699DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699DAA.

Preview

Color preview on black background

This text has color #699DAA on black background.


Color preview on white background

This text has color #699DAA on white background.


Black color preview on #699DAA background

This text has black color on #699DAA background.


White color preview on #699DAA background

This text has white color on #699DAA background.


Related colors

Complementary color

Complementary color for #hex is #966255.


I love getcolorcode.com

Triadic colors

1 #AA699D and #9DAA69 with #699DAA are triadic colors.

2 #AA9D69 and #9D69AA with #699DAA are triadic colors.