COLOR #076AD2

HEX: #076AD2
RGB: (7,106,210)

Renk bilgisi

#076AD2 contains mainly blue color. #076AD2 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#076AD2 color RGB value is (7,106,210).

  • kırmız ton 7;
  • yeşil ton 106;
  • mavi ton 210.
RGB:
(7,106,210)
(3%,42%,82%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 106 of 255 = 42%
B 210 of 255 = 82%

7
106
210

R + G + B ~ 42%. #076AD2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 106 + 210 = 323 (100%)
R 7 of 323 ~ 2.17%
G 106 of 323 ~ 32.82%
B 210 of 323 ~ 65.02%

%32.82
%65.02

CMYK RENK MODELİ

#076AD2 rengi CMYK tonu (97,50,0,18).

  • camgöbeği tonu 96.67%
  • eflatun tonu 49.52%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(97,50,0,18)
C97M50Y0K18 
(97%,50%,0%,18%)
(0.97/0.50/0.00/0.18)	

CMYK yüzdeleri

%96.67
%49.52
%0
%17.65

Codes

Color #076AD2 in popluar color models

076AD2
RGB7106210
HSL211°93.55%42.55%
HSB/HSV211°96.67%82.35%
CMYK96.67%49.52%0.00%
17.65%

Color #076AD2 in popluar number systems.

HEX076AD2
Decimal7106210
Binary111110101011010010
Octal7152322

Shades and tints

Shades of #076AD2

#076AD2
(7,106,210)
#0761BF
(7,97,191)
#0758AC
(7,88,172)
#074F99
(7,79,153)
#074686
(7,70,134)
#073D73
(7,61,115)
#073460
(7,52,96)
#072B4D
(7,43,77)
#07223A
(7,34,58)
#071927
(7,25,39)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #076AD2

#076AD2
(7,106,210)
#1D77D6
(29,119,214)
#3384DA
(51,132,218)
#4991DE
(73,145,222)
#5F9EE2
(95,158,226)
#75ABE6
(117,171,230)
#8BB8EA
(139,184,234)
#A1C5EE
(161,197,238)
#B7D2F2
(183,210,242)
#CDDFF6
(205,223,246)
#E3ECFA
(227,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076AD2 color. Also use rgb(7,106,210) instead hex code.

Text Font Color

.myTextColor { color: #076AD2; }

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

This text font color is #076AD2.


Background Color

.myBgColor { background-color: #076AD2; }

<div style="background-color:#076AD2">Inner text</div>

This div background color is #076AD2.


Border color

.myBorderColor { border: 1px solid #076AD2; }

<div style="border:3px solid #076AD2">Div</div>

This div border color is #076AD2.


Opacity

.myOpacity80 { color: #076AD2; opacity: 0.8; }

<p style="color:#076AD2;opacity:0.8;">80%</p>

Text with #076AD2 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 #076AD2;}

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

This text has shadow with #076AD2 color.

.textShadow {text-shadow: 3px 3px 1px #076AD2, 3px 3px 1px red;}

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

This text has shadow with #076AD2 primary color and red secondary color.


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

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

This text has shadow with #076AD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076AD2 on black background.


Color preview on white background

This text has color #076AD2 on white background.



Black color preview on #076AD2 background

This text has black color on #076AD2 background.


White color preview on #076AD2 background

This text has white color on #076AD2 background.