COLOR #69A8EE

HEX: #69A8EE
RGB: (105,168,238)

Color info

#69A8EE contains mainly blue color. Web safe color of #69A8EE is #6699FF (or #69F).

RGB color model

#69A8EE color RGB value is (105,168,238).

  • red value is 105;
  • green value is 168;
  • blue value is 238.
RGB:
(105,168,238)
(41%,66%,93%)

RGB channels and saturation

R 105 of 255 = 41%
G 168 of 255 = 66%
B 238 of 255 = 93%

105
168
238

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

Portions of RGB colors in percentages

R + G + B =
105 + 168 + 238 = 511 (100%)
R 105 of 511 ~ 20.55%
G 168 of 511 ~ 32.88%
B 238 of 511 ~ 46.58%

%20.55
%32.88
%46.58

CMYK color model

#69A8EE color CMYK value is (56,29,0,7).

  • cyan value is 55.88%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(56,29,0,7)
C56M29Y0K7 
(56%,29%,0%,7%)
(0.56/0.29/0.00/0.07)	

CMYK percentages

%55.88
%29.41
%0
%6.67

Codes

Color #69A8EE in popluar color models

69A8EE
RGB105168238
HSL212°79.64%67.25%
HSB/HSV212°55.88%93.33%
CMYK55.88%29.41%0.00%
6.67%

Color #69A8EE in popluar number systems.

HEX69A8EE
Decimal105168238
Binary11010011010100011101110
Octal151250356

Shades and tints

Shades of #69A8EE

#69A8EE
(105,168,238)
#6099D9
(96,153,217)
#578AC4
(87,138,196)
#4E7BAF
(78,123,175)
#456C9A
(69,108,154)
#3C5D85
(60,93,133)
#334E70
(51,78,112)
#2A3F5B
(42,63,91)
#213046
(33,48,70)
#182131
(24,33,49)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #69A8EE

#69A8EE
(105,168,238)
#76AFEF
(118,175,239)
#83B6F0
(131,182,240)
#90BDF1
(144,189,241)
#9DC4F2
(157,196,242)
#AACBF3
(170,203,243)
#B7D2F4
(183,210,244)
#C4D9F5
(196,217,245)
#D1E0F6
(209,224,246)
#DEE7F7
(222,231,247)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A8EE color. Also use rgb(105,168,238) instead hex code.

Text Font Color

.myTextColor { color: #69A8EE; }

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

This text font color is #69A8EE.


Background Color

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

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

This div background color is #69A8EE.


Border color

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

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

This div border color is #69A8EE.


Opacity

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

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

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

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

This text has shadow with #69A8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A8EE on black background.


Color preview on white background

This text has color #69A8EE on white background.



Black color preview on #69A8EE background

This text has black color on #69A8EE background.


White color preview on #69A8EE background

This text has white color on #69A8EE background.