COLOR #69ADD6

HEX: #69ADD6
RGB: (105,173,214)

Renk bilgisi

#69ADD6 contains mainly green and blue colors. #69ADD6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#69ADD6 color RGB value is (105,173,214).

  • kırmız ton 105;
  • yeşil ton 173;
  • mavi ton 214.
RGB:
(105,173,214)
(41%,68%,84%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 173 of 255 = 68%
B 214 of 255 = 84%

105
173
214

R + G + B ~ 64%. #69ADD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 173 + 214 = 492 (100%)
R 105 of 492 ~ 21.34%
G 173 of 492 ~ 35.16%
B 214 of 492 ~ 43.5%

%21.34
%35.16
%43.5

CMYK RENK MODELİ

#69ADD6 rengi CMYK tonu (51,19,0,16).

  • camgöbeği tonu 50.93%
  • eflatun tonu 19.16%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(51,19,0,16)
C51M19Y0K16 
(51%,19%,0%,16%)
(0.51/0.19/0.00/0.16)	

CMYK yüzdeleri

%50.93
%19.16
%0
%16.08

Codes

Color #69ADD6 in popluar color models

69ADD6
RGB105173214
HSL203°57.07%62.55%
HSB/HSV203°50.93%83.92%
CMYK50.93%19.16%0.00%
16.08%

Color #69ADD6 in popluar number systems.

HEX69ADD6
Decimal105173214
Binary11010011010110111010110
Octal151255326

Shades and tints

Shades of #69ADD6

#69ADD6
(105,173,214)
#609EC3
(96,158,195)
#578FB0
(87,143,176)
#4E809D
(78,128,157)
#45718A
(69,113,138)
#3C6277
(60,98,119)
#335364
(51,83,100)
#2A4451
(42,68,81)
#21353E
(33,53,62)
#18262B
(24,38,43)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #69ADD6

#69ADD6
(105,173,214)
#76B4D9
(118,180,217)
#83BBDC
(131,187,220)
#90C2DF
(144,194,223)
#9DC9E2
(157,201,226)
#AAD0E5
(170,208,229)
#B7D7E8
(183,215,232)
#C4DEEB
(196,222,235)
#D1E5EE
(209,229,238)
#DEECF1
(222,236,241)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69ADD6; }

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

This text font color is #69ADD6.


Background Color

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

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

This div background color is #69ADD6.


Border color

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

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

This div border color is #69ADD6.


Opacity

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

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

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

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

This text has shadow with #69ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69ADD6 on black background.


Color preview on white background

This text has color #69ADD6 on white background.



Black color preview on #69ADD6 background

This text has black color on #69ADD6 background.


White color preview on #69ADD6 background

This text has white color on #69ADD6 background.