COLOR #69AED1

HEX: #69AED1
RGB: (105,174,209)

Color info

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

RGB color model

#69AED1 color RGB value is (105,174,209).

  • red value is 105;
  • green value is 174;
  • blue value is 209.
RGB:
(105,174,209)
(41%,68%,82%)

RGB channels and saturation

R 105 of 255 = 41%
G 174 of 255 = 68%
B 209 of 255 = 82%

105
174
209

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

Portions of RGB colors in percentages

R + G + B =
105 + 174 + 209 = 488 (100%)
R 105 of 488 ~ 21.52%
G 174 of 488 ~ 35.66%
B 209 of 488 ~ 42.83%

%21.52
%35.66
%42.83

CMYK color model

#69AED1 color CMYK value is (50,17,0,18).

  • cyan value is 49.76%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(50,17,0,18)
C50M17Y0K18 
(50%,17%,0%,18%)
(0.50/0.17/0.00/0.18)	

CMYK percentages

%49.76
%16.75
%0
%18.04

Codes

Color #69AED1 in popluar color models

69AED1
RGB105174209
HSL200°53.06%61.57%
HSB/HSV200°49.76%81.96%
CMYK49.76%16.75%0.00%
18.04%

Color #69AED1 in popluar number systems.

HEX69AED1
Decimal105174209
Binary11010011010111011010001
Octal151256321

Shades and tints

Shades of #69AED1

#69AED1
(105,174,209)
#609FBE
(96,159,190)
#5790AB
(87,144,171)
#4E8198
(78,129,152)
#457285
(69,114,133)
#3C6372
(60,99,114)
#33545F
(51,84,95)
#2A454C
(42,69,76)
#213639
(33,54,57)
#182726
(24,39,38)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #69AED1

#69AED1
(105,174,209)
#76B5D5
(118,181,213)
#83BCD9
(131,188,217)
#90C3DD
(144,195,221)
#9DCAE1
(157,202,225)
#AAD1E5
(170,209,229)
#B7D8E9
(183,216,233)
#C4DFED
(196,223,237)
#D1E6F1
(209,230,241)
#DEEDF5
(222,237,245)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AED1 color. Also use rgb(105,174,209) instead hex code.

Text Font Color

.myTextColor { color: #69AED1; }

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

This text font color is #69AED1.


Background Color

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

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

This div background color is #69AED1.


Border color

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

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

This div border color is #69AED1.


Opacity

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

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

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

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

This text has shadow with #69AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69AED1 on black background.


Color preview on white background

This text has color #69AED1 on white background.



Black color preview on #69AED1 background

This text has black color on #69AED1 background.


White color preview on #69AED1 background

This text has white color on #69AED1 background.