COLOR #769ADF

HEX: #769ADF
RGB: (118,154,223)

Color info

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

RGB color model

#769ADF color RGB value is (118,154,223).

  • red value is 118;
  • green value is 154;
  • blue value is 223.
RGB:
(118,154,223)
(46%,60%,87%)

RGB channels and saturation

R 118 of 255 = 46%
G 154 of 255 = 60%
B 223 of 255 = 87%

118
154
223

R + G + B ~ 64%. #769ADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 154 + 223 = 495 (100%)
R 118 of 495 ~ 23.84%
G 154 of 495 ~ 31.11%
B 223 of 495 ~ 45.05%

%23.84
%31.11
%45.05

CMYK color model

#769ADF color CMYK value is (47,31,0,13).

  • cyan value is 47.09%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(47,31,0,13)
C47M31Y0K13 
(47%,31%,0%,13%)
(0.47/0.31/0.00/0.13)	

CMYK percentages

%47.09
%30.94
%0
%12.55

Codes

Color #769ADF in popluar color models

769ADF
RGB118154223
HSL219°62.13%66.86%
HSB/HSV219°47.09%87.45%
CMYK47.09%30.94%0.00%
12.55%

Color #769ADF in popluar number systems.

HEX769ADF
Decimal118154223
Binary11101101001101011011111
Octal166232337

Shades and tints

Shades of #769ADF

#769ADF
(118,154,223)
#6C8CCB
(108,140,203)
#627EB7
(98,126,183)
#5870A3
(88,112,163)
#4E628F
(78,98,143)
#44547B
(68,84,123)
#3A4667
(58,70,103)
#303853
(48,56,83)
#262A3F
(38,42,63)
#1C1C2B
(28,28,43)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #769ADF

#769ADF
(118,154,223)
#82A3E1
(130,163,225)
#8EACE3
(142,172,227)
#9AB5E5
(154,181,229)
#A6BEE7
(166,190,231)
#B2C7E9
(178,199,233)
#BED0EB
(190,208,235)
#CAD9ED
(202,217,237)
#D6E2EF
(214,226,239)
#E2EBF1
(226,235,241)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769ADF color. Also use rgb(118,154,223) instead hex code.

Text Font Color

.myTextColor { color: #769ADF; }

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

This text font color is #769ADF.


Background Color

.myBgColor { background-color: #769ADF; }

<div style="background-color:#769ADF">Inner text</div>

This div background color is #769ADF.


Border color

.myBorderColor { border: 1px solid #769ADF; }

<div style="border:3px solid #769ADF">Div</div>

This div border color is #769ADF.


Opacity

.myOpacity80 { color: #769ADF; opacity: 0.8; }

<p style="color:#769ADF;opacity:0.8;">80%</p>

Text with #769ADF 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 #769ADF;}

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

This text has shadow with #769ADF color.

.textShadow {text-shadow: 3px 3px 1px #769ADF, 3px 3px 1px red;}

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

This text has shadow with #769ADF primary color and red secondary color.


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

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

This text has shadow with #769ADF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769ADF on black background.


Color preview on white background

This text has color #769ADF on white background.



Black color preview on #769ADF background

This text has black color on #769ADF background.


White color preview on #769ADF background

This text has white color on #769ADF background.