COLOR #69B7DA

HEX: #69B7DA RGB: (105,183,218)

Color info

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

RGB color model

#69B7DA color RGB value is (105,183,218).

RGB: (105,183,218) (41%, 72%, 85%)

RGB channels and saturation

R 105 of 255 = 41%
G 183 of 255 = 72%
B 218 of 255 = 85%

105
183
218

R + G + B ~ 66%. #69B7DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 105 + 183 + 218 = 506 (100%)
R 105 of 506 ~ 20.75%
G 183 of 506 ~ 36.17%
B 218 of 506 ~ 43.08'%

%20.75
%36.17
%43.08

CMYK color model

#69B7DA color CMYK value is (52,16,0,15).

  • cyan value is 51.83%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (52,16,0,15)
C52M16Y0K15 (52%, 16%, 0%, 15%)
(0.52 / 0.16 / 0.00 / 0.15)

CMYK percentages

%51.83
%16.06
%0
%14.51

Codes

Color #69B7DA in popluar color models

69 B7 DA
RGB 105 183 218
HSL 199° 60.43% 63.33%
HSB/HSV 199° 51.83% 85.49%
CMYK 51.83% 16.06% 0.00%
14.51%

Color #69B7DA in popluar number systems.

HEX 69 B7 DA
Decimal 105 183 218
Binary 1101001 10110111 11011010
Octal 151 267 332

Shades and tints

Shades of #69B7DA

#69B7DA
(105,183,218)
#60A7C7
(96,167,199)
#5797B4
(87,151,180)
#4E87A1
(78,135,161)
#45778E
(69,119,142)
#3C677B
(60,103,123)
#335768
(51,87,104)
#2A4755
(42,71,85)
#213742
(33,55,66)
#18272F
(24,39,47)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #69B7DA

#69B7DA
(105,183,218)
#76BDDD
(118,189,221)
#83C3E0
(131,195,224)
#90C9E3
(144,201,227)
#9DCFE6
(157,207,230)
#AAD5E9
(170,213,233)
#B7DBEC
(183,219,236)
#C4E1EF
(196,225,239)
#D1E7F2
(209,231,242)
#DEEDF5
(222,237,245)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69B7DA; }

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

This text font color is #69B7DA.

Background Color

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

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

This div background color is #69B7DA.

Border color

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

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

This div border color is #69B7DA.

Opacity

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

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

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

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

This text has shadow with #69B7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69B7DA.

Preview

Color preview on black background

This text has color #69B7DA on black background.


Color preview on white background

This text has color #69B7DA on white background.


Black color preview on #69B7DA background

This text has black color on #69B7DA background.


White color preview on #69B7DA background

This text has white color on #69B7DA background.


Related colors

Complementary color

Complementary color for #hex is #964825.


I love getcolorcode.com

Triadic colors

1 #DA69B7 and #B7DA69 with #69B7DA are triadic colors.

2 #DAB769 and #B769DA with #69B7DA are triadic colors.