COLOR #7190AD

HEX: #7190AD
RGB: (113,144,173)

Color info

#7190AD contains mainly green and blue colors. Web safe color of #7190AD is #669999 (or #699).

RGB color model

#7190AD color RGB value is (113,144,173).

  • red value is 113;
  • green value is 144;
  • blue value is 173.
RGB:
(113,144,173)
(44%,56%,68%)

RGB channels and saturation

R 113 of 255 = 44%
G 144 of 255 = 56%
B 173 of 255 = 68%

113
144
173

R + G + B ~ 56%. #7190AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 144 + 173 = 430 (100%)
R 113 of 430 ~ 26.28%
G 144 of 430 ~ 33.49%
B 173 of 430 ~ 40.23%

%26.28
%33.49
%40.23

CMYK color model

#7190AD color CMYK value is (35,17,0,32).

  • cyan value is 34.68%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(35,17,0,32)
C35M17Y0K32 
(35%,17%,0%,32%)
(0.35/0.17/0.00/0.32)	

CMYK percentages

%34.68
%16.76
%0
%32.16

Codes

Color #7190AD in popluar color models

7190AD
RGB113144173
HSL209°26.79%56.08%
HSB/HSV209°34.68%67.84%
CMYK34.68%16.76%0.00%
32.16%

Color #7190AD in popluar number systems.

HEX7190AD
Decimal113144173
Binary11100011001000010101101
Octal161220255

Shades and tints

Shades of #7190AD

#7190AD
(113,144,173)
#67839E
(103,131,158)
#5D768F
(93,118,143)
#536980
(83,105,128)
#495C71
(73,92,113)
#3F4F62
(63,79,98)
#354253
(53,66,83)
#2B3544
(43,53,68)
#212835
(33,40,53)
#171B26
(23,27,38)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #7190AD

#7190AD
(113,144,173)
#7D9AB4
(125,154,180)
#89A4BB
(137,164,187)
#95AEC2
(149,174,194)
#A1B8C9
(161,184,201)
#ADC2D0
(173,194,208)
#B9CCD7
(185,204,215)
#C5D6DE
(197,214,222)
#D1E0E5
(209,224,229)
#DDEAEC
(221,234,236)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7190AD color. Also use rgb(113,144,173) instead hex code.

Text Font Color

.myTextColor { color: #7190AD; }

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

This text font color is #7190AD.


Background Color

.myBgColor { background-color: #7190AD; }

<div style="background-color:#7190AD">Inner text</div>

This div background color is #7190AD.


Border color

.myBorderColor { border: 1px solid #7190AD; }

<div style="border:3px solid #7190AD">Div</div>

This div border color is #7190AD.


Opacity

.myOpacity80 { color: #7190AD; opacity: 0.8; }

<p style="color:#7190AD;opacity:0.8;">80%</p>

Text with #7190AD 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 #7190AD;}

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

This text has shadow with #7190AD color.

.textShadow {text-shadow: 3px 3px 1px #7190AD, 3px 3px 1px red;}

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

This text has shadow with #7190AD primary color and red secondary color.


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

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

This text has shadow with #7190AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7190AD on black background.


Color preview on white background

This text has color #7190AD on white background.



Black color preview on #7190AD background

This text has black color on #7190AD background.


White color preview on #7190AD background

This text has white color on #7190AD background.