COLOR #076DBD

HEX: #076DBD
RGB: (7,109,189)

Color info

#076DBD contains mainly blue color. Web safe color of #076DBD is #0066CC (or #06C).

RGB color model

#076DBD color RGB value is (7,109,189).

  • red value is 7;
  • green value is 109;
  • blue value is 189.
RGB:
(7,109,189)
(3%,43%,74%)

RGB channels and saturation

R 7 of 255 = 3%
G 109 of 255 = 43%
B 189 of 255 = 74%

7
109
189

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

Portions of RGB colors in percentages

R + G + B =
7 + 109 + 189 = 305 (100%)
R 7 of 305 ~ 2.3%
G 109 of 305 ~ 35.74%
B 189 of 305 ~ 61.97%

%35.74
%61.97

CMYK color model

#076DBD color CMYK value is (96,42,0,26).

  • cyan value is 96.30%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(96,42,0,26)
C96M42Y0K26 
(96%,42%,0%,26%)
(0.96/0.42/0.00/0.26)	

CMYK percentages

%96.3
%42.33
%0
%25.88

Codes

Color #076DBD in popluar color models

076DBD
RGB7109189
HSL206°92.86%38.43%
HSB/HSV206°96.30%74.12%
CMYK96.30%42.33%0.00%
25.88%

Color #076DBD in popluar number systems.

HEX076DBD
Decimal7109189
Binary111110110110111101
Octal7155275

Shades and tints

Shades of #076DBD

#076DBD
(7,109,189)
#0764AC
(7,100,172)
#075B9B
(7,91,155)
#07528A
(7,82,138)
#074979
(7,73,121)
#074068
(7,64,104)
#073757
(7,55,87)
#072E46
(7,46,70)
#072535
(7,37,53)
#071C24
(7,28,36)
#071313
(7,19,19)
#000000
(0,0,0)

Tints of #076DBD

#076DBD
(7,109,189)
#1D7AC3
(29,122,195)
#3387C9
(51,135,201)
#4994CF
(73,148,207)
#5FA1D5
(95,161,213)
#75AEDB
(117,174,219)
#8BBBE1
(139,187,225)
#A1C8E7
(161,200,231)
#B7D5ED
(183,213,237)
#CDE2F3
(205,226,243)
#E3EFF9
(227,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076DBD color. Also use rgb(7,109,189) instead hex code.

Text Font Color

.myTextColor { color: #076DBD; }

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

This text font color is #076DBD.


Background Color

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

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

This div background color is #076DBD.


Border color

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

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

This div border color is #076DBD.


Opacity

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

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

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

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

This text has shadow with #076DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076DBD on black background.


Color preview on white background

This text has color #076DBD on white background.



Black color preview on #076DBD background

This text has black color on #076DBD background.


White color preview on #076DBD background

This text has white color on #076DBD background.