COLOR #69ADE8

HEX: #69ADE8
RGB: (105,173,232)

Color info

#69ADE8 contains mainly green and blue colors. Web safe color of #69ADE8 is #6699FF (or #69F).

RGB color model

#69ADE8 color RGB value is (105,173,232).

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

RGB channels and saturation

R 105 of 255 = 41%
G 173 of 255 = 68%
B 232 of 255 = 91%

105
173
232

R + G + B ~ 67%. #69ADE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 173 + 232 = 510 (100%)
R 105 of 510 ~ 20.59%
G 173 of 510 ~ 33.92%
B 232 of 510 ~ 45.49%

%20.59
%33.92
%45.49

CMYK color model

#69ADE8 color CMYK value is (55,25,0,9).

  • cyan value is 54.74%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(55,25,0,9)
C55M25Y0K9 
(55%,25%,0%,9%)
(0.55/0.25/0.00/0.09)	

CMYK percentages

%54.74
%25.43
%0
%9.02

Codes

Color #69ADE8 in popluar color models

69ADE8
RGB105173232
HSL208°73.41%66.08%
HSB/HSV208°54.74%90.98%
CMYK54.74%25.43%0.00%
9.02%

Color #69ADE8 in popluar number systems.

HEX69ADE8
Decimal105173232
Binary11010011010110111101000
Octal151255350

Shades and tints

Shades of #69ADE8

#69ADE8
(105,173,232)
#609ED3
(96,158,211)
#578FBE
(87,143,190)
#4E80A9
(78,128,169)
#457194
(69,113,148)
#3C627F
(60,98,127)
#33536A
(51,83,106)
#2A4455
(42,68,85)
#213540
(33,53,64)
#18262B
(24,38,43)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #69ADE8

#69ADE8
(105,173,232)
#76B4EA
(118,180,234)
#83BBEC
(131,187,236)
#90C2EE
(144,194,238)
#9DC9F0
(157,201,240)
#AAD0F2
(170,208,242)
#B7D7F4
(183,215,244)
#C4DEF6
(196,222,246)
#D1E5F8
(209,229,248)
#DEECFA
(222,236,250)
#EBF3FC
(235,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69ADE8; }

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

This text font color is #69ADE8.


Background Color

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

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

This div background color is #69ADE8.


Border color

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

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

This div border color is #69ADE8.


Opacity

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

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

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

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

This text has shadow with #69ADE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69ADE8 on black background.


Color preview on white background

This text has color #69ADE8 on white background.



Black color preview on #69ADE8 background

This text has black color on #69ADE8 background.


White color preview on #69ADE8 background

This text has white color on #69ADE8 background.