COLOR #7195AB

HEX: #7195AB RGB: (113,149,171)

Color info

#7195AB contains red, green and blue colors in about the same proportion. Web safe color of #7195AB is #669999 (or #699).

RGB color model

#7195AB color RGB value is (113,149,171).

RGB: (113,149,171) (44%, 58%, 67%)

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 171 of 255 = 67%

113
149
171

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

Portions of RGB colors in percentages

R + G + B = 113 + 149 + 171 = 433 (100%)
R 113 of 433 ~ 26.1%
G 149 of 433 ~ 34.41%
B 171 of 433 ~ 39.49'%

%26.1
%34.41
%39.49

CMYK color model

#7195AB color CMYK value is (34,13,0,33).

  • cyan value is 33.92%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (34,13,0,33) C34M13Y0K33 (34%,13%,0%,33%) (0.34/0.13/0.00/0.33) 

CMYK percentages

%33.92
%12.87
%0
%32.94

Codes

Color #7195AB in popluar color models

71 95 AB
RGB 113 149 171
HSL 203° 25.66% 55.69%
HSB/HSV 203° 33.92% 67.06%
CMYK 33.92% 12.87% 0.00%
32.94%

Color #7195AB in popluar number systems.

HEX 71 95 AB
Decimal 113 149 171
Binary 1110001 10010101 10101011
Octal 161 225 253

Shades and tints

Shades of #7195AB

#7195AB
(113,149,171)
#67889C
(103,136,156)
#5D7B8D
(93,123,141)
#536E7E
(83,110,126)
#49616F
(73,97,111)
#3F5460
(63,84,96)
#354751
(53,71,81)
#2B3A42
(43,58,66)
#212D33
(33,45,51)
#172024
(23,32,36)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #7195AB

#7195AB
(113,149,171)
#7D9EB2
(125,158,178)
#89A7B9
(137,167,185)
#95B0C0
(149,176,192)
#A1B9C7
(161,185,199)
#ADC2CE
(173,194,206)
#B9CBD5
(185,203,213)
#C5D4DC
(197,212,220)
#D1DDE3
(209,221,227)
#DDE6EA
(221,230,234)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7195AB color. Also use rgb(113,149,171) instead hex code.

Text Font Color

.myTextColor { color: #7195AB; }

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

This text font color is #7195AB.

Background Color

.myBgColor { background-color: #7195AB; }

<div style="background-color:#7195AB">Inner text</div>

This div background color is #7195AB.

Border color

.myBorderColor { border: 1px solid #7195AB; }

<div style="border:3px solid #7195AB">Div</div>

This div border color is #7195AB.

Opacity

.myOpacity80 { color: #7195AB; opacity: 0.8; }

<p style="color:#7195AB;opacity:0.8;">80%</p>

Text with #7195AB 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 #7195AB;}

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

This text has shadow with #7195AB color.


.textShadow {text-shadow: 3px 3px 1px #7195AB', 3px 3px 1px red;}

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

This text has shadow with #7195AB primary color and red secondary color.


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

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

This text has shadow with #7195AB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7195AB; -webkit-box-shadow: 1px 1px 3px 2px #7195AB; box-shadow:1px 1px 3px 2px #7195AB;">
Div content here
</div>

This div box has shadow with color #7195AB.

Preview

Color preview on black background

This text has color #7195AB on black background.


Color preview on white background

This text has color #7195AB on white background.


Black color preview on #7195AB background

This text has black color on #7195AB background.


White color preview on #7195AB background

This text has white color on #7195AB background.


Related colors

Complementary color

Complementary color for #hex is #8E6A54.


I love getcolorcode.com

Triadic colors

1 #AB7195 and #95AB71 with #7195AB are triadic colors.

2 #AB9571 and #9571AB with #7195AB are triadic colors.