COLOR #69DADD

HEX: #69DADD
RGB: (105,218,221)

Color info

#69DADD contains mainly green and blue colors. Web safe color of #69DADD is #66CCCC (or #6CC).

RGB color model

#69DADD color RGB value is (105,218,221).

  • red value is 105;
  • green value is 218;
  • blue value is 221.
RGB:
(105,218,221)
(41%,85%,87%)

RGB channels and saturation

R 105 of 255 = 41%
G 218 of 255 = 85%
B 221 of 255 = 87%

105
218
221

R + G + B ~ 71%. #69DADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 218 + 221 = 544 (100%)
R 105 of 544 ~ 19.3%
G 218 of 544 ~ 40.07%
B 221 of 544 ~ 40.63%

%19.3
%40.07
%40.63

CMYK color model

#69DADD color CMYK value is (52,1,0,13).

  • cyan value is 52.49%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(52,1,0,13)
C52M1Y0K13 
(52%,1%,0%,13%)
(0.52/0.01/0.00/0.13)	

CMYK percentages

%52.49
%1.36
%0
%13.33

Codes

Color #69DADD in popluar color models

69DADD
RGB105218221
HSL182°63.04%63.92%
HSB/HSV182°52.49%86.67%
CMYK52.49%1.36%0.00%
13.33%

Color #69DADD in popluar number systems.

HEX69DADD
Decimal105218221
Binary11010011101101011011101
Octal151332335

Shades and tints

Shades of #69DADD

#69DADD
(105,218,221)
#60C7C9
(96,199,201)
#57B4B5
(87,180,181)
#4EA1A1
(78,161,161)
#458E8D
(69,142,141)
#3C7B79
(60,123,121)
#336865
(51,104,101)
#2A5551
(42,85,81)
#21423D
(33,66,61)
#182F29
(24,47,41)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #69DADD

#69DADD
(105,218,221)
#76DDE0
(118,221,224)
#83E0E3
(131,224,227)
#90E3E6
(144,227,230)
#9DE6E9
(157,230,233)
#AAE9EC
(170,233,236)
#B7ECEF
(183,236,239)
#C4EFF2
(196,239,242)
#D1F2F5
(209,242,245)
#DEF5F8
(222,245,248)
#EBF8FB
(235,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69DADD color. Also use rgb(105,218,221) instead hex code.

Text Font Color

.myTextColor { color: #69DADD; }

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

This text font color is #69DADD.


Background Color

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

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

This div background color is #69DADD.


Border color

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

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

This div border color is #69DADD.


Opacity

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

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

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

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

This text has shadow with #69DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69DADD on black background.


Color preview on white background

This text has color #69DADD on white background.



Black color preview on #69DADD background

This text has black color on #69DADD background.


White color preview on #69DADD background

This text has white color on #69DADD background.