COLOR #69A9B9

HEX: #69A9B9
RGB: (105,169,185)

Color info

#69A9B9 contains mainly green and blue colors. Web safe color of #69A9B9 is #6699CC (or #69C).

RGB color model

#69A9B9 color RGB value is (105,169,185).

  • red value is 105;
  • green value is 169;
  • blue value is 185.
RGB:
(105,169,185)
(41%,66%,73%)

RGB channels and saturation

R 105 of 255 = 41%
G 169 of 255 = 66%
B 185 of 255 = 73%

105
169
185

R + G + B ~ 60%. #69A9B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 169 + 185 = 459 (100%)
R 105 of 459 ~ 22.88%
G 169 of 459 ~ 36.82%
B 185 of 459 ~ 40.31%

%22.88
%36.82
%40.31

CMYK color model

#69A9B9 color CMYK value is (43,9,0,27).

  • cyan value is 43.24%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(43,9,0,27)
C43M9Y0K27 
(43%,9%,0%,27%)
(0.43/0.09/0.00/0.27)	

CMYK percentages

%43.24
%8.65
%0
%27.45

Codes

Color #69A9B9 in popluar color models

69A9B9
RGB105169185
HSL192°36.36%56.86%
HSB/HSV192°43.24%72.55%
CMYK43.24%8.65%0.00%
27.45%

Color #69A9B9 in popluar number systems.

HEX69A9B9
Decimal105169185
Binary11010011010100110111001
Octal151251271

Shades and tints

Shades of #69A9B9

#69A9B9
(105,169,185)
#609AA9
(96,154,169)
#578B99
(87,139,153)
#4E7C89
(78,124,137)
#456D79
(69,109,121)
#3C5E69
(60,94,105)
#334F59
(51,79,89)
#2A4049
(42,64,73)
#213139
(33,49,57)
#182229
(24,34,41)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #69A9B9

#69A9B9
(105,169,185)
#76B0BF
(118,176,191)
#83B7C5
(131,183,197)
#90BECB
(144,190,203)
#9DC5D1
(157,197,209)
#AACCD7
(170,204,215)
#B7D3DD
(183,211,221)
#C4DAE3
(196,218,227)
#D1E1E9
(209,225,233)
#DEE8EF
(222,232,239)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A9B9 color. Also use rgb(105,169,185) instead hex code.

Text Font Color

.myTextColor { color: #69A9B9; }

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

This text font color is #69A9B9.


Background Color

.myBgColor { background-color: #69A9B9; }

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

This div background color is #69A9B9.


Border color

.myBorderColor { border: 1px solid #69A9B9; }

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

This div border color is #69A9B9.


Opacity

.myOpacity80 { color: #69A9B9; opacity: 0.8; }

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

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

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

This text has shadow with #69A9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A9B9 on black background.


Color preview on white background

This text has color #69A9B9 on white background.



Black color preview on #69A9B9 background

This text has black color on #69A9B9 background.


White color preview on #69A9B9 background

This text has white color on #69A9B9 background.