COLOR #768DA1

HEX: #768DA1
RGB: (118,141,161)

Color info

#768DA1 contains red, green and blue colors in about the same proportion. Web safe color of #768DA1 is #669999 (or #699).

RGB color model

#768DA1 color RGB value is (118,141,161).

  • red value is 118;
  • green value is 141;
  • blue value is 161.
RGB:
(118,141,161)
(46%,55%,63%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 161 of 255 = 63%

118
141
161

R + G + B ~ 55%. #768DA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 161 = 420 (100%)
R 118 of 420 ~ 28.1%
G 141 of 420 ~ 33.57%
B 161 of 420 ~ 38.33%

%28.1
%33.57
%38.33

CMYK color model

#768DA1 color CMYK value is (27,12,0,37).

  • cyan value is 26.71%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(27,12,0,37)
C27M12Y0K37 
(27%,12%,0%,37%)
(0.27/0.12/0.00/0.37)	

CMYK percentages

%26.71
%12.42
%0
%36.86

Codes

Color #768DA1 in popluar color models

768DA1
RGB118141161
HSL208°18.61%54.71%
HSB/HSV208°26.71%63.14%
CMYK26.71%12.42%0.00%
36.86%

Color #768DA1 in popluar number systems.

HEX768DA1
Decimal118141161
Binary11101101000110110100001
Octal166215241

Shades and tints

Shades of #768DA1

#768DA1
(118,141,161)
#6C8193
(108,129,147)
#627585
(98,117,133)
#586977
(88,105,119)
#4E5D69
(78,93,105)
#44515B
(68,81,91)
#3A454D
(58,69,77)
#30393F
(48,57,63)
#262D31
(38,45,49)
#1C2123
(28,33,35)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #768DA1

#768DA1
(118,141,161)
#8297A9
(130,151,169)
#8EA1B1
(142,161,177)
#9AABB9
(154,171,185)
#A6B5C1
(166,181,193)
#B2BFC9
(178,191,201)
#BEC9D1
(190,201,209)
#CAD3D9
(202,211,217)
#D6DDE1
(214,221,225)
#E2E7E9
(226,231,233)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768DA1 color. Also use rgb(118,141,161) instead hex code.

Text Font Color

.myTextColor { color: #768DA1; }

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

This text font color is #768DA1.


Background Color

.myBgColor { background-color: #768DA1; }

<div style="background-color:#768DA1">Inner text</div>

This div background color is #768DA1.


Border color

.myBorderColor { border: 1px solid #768DA1; }

<div style="border:3px solid #768DA1">Div</div>

This div border color is #768DA1.


Opacity

.myOpacity80 { color: #768DA1; opacity: 0.8; }

<p style="color:#768DA1;opacity:0.8;">80%</p>

Text with #768DA1 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 #768DA1;}

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

This text has shadow with #768DA1 color.

.textShadow {text-shadow: 3px 3px 1px #768DA1, 3px 3px 1px red;}

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

This text has shadow with #768DA1 primary color and red secondary color.


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

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

This text has shadow with #768DA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768DA1 on black background.


Color preview on white background

This text has color #768DA1 on white background.



Black color preview on #768DA1 background

This text has black color on #768DA1 background.


White color preview on #768DA1 background

This text has white color on #768DA1 background.