COLOR #69B4D8

HEX: #69B4D8
RGB: (105,180,216)

Color info

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

RGB color model

#69B4D8 color RGB value is (105,180,216).

  • red value is 105;
  • green value is 180;
  • blue value is 216.
RGB:
(105,180,216)
(41%,71%,85%)

RGB channels and saturation

R 105 of 255 = 41%
G 180 of 255 = 71%
B 216 of 255 = 85%

105
180
216

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

Portions of RGB colors in percentages

R + G + B =
105 + 180 + 216 = 501 (100%)
R 105 of 501 ~ 20.96%
G 180 of 501 ~ 35.93%
B 216 of 501 ~ 43.11%

%20.96
%35.93
%43.11

CMYK color model

#69B4D8 color CMYK value is (51,17,0,15).

  • cyan value is 51.39%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(51,17,0,15)
C51M17Y0K15 
(51%,17%,0%,15%)
(0.51/0.17/0.00/0.15)	

CMYK percentages

%51.39
%16.67
%0
%15.29

Codes

Color #69B4D8 in popluar color models

69B4D8
RGB105180216
HSL199°58.73%62.94%
HSB/HSV199°51.39%84.71%
CMYK51.39%16.67%0.00%
15.29%

Color #69B4D8 in popluar number systems.

HEX69B4D8
Decimal105180216
Binary11010011011010011011000
Octal151264330

Shades and tints

Shades of #69B4D8

#69B4D8
(105,180,216)
#60A4C5
(96,164,197)
#5794B2
(87,148,178)
#4E849F
(78,132,159)
#45748C
(69,116,140)
#3C6479
(60,100,121)
#335466
(51,84,102)
#2A4453
(42,68,83)
#213440
(33,52,64)
#18242D
(24,36,45)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #69B4D8

#69B4D8
(105,180,216)
#76BADB
(118,186,219)
#83C0DE
(131,192,222)
#90C6E1
(144,198,225)
#9DCCE4
(157,204,228)
#AAD2E7
(170,210,231)
#B7D8EA
(183,216,234)
#C4DEED
(196,222,237)
#D1E4F0
(209,228,240)
#DEEAF3
(222,234,243)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B4D8 color. Also use rgb(105,180,216) instead hex code.

Text Font Color

.myTextColor { color: #69B4D8; }

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

This text font color is #69B4D8.


Background Color

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

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

This div background color is #69B4D8.


Border color

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

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

This div border color is #69B4D8.


Opacity

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

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

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

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

This text has shadow with #69B4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B4D8 on black background.


Color preview on white background

This text has color #69B4D8 on white background.



Black color preview on #69B4D8 background

This text has black color on #69B4D8 background.


White color preview on #69B4D8 background

This text has white color on #69B4D8 background.