COLOR #7688AB

HEX: #7688AB
RGB: (118,136,171)

Renk bilgisi

#7688AB contains red, green and blue colors in about the same proportion. #7688AB ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7688AB color RGB value is (118,136,171).

  • kırmız ton 118;
  • yeşil ton 136;
  • mavi ton 171.
RGB:
(118,136,171)
(46%,53%,67%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 136 of 255 = 53%
B 171 of 255 = 67%

118
136
171

R + G + B ~ 55%. #7688AB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 136 + 171 = 425 (100%)
R 118 of 425 ~ 27.76%
G 136 of 425 ~ 32%
B 171 of 425 ~ 40.24%

%27.76
%32
%40.24

CMYK RENK MODELİ

#7688AB rengi CMYK tonu (31,20,0,33).

  • camgöbeği tonu 30.99%
  • eflatun tonu 20.47%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(31,20,0,33)
C31M20Y0K33 
(31%,20%,0%,33%)
(0.31/0.20/0.00/0.33)	

CMYK yüzdeleri

%30.99
%20.47
%0
%32.94

Codes

Color #7688AB in popluar color models

7688AB
RGB118136171
HSL220°23.98%56.67%
HSB/HSV220°30.99%67.06%
CMYK30.99%20.47%0.00%
32.94%

Color #7688AB in popluar number systems.

HEX7688AB
Decimal118136171
Binary11101101000100010101011
Octal166210253

Shades and tints

Shades of #7688AB

#7688AB
(118,136,171)
#6C7C9C
(108,124,156)
#62708D
(98,112,141)
#58647E
(88,100,126)
#4E586F
(78,88,111)
#444C60
(68,76,96)
#3A4051
(58,64,81)
#303442
(48,52,66)
#262833
(38,40,51)
#1C1C24
(28,28,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #7688AB

#7688AB
(118,136,171)
#8292B2
(130,146,178)
#8E9CB9
(142,156,185)
#9AA6C0
(154,166,192)
#A6B0C7
(166,176,199)
#B2BACE
(178,186,206)
#BEC4D5
(190,196,213)
#CACEDC
(202,206,220)
#D6D8E3
(214,216,227)
#E2E2EA
(226,226,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7688AB color. Also use rgb(118,136,171) instead hex code.

Text Font Color

.myTextColor { color: #7688AB; }

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

This text font color is #7688AB.


Background Color

.myBgColor { background-color: #7688AB; }

<div style="background-color:#7688AB">Inner text</div>

This div background color is #7688AB.


Border color

.myBorderColor { border: 1px solid #7688AB; }

<div style="border:3px solid #7688AB">Div</div>

This div border color is #7688AB.


Opacity

.myOpacity80 { color: #7688AB; opacity: 0.8; }

<p style="color:#7688AB;opacity:0.8;">80%</p>

Text with #7688AB 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 #7688AB;}

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

This text has shadow with #7688AB color.

.textShadow {text-shadow: 3px 3px 1px #7688AB, 3px 3px 1px red;}

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

This text has shadow with #7688AB primary color and red secondary color.


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

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

This text has shadow with #7688AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7688AB on black background.


Color preview on white background

This text has color #7688AB on white background.



Black color preview on #7688AB background

This text has black color on #7688AB background.


White color preview on #7688AB background

This text has white color on #7688AB background.