COLOR #698DAC

HEX: #698DAC RGB: (105,141,172)

Color info

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

RGB color model

#698DAC color RGB value is (105,141,172).

RGB: (105,141,172) (41%, 55%, 67%)

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 172 of 255 = 67%

105
141
172

R + G + B ~ 54%. #698DAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 141 + 172 = 418 (100%)
R 105 of 418 ~ 25.12%
G 141 of 418 ~ 33.73%
B 172 of 418 ~ 41.15'%

%25.12
%33.73
%41.15

CMYK color model

#698DAC color CMYK value is (39,18,0,33).

  • cyan value is 38.95%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (39,18,0,33)
C39M18Y0K33 (39%, 18%, 0%, 33%)
(0.39 / 0.18 / 0.00 / 0.33)

CMYK percentages

%38.95
%18.02
%0
%32.55

Codes

Color #698DAC in popluar color models

69 8D AC
RGB 105 141 172
HSL 208° 28.76% 54.31%
HSB/HSV 208° 38.95% 67.45%
CMYK 38.95% 18.02% 0.00%
32.55%

Color #698DAC in popluar number systems.

HEX 69 8D AC
Decimal 105 141 172
Binary 1101001 10001101 10101100
Octal 151 215 254

Shades and tints

Shades of #698DAC

#698DAC
(105,141,172)
#60819D
(96,129,157)
#57758E
(87,117,142)
#4E697F
(78,105,127)
#455D70
(69,93,112)
#3C5161
(60,81,97)
#334552
(51,69,82)
#2A3943
(42,57,67)
#212D34
(33,45,52)
#182125
(24,33,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #698DAC

#698DAC
(105,141,172)
#7697B3
(118,151,179)
#83A1BA
(131,161,186)
#90ABC1
(144,171,193)
#9DB5C8
(157,181,200)
#AABFCF
(170,191,207)
#B7C9D6
(183,201,214)
#C4D3DD
(196,211,221)
#D1DDE4
(209,221,228)
#DEE7EB
(222,231,235)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698DAC color. Also use rgb(105,141,172) instead hex code.

Text Font Color

.myTextColor { color: #698DAC; }

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

This text font color is #698DAC.

Background Color

.myBgColor { background-color: #698DAC; }

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

This div background color is #698DAC.

Border color

.myBorderColor { border: 1px solid #698DAC; }

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

This div border color is #698DAC.

Opacity

.myOpacity80 { color: #698DAC; opacity: 0.8; }

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

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

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

This text has shadow with #698DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698DAC.

Preview

Color preview on black background

This text has color #698DAC on black background.


Color preview on white background

This text has color #698DAC on white background.


Black color preview on #698DAC background

This text has black color on #698DAC background.


White color preview on #698DAC background

This text has white color on #698DAC background.


Related colors

Complementary color

Complementary color for #hex is #967253.


I love getcolorcode.com

Triadic colors

1 #AC698D and #8DAC69 with #698DAC are triadic colors.

2 #AC8D69 and #8D69AC with #698DAC are triadic colors.