COLOR #7691CB

HEX: #7691CB
RGB: (118,145,203)

Color info

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

RGB color model

#7691CB color RGB value is (118,145,203).

  • red value is 118;
  • green value is 145;
  • blue value is 203.
RGB:
(118,145,203)
(46%,57%,80%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 203 of 255 = 80%

118
145
203

R + G + B ~ 61%. #7691CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 203 = 466 (100%)
R 118 of 466 ~ 25.32%
G 145 of 466 ~ 31.12%
B 203 of 466 ~ 43.56%

%25.32
%31.12
%43.56

CMYK color model

#7691CB color CMYK value is (42,29,0,20).

  • cyan value is 41.87%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(42,29,0,20)
C42M29Y0K20 
(42%,29%,0%,20%)
(0.42/0.29/0.00/0.20)	

CMYK percentages

%41.87
%28.57
%0
%20.39

Codes

Color #7691CB in popluar color models

7691CB
RGB118145203
HSL221°44.97%62.94%
HSB/HSV221°41.87%79.61%
CMYK41.87%28.57%0.00%
20.39%

Color #7691CB in popluar number systems.

HEX7691CB
Decimal118145203
Binary11101101001000111001011
Octal166221313

Shades and tints

Shades of #7691CB

#7691CB
(118,145,203)
#6C84B9
(108,132,185)
#6277A7
(98,119,167)
#586A95
(88,106,149)
#4E5D83
(78,93,131)
#445071
(68,80,113)
#3A435F
(58,67,95)
#30364D
(48,54,77)
#26293B
(38,41,59)
#1C1C29
(28,28,41)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #7691CB

#7691CB
(118,145,203)
#829BCF
(130,155,207)
#8EA5D3
(142,165,211)
#9AAFD7
(154,175,215)
#A6B9DB
(166,185,219)
#B2C3DF
(178,195,223)
#BECDE3
(190,205,227)
#CAD7E7
(202,215,231)
#D6E1EB
(214,225,235)
#E2EBEF
(226,235,239)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7691CB color. Also use rgb(118,145,203) instead hex code.

Text Font Color

.myTextColor { color: #7691CB; }

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

This text font color is #7691CB.


Background Color

.myBgColor { background-color: #7691CB; }

<div style="background-color:#7691CB">Inner text</div>

This div background color is #7691CB.


Border color

.myBorderColor { border: 1px solid #7691CB; }

<div style="border:3px solid #7691CB">Div</div>

This div border color is #7691CB.


Opacity

.myOpacity80 { color: #7691CB; opacity: 0.8; }

<p style="color:#7691CB;opacity:0.8;">80%</p>

Text with #7691CB 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 #7691CB;}

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

This text has shadow with #7691CB color.

.textShadow {text-shadow: 3px 3px 1px #7691CB, 3px 3px 1px red;}

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

This text has shadow with #7691CB primary color and red secondary color.


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

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

This text has shadow with #7691CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7691CB on black background.


Color preview on white background

This text has color #7691CB on white background.



Black color preview on #7691CB background

This text has black color on #7691CB background.


White color preview on #7691CB background

This text has white color on #7691CB background.