COLOR #7676DB

HEX: #7676DB
RGB: (118,118,219)

Renk bilgisi

#7676DB contains mainly blue color. #7676DB ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7676DB color RGB value is (118,118,219).

  • kırmız ton 118;
  • yeşil ton 118;
  • mavi ton 219.
RGB:
(118,118,219)
(46%,46%,86%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 118 of 255 = 46%
B 219 of 255 = 86%

118
118
219

R + G + B ~ 59%. #7676DB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 118 + 219 = 455 (100%)
R 118 of 455 ~ 25.93%
G 118 of 455 ~ 25.93%
B 219 of 455 ~ 48.13%

%25.93
%25.93
%48.13

CMYK RENK MODELİ

#7676DB rengi CMYK tonu (46,46,0,14).

  • camgöbeği tonu 46.12%
  • eflatun tonu 46.12%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(46,46,0,14)
C46M46Y0K14 
(46%,46%,0%,14%)
(0.46/0.46/0.00/0.14)	

CMYK yüzdeleri

%46.12
%46.12
%0
%14.12

Codes

Color #7676DB in popluar color models

7676DB
RGB118118219
HSL240°58.38%66.08%
HSB/HSV240°46.12%85.88%
CMYK46.12%46.12%0.00%
14.12%

Color #7676DB in popluar number systems.

HEX7676DB
Decimal118118219
Binary1110110111011011011011
Octal166166333

Shades and tints

Shades of #7676DB

#7676DB
(118,118,219)
#6C6CC8
(108,108,200)
#6262B5
(98,98,181)
#5858A2
(88,88,162)
#4E4E8F
(78,78,143)
#44447C
(68,68,124)
#3A3A69
(58,58,105)
#303056
(48,48,86)
#262643
(38,38,67)
#1C1C30
(28,28,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #7676DB

#7676DB
(118,118,219)
#8282DE
(130,130,222)
#8E8EE1
(142,142,225)
#9A9AE4
(154,154,228)
#A6A6E7
(166,166,231)
#B2B2EA
(178,178,234)
#BEBEED
(190,190,237)
#CACAF0
(202,202,240)
#D6D6F3
(214,214,243)
#E2E2F6
(226,226,246)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7676DB color. Also use rgb(118,118,219) instead hex code.

Text Font Color

.myTextColor { color: #7676DB; }

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

This text font color is #7676DB.


Background Color

.myBgColor { background-color: #7676DB; }

<div style="background-color:#7676DB">Inner text</div>

This div background color is #7676DB.


Border color

.myBorderColor { border: 1px solid #7676DB; }

<div style="border:3px solid #7676DB">Div</div>

This div border color is #7676DB.


Opacity

.myOpacity80 { color: #7676DB; opacity: 0.8; }

<p style="color:#7676DB;opacity:0.8;">80%</p>

Text with #7676DB 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 #7676DB;}

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

This text has shadow with #7676DB color.

.textShadow {text-shadow: 3px 3px 1px #7676DB, 3px 3px 1px red;}

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

This text has shadow with #7676DB primary color and red secondary color.


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

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

This text has shadow with #7676DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7676DB on black background.


Color preview on white background

This text has color #7676DB on white background.



Black color preview on #7676DB background

This text has black color on #7676DB background.


White color preview on #7676DB background

This text has white color on #7676DB background.