COLOR #69ADA9

HEX: #69ADA9
RGB: (105,173,169)

Color info

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

RGB color model

#69ADA9 color RGB value is (105,173,169).

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

RGB channels and saturation

R 105 of 255 = 41%
G 173 of 255 = 68%
B 169 of 255 = 66%

105
173
169

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

Portions of RGB colors in percentages

R + G + B =
105 + 173 + 169 = 447 (100%)
R 105 of 447 ~ 23.49%
G 173 of 447 ~ 38.7%
B 169 of 447 ~ 37.81%

%23.49
%38.7
%37.81

CMYK color model

#69ADA9 color CMYK value is (39,0,2,32).

  • cyan value is 39.31%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 32.16%
CMYK:
(39,0,2,32)
C39M0Y2K32 
(39%,0%,2%,32%)
(0.39/0.00/0.02/0.32)	

CMYK percentages

%39.31
%0
%2.31
%32.16

Codes

Color #69ADA9 in popluar color models

69ADA9
RGB105173169
HSL176°29.31%54.51%
HSB/HSV176°39.31%67.84%
CMYK39.31%0.00%2.31%
32.16%

Color #69ADA9 in popluar number systems.

HEX69ADA9
Decimal105173169
Binary11010011010110110101001
Octal151255251

Shades and tints

Shades of #69ADA9

#69ADA9
(105,173,169)
#609E9A
(96,158,154)
#578F8B
(87,143,139)
#4E807C
(78,128,124)
#45716D
(69,113,109)
#3C625E
(60,98,94)
#33534F
(51,83,79)
#2A4440
(42,68,64)
#213531
(33,53,49)
#182622
(24,38,34)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #69ADA9

#69ADA9
(105,173,169)
#76B4B0
(118,180,176)
#83BBB7
(131,187,183)
#90C2BE
(144,194,190)
#9DC9C5
(157,201,197)
#AAD0CC
(170,208,204)
#B7D7D3
(183,215,211)
#C4DEDA
(196,222,218)
#D1E5E1
(209,229,225)
#DEECE8
(222,236,232)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69ADA9; }

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

This text font color is #69ADA9.


Background Color

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

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

This div background color is #69ADA9.


Border color

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

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

This div border color is #69ADA9.


Opacity

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

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

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

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

This text has shadow with #69ADA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69ADA9 on black background.


Color preview on white background

This text has color #69ADA9 on white background.



Black color preview on #69ADA9 background

This text has black color on #69ADA9 background.


White color preview on #69ADA9 background

This text has white color on #69ADA9 background.