COLOR #68A4B8

HEX: #68A4B8
RGB: (104,164,184)

Color info

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

RGB color model

#68A4B8 color RGB value is (104,164,184).

  • red value is 104;
  • green value is 164;
  • blue value is 184.
RGB:
(104,164,184)
(41%,64%,72%)

RGB channels and saturation

R 104 of 255 = 41%
G 164 of 255 = 64%
B 184 of 255 = 72%

104
164
184

R + G + B ~ 59%. #68A4B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 164 + 184 = 452 (100%)
R 104 of 452 ~ 23.01%
G 164 of 452 ~ 36.28%
B 184 of 452 ~ 40.71%

%23.01
%36.28
%40.71

CMYK color model

#68A4B8 color CMYK value is (43,11,0,28).

  • cyan value is 43.48%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(43,11,0,28)
C43M11Y0K28 
(43%,11%,0%,28%)
(0.43/0.11/0.00/0.28)	

CMYK percentages

%43.48
%10.87
%0
%27.84

Codes

Color #68A4B8 in popluar color models

68A4B8
RGB104164184
HSL195°36.04%56.47%
HSB/HSV195°43.48%72.16%
CMYK43.48%10.87%0.00%
27.84%

Color #68A4B8 in popluar number systems.

HEX68A4B8
Decimal104164184
Binary11010001010010010111000
Octal150244270

Shades and tints

Shades of #68A4B8

#68A4B8
(104,164,184)
#5F96A8
(95,150,168)
#568898
(86,136,152)
#4D7A88
(77,122,136)
#446C78
(68,108,120)
#3B5E68
(59,94,104)
#325058
(50,80,88)
#294248
(41,66,72)
#203438
(32,52,56)
#172628
(23,38,40)
#0E1818
(14,24,24)
#000000
(0,0,0)

Tints of #68A4B8

#68A4B8
(104,164,184)
#75ACBE
(117,172,190)
#82B4C4
(130,180,196)
#8FBCCA
(143,188,202)
#9CC4D0
(156,196,208)
#A9CCD6
(169,204,214)
#B6D4DC
(182,212,220)
#C3DCE2
(195,220,226)
#D0E4E8
(208,228,232)
#DDECEE
(221,236,238)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A4B8 color. Also use rgb(104,164,184) instead hex code.

Text Font Color

.myTextColor { color: #68A4B8; }

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

This text font color is #68A4B8.


Background Color

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

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

This div background color is #68A4B8.


Border color

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

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

This div border color is #68A4B8.


Opacity

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

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

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

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

This text has shadow with #68A4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A4B8 on black background.


Color preview on white background

This text has color #68A4B8 on white background.



Black color preview on #68A4B8 background

This text has black color on #68A4B8 background.


White color preview on #68A4B8 background

This text has white color on #68A4B8 background.