COLOR #167DA4

HEX: #167DA4
RGB: (22,125,164)

Color info

#167DA4 contains mainly green and blue colors. Web safe color of #167DA4 is #006699 (or #069).

RGB color model

#167DA4 color RGB value is (22,125,164).

  • red value is 22;
  • green value is 125;
  • blue value is 164.
RGB:
(22,125,164)
(9%,49%,64%)

RGB channels and saturation

R 22 of 255 = 9%
G 125 of 255 = 49%
B 164 of 255 = 64%

22
125
164

R + G + B ~ 41%. #167DA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
22 + 125 + 164 = 311 (100%)
R 22 of 311 ~ 7.07%
G 125 of 311 ~ 40.19%
B 164 of 311 ~ 52.73%

%40.19
%52.73

CMYK color model

#167DA4 color CMYK value is (87,24,0,36).

  • cyan value is 86.59%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(87,24,0,36)
C87M24Y0K36 
(87%,24%,0%,36%)
(0.87/0.24/0.00/0.36)	

CMYK percentages

%86.59
%23.78
%0
%35.69

Codes

Color #167DA4 in popluar color models

167DA4
RGB22125164
HSL196°76.34%36.47%
HSB/HSV196°86.59%64.31%
CMYK86.59%23.78%0.00%
35.69%

Color #167DA4 in popluar number systems.

HEX167DA4
Decimal22125164
Binary10110111110110100100
Octal26175244

Shades and tints

Shades of #167DA4

#167DA4
(22,125,164)
#147296
(20,114,150)
#126788
(18,103,136)
#105C7A
(16,92,122)
#0E516C
(14,81,108)
#0C465E
(12,70,94)
#0A3B50
(10,59,80)
#083042
(8,48,66)
#062534
(6,37,52)
#041A26
(4,26,38)
#020F18
(2,15,24)
#000000
(0,0,0)

Tints of #167DA4

#167DA4
(22,125,164)
#2B88AC
(43,136,172)
#4093B4
(64,147,180)
#559EBC
(85,158,188)
#6AA9C4
(106,169,196)
#7FB4CC
(127,180,204)
#94BFD4
(148,191,212)
#A9CADC
(169,202,220)
#BED5E4
(190,213,228)
#D3E0EC
(211,224,236)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #167DA4 color. Also use rgb(22,125,164) instead hex code.

Text Font Color

.myTextColor { color: #167DA4; }

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

This text font color is #167DA4.


Background Color

.myBgColor { background-color: #167DA4; }

<div style="background-color:#167DA4">Inner text</div>

This div background color is #167DA4.


Border color

.myBorderColor { border: 1px solid #167DA4; }

<div style="border:3px solid #167DA4">Div</div>

This div border color is #167DA4.


Opacity

.myOpacity80 { color: #167DA4; opacity: 0.8; }

<p style="color:#167DA4;opacity:0.8;">80%</p>

Text with #167DA4 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 #167DA4;}

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

This text has shadow with #167DA4 color.

.textShadow {text-shadow: 3px 3px 1px #167DA4, 3px 3px 1px red;}

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

This text has shadow with #167DA4 primary color and red secondary color.


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

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

This text has shadow with #167DA4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #167DA4 on black background.


Color preview on white background

This text has color #167DA4 on white background.



Black color preview on #167DA4 background

This text has black color on #167DA4 background.


White color preview on #167DA4 background

This text has white color on #167DA4 background.