COLOR #699AA5

HEX: #699AA5
RGB: (105,154,165)

Color info

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

RGB color model

#699AA5 color RGB value is (105,154,165).

  • red value is 105;
  • green value is 154;
  • blue value is 165.
RGB:
(105,154,165)
(41%,60%,65%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 165 of 255 = 65%

105
154
165

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

Portions of RGB colors in percentages

R + G + B =
105 + 154 + 165 = 424 (100%)
R 105 of 424 ~ 24.76%
G 154 of 424 ~ 36.32%
B 165 of 424 ~ 38.92%

%24.76
%36.32
%38.92

CMYK color model

#699AA5 color CMYK value is (36,7,0,35).

  • cyan value is 36.36%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,7,0,35)
C36M7Y0K35 
(36%,7%,0%,35%)
(0.36/0.07/0.00/0.35)	

CMYK percentages

%36.36
%6.67
%0
%35.29

Codes

Color #699AA5 in popluar color models

699AA5
RGB105154165
HSL191°25.00%52.94%
HSB/HSV191°36.36%64.71%
CMYK36.36%6.67%0.00%
35.29%

Color #699AA5 in popluar number systems.

HEX699AA5
Decimal105154165
Binary11010011001101010100101
Octal151232245

Shades and tints

Shades of #699AA5

#699AA5
(105,154,165)
#608C96
(96,140,150)
#577E87
(87,126,135)
#4E7078
(78,112,120)
#456269
(69,98,105)
#3C545A
(60,84,90)
#33464B
(51,70,75)
#2A383C
(42,56,60)
#212A2D
(33,42,45)
#181C1E
(24,28,30)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #699AA5

#699AA5
(105,154,165)
#76A3AD
(118,163,173)
#83ACB5
(131,172,181)
#90B5BD
(144,181,189)
#9DBEC5
(157,190,197)
#AAC7CD
(170,199,205)
#B7D0D5
(183,208,213)
#C4D9DD
(196,217,221)
#D1E2E5
(209,226,229)
#DEEBED
(222,235,237)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699AA5 color. Also use rgb(105,154,165) instead hex code.

Text Font Color

.myTextColor { color: #699AA5; }

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

This text font color is #699AA5.


Background Color

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

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

This div background color is #699AA5.


Border color

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

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

This div border color is #699AA5.


Opacity

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

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

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

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

This text has shadow with #699AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699AA5 on black background.


Color preview on white background

This text has color #699AA5 on white background.



Black color preview on #699AA5 background

This text has black color on #699AA5 background.


White color preview on #699AA5 background

This text has white color on #699AA5 background.