COLOR #768FCC

HEX: #768FCC RGB: (118,143,204)

Color info

#768FCC contains mainly blue color. Web safe color of #768FCC is #6699CC (or #69C).

RGB color model

#768FCC color RGB value is (118,143,204).

RGB: (118,143,204) (46%, 56%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 143 of 255 = 56%
B 204 of 255 = 80%

118
143
204

R + G + B ~ 61%. #768FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 143 + 204 = 465 (100%)
R 118 of 465 ~ 25.38%
G 143 of 465 ~ 30.75%
B 204 of 465 ~ 43.87'%

%25.38
%30.75
%43.87

CMYK color model

#768FCC color CMYK value is (42,30,0,20).

  • cyan value is 42.16%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (42,30,0,20) C42M30Y0K20 (42%,30%,0%,20%) (0.42/0.30/0.00/0.20) 

CMYK percentages

%42.16
%29.9
%0
%20

Codes

Color #768FCC in popluar color models

76 8F CC
RGB 118 143 204
HSL 223° 45.74% 63.14%
HSB/HSV 223° 42.16% 80.00%
CMYK 42.16% 29.90% 0.00%
20.00%

Color #768FCC in popluar number systems.

HEX 76 8F CC
Decimal 118 143 204
Binary 1110110 10001111 11001100
Octal 166 217 314

Shades and tints

Shades of #768FCC

#768FCC
(118,143,204)
#6C82BA
(108,130,186)
#6275A8
(98,117,168)
#586896
(88,104,150)
#4E5B84
(78,91,132)
#444E72
(68,78,114)
#3A4160
(58,65,96)
#30344E
(48,52,78)
#26273C
(38,39,60)
#1C1A2A
(28,26,42)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #768FCC

#768FCC
(118,143,204)
#8299D0
(130,153,208)
#8EA3D4
(142,163,212)
#9AADD8
(154,173,216)
#A6B7DC
(166,183,220)
#B2C1E0
(178,193,224)
#BECBE4
(190,203,228)
#CAD5E8
(202,213,232)
#D6DFEC
(214,223,236)
#E2E9F0
(226,233,240)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768FCC; }

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

This text font color is #768FCC.

Background Color

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

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

This div background color is #768FCC.

Border color

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

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

This div border color is #768FCC.

Opacity

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

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

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

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

This text has shadow with #768FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768FCC.

Preview

Color preview on black background

This text has color #768FCC on black background.


Color preview on white background

This text has color #768FCC on white background.


Black color preview on #768FCC background

This text has black color on #768FCC background.


White color preview on #768FCC background

This text has white color on #768FCC background.


Related colors

Complementary color

Complementary color for #hex is #897033.


I love getcolorcode.com

Triadic colors

1 #CC768F and #8FCC76 with #768FCC are triadic colors.

2 #CC8F76 and #8F76CC with #768FCC are triadic colors.