COLOR #768CDC

HEX: #768CDC
RGB: (118,140,220)

Color info

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

RGB color model

#768CDC color RGB value is (118,140,220).

  • red value is 118;
  • green value is 140;
  • blue value is 220.
RGB:
(118,140,220)
(46%,55%,86%)

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 220 of 255 = 86%

118
140
220

R + G + B ~ 62%. #768CDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 220 = 478 (100%)
R 118 of 478 ~ 24.69%
G 140 of 478 ~ 29.29%
B 220 of 478 ~ 46.03%

%24.69
%29.29
%46.03

CMYK color model

#768CDC color CMYK value is (46,36,0,14).

  • cyan value is 46.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(46,36,0,14)
C46M36Y0K14 
(46%,36%,0%,14%)
(0.46/0.36/0.00/0.14)	

CMYK percentages

%46.36
%36.36
%0
%13.73

Codes

Color #768CDC in popluar color models

768CDC
RGB118140220
HSL227°59.30%66.27%
HSB/HSV227°46.36%86.27%
CMYK46.36%36.36%0.00%
13.73%

Color #768CDC in popluar number systems.

HEX768CDC
Decimal118140220
Binary11101101000110011011100
Octal166214334

Shades and tints

Shades of #768CDC

#768CDC
(118,140,220)
#6C80C8
(108,128,200)
#6274B4
(98,116,180)
#5868A0
(88,104,160)
#4E5C8C
(78,92,140)
#445078
(68,80,120)
#3A4464
(58,68,100)
#303850
(48,56,80)
#262C3C
(38,44,60)
#1C2028
(28,32,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #768CDC

#768CDC
(118,140,220)
#8296DF
(130,150,223)
#8EA0E2
(142,160,226)
#9AAAE5
(154,170,229)
#A6B4E8
(166,180,232)
#B2BEEB
(178,190,235)
#BEC8EE
(190,200,238)
#CAD2F1
(202,210,241)
#D6DCF4
(214,220,244)
#E2E6F7
(226,230,247)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768CDC color. Also use rgb(118,140,220) instead hex code.

Text Font Color

.myTextColor { color: #768CDC; }

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

This text font color is #768CDC.


Background Color

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

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

This div background color is #768CDC.


Border color

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

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

This div border color is #768CDC.


Opacity

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

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

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

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

This text has shadow with #768CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768CDC on black background.


Color preview on white background

This text has color #768CDC on white background.



Black color preview on #768CDC background

This text has black color on #768CDC background.


White color preview on #768CDC background

This text has white color on #768CDC background.