COLOR #768FC4

HEX: #768FC4
RGB: (118,143,196)

Color info

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

RGB color model

#768FC4 color RGB value is (118,143,196).

  • red value is 118;
  • green value is 143;
  • blue value is 196.
RGB:
(118,143,196)
(46%,56%,77%)

RGB channels and saturation

R 118 of 255 = 46%
G 143 of 255 = 56%
B 196 of 255 = 77%

118
143
196

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

Portions of RGB colors in percentages

R + G + B =
118 + 143 + 196 = 457 (100%)
R 118 of 457 ~ 25.82%
G 143 of 457 ~ 31.29%
B 196 of 457 ~ 42.89%

%25.82
%31.29
%42.89

CMYK color model

#768FC4 color CMYK value is (40,27,0,23).

  • cyan value is 39.80%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(40,27,0,23)
C40M27Y0K23 
(40%,27%,0%,23%)
(0.40/0.27/0.00/0.23)	

CMYK percentages

%39.8
%27.04
%0
%23.14

Codes

Color #768FC4 in popluar color models

768FC4
RGB118143196
HSL221°39.80%61.57%
HSB/HSV221°39.80%76.86%
CMYK39.80%27.04%0.00%
23.14%

Color #768FC4 in popluar number systems.

HEX768FC4
Decimal118143196
Binary11101101000111111000100
Octal166217304

Shades and tints

Shades of #768FC4

#768FC4
(118,143,196)
#6C82B3
(108,130,179)
#6275A2
(98,117,162)
#586891
(88,104,145)
#4E5B80
(78,91,128)
#444E6F
(68,78,111)
#3A415E
(58,65,94)
#30344D
(48,52,77)
#26273C
(38,39,60)
#1C1A2B
(28,26,43)
#120D1A
(18,13,26)
#000000
(0,0,0)

Tints of #768FC4

#768FC4
(118,143,196)
#8299C9
(130,153,201)
#8EA3CE
(142,163,206)
#9AADD3
(154,173,211)
#A6B7D8
(166,183,216)
#B2C1DD
(178,193,221)
#BECBE2
(190,203,226)
#CAD5E7
(202,213,231)
#D6DFEC
(214,223,236)
#E2E9F1
(226,233,241)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768FC4 color. Also use rgb(118,143,196) instead hex code.

Text Font Color

.myTextColor { color: #768FC4; }

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

This text font color is #768FC4.


Background Color

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

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

This div background color is #768FC4.


Border color

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

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

This div border color is #768FC4.


Opacity

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

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

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

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

This text has shadow with #768FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768FC4 on black background.


Color preview on white background

This text has color #768FC4 on white background.



Black color preview on #768FC4 background

This text has black color on #768FC4 background.


White color preview on #768FC4 background

This text has white color on #768FC4 background.