COLOR #68ABD3

HEX: #68ABD3 RGB: (104,171,211)

Color info

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

RGB color model

#68ABD3 color RGB value is (104,171,211).

RGB: (104,171,211) (41%, 67%, 83%)

RGB channels and saturation

R 104 of 255 = 41%
G 171 of 255 = 67%
B 211 of 255 = 83%

104
171
211

R + G + B ~ 64%. #68ABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 171 + 211 = 486 (100%)
R 104 of 486 ~ 21.4%
G 171 of 486 ~ 35.19%
B 211 of 486 ~ 43.42'%

%21.4
%35.19
%43.42

CMYK color model

#68ABD3 color CMYK value is (51,19,0,17).

  • cyan value is 50.71%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (51,19,0,17)
C51M19Y0K17 (51%, 19%, 0%, 17%)
(0.51 / 0.19 / 0.00 / 0.17)

CMYK percentages

%50.71
%18.96
%0
%17.25

Codes

Color #68ABD3 in popluar color models

68 AB D3
RGB 104 171 211
HSL 202° 54.87% 61.76%
HSB/HSV 202° 50.71% 82.75%
CMYK 50.71% 18.96% 0.00%
17.25%

Color #68ABD3 in popluar number systems.

HEX 68 AB D3
Decimal 104 171 211
Binary 1101000 10101011 11010011
Octal 150 253 323

Shades and tints

Shades of #68ABD3

#68ABD3
(104,171,211)
#5F9CC0
(95,156,192)
#568DAD
(86,141,173)
#4D7E9A
(77,126,154)
#446F87
(68,111,135)
#3B6074
(59,96,116)
#325161
(50,81,97)
#29424E
(41,66,78)
#20333B
(32,51,59)
#172428
(23,36,40)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #68ABD3

#68ABD3
(104,171,211)
#75B2D7
(117,178,215)
#82B9DB
(130,185,219)
#8FC0DF
(143,192,223)
#9CC7E3
(156,199,227)
#A9CEE7
(169,206,231)
#B6D5EB
(182,213,235)
#C3DCEF
(195,220,239)
#D0E3F3
(208,227,243)
#DDEAF7
(221,234,247)
#EAF1FB
(234,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68ABD3 color. Also use rgb(104,171,211) instead hex code.

Text Font Color

.myTextColor { color: #68ABD3; }

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

This text font color is #68ABD3.

Background Color

.myBgColor { background-color: #68ABD3; }

<div style="background-color:#68ABD3">Inner text</div>

This div background color is #68ABD3.

Border color

.myBorderColor { border: 1px solid #68ABD3; }

<div style="border:3px solid #68ABD3">Div</div>

This div border color is #68ABD3.

Opacity

.myOpacity80 { color: #68ABD3; opacity: 0.8; }

<p style="color:#68ABD3;opacity:0.8;">80%</p>

Text with #68ABD3 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 #68ABD3;}

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

This text has shadow with #68ABD3 color.


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

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

This text has shadow with #68ABD3 primary color and red secondary color.


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

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

This text has shadow with #68ABD3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68ABD3.

Preview

Color preview on black background

This text has color #68ABD3 on black background.


Color preview on white background

This text has color #68ABD3 on white background.


Black color preview on #68ABD3 background

This text has black color on #68ABD3 background.


White color preview on #68ABD3 background

This text has white color on #68ABD3 background.


Related colors

Complementary color

Complementary color for #hex is #97542C.


I love getcolorcode.com

Triadic colors

1 #D368AB and #ABD368 with #68ABD3 are triadic colors.

2 #D3AB68 and #AB68D3 with #68ABD3 are triadic colors.