COLOR #69AFD9

HEX: #69AFD9 RGB: (105,175,217)

Color info

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

RGB color model

#69AFD9 color RGB value is (105,175,217).

RGB: (105,175,217) (41%, 69%, 85%)

RGB channels and saturation

R 105 of 255 = 41%
G 175 of 255 = 69%
B 217 of 255 = 85%

105
175
217

R + G + B ~ 65%. #69AFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 105 + 175 + 217 = 497 (100%)
R 105 of 497 ~ 21.13%
G 175 of 497 ~ 35.21%
B 217 of 497 ~ 43.66'%

%21.13
%35.21
%43.66

CMYK color model

#69AFD9 color CMYK value is (52,19,0,15).

  • cyan value is 51.61%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (52,19,0,15)
C52M19Y0K15 (52%, 19%, 0%, 15%)
(0.52 / 0.19 / 0.00 / 0.15)

CMYK percentages

%51.61
%19.35
%0
%14.9

Codes

Color #69AFD9 in popluar color models

69 AF D9
RGB 105 175 217
HSL 203° 59.57% 63.14%
HSB/HSV 203° 51.61% 85.10%
CMYK 51.61% 19.35% 0.00%
14.90%

Color #69AFD9 in popluar number systems.

HEX 69 AF D9
Decimal 105 175 217
Binary 1101001 10101111 11011001
Octal 151 257 331

Shades and tints

Shades of #69AFD9

#69AFD9
(105,175,217)
#60A0C6
(96,160,198)
#5791B3
(87,145,179)
#4E82A0
(78,130,160)
#45738D
(69,115,141)
#3C647A
(60,100,122)
#335567
(51,85,103)
#2A4654
(42,70,84)
#213741
(33,55,65)
#18282E
(24,40,46)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #69AFD9

#69AFD9
(105,175,217)
#76B6DC
(118,182,220)
#83BDDF
(131,189,223)
#90C4E2
(144,196,226)
#9DCBE5
(157,203,229)
#AAD2E8
(170,210,232)
#B7D9EB
(183,217,235)
#C4E0EE
(196,224,238)
#D1E7F1
(209,231,241)
#DEEEF4
(222,238,244)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AFD9 color. Also use rgb(105,175,217) instead hex code.

Text Font Color

.myTextColor { color: #69AFD9; }

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

This text font color is #69AFD9.

Background Color

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

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

This div background color is #69AFD9.

Border color

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

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

This div border color is #69AFD9.

Opacity

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

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

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

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

This text has shadow with #69AFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AFD9.

Preview

Color preview on black background

This text has color #69AFD9 on black background.


Color preview on white background

This text has color #69AFD9 on white background.


Black color preview on #69AFD9 background

This text has black color on #69AFD9 background.


White color preview on #69AFD9 background

This text has white color on #69AFD9 background.


Related colors

Complementary color

Complementary color for #hex is #965026.


I love getcolorcode.com

Triadic colors

1 #D969AF and #AFD969 with #69AFD9 are triadic colors.

2 #D9AF69 and #AF69D9 with #69AFD9 are triadic colors.