COLOR #7189C3

HEX: #7189C3
RGB: (113,137,195)

Color info

#7189C3 contains mainly green and blue colors. Web safe color of #7189C3 is #6699CC (or #69C).

RGB color model

#7189C3 color RGB value is (113,137,195).

  • red value is 113;
  • green value is 137;
  • blue value is 195.
RGB:
(113,137,195)
(44%,54%,76%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 195 of 255 = 76%

113
137
195

R + G + B ~ 58%. #7189C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 195 = 445 (100%)
R 113 of 445 ~ 25.39%
G 137 of 445 ~ 30.79%
B 195 of 445 ~ 43.82%

%25.39
%30.79
%43.82

CMYK color model

#7189C3 color CMYK value is (42,30,0,24).

  • cyan value is 42.05%
  • magenta value is 29.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(42,30,0,24)
C42M30Y0K24 
(42%,30%,0%,24%)
(0.42/0.30/0.00/0.24)	

CMYK percentages

%42.05
%29.74
%0
%23.53

Codes

Color #7189C3 in popluar color models

7189C3
RGB113137195
HSL222°40.59%60.39%
HSB/HSV222°42.05%76.47%
CMYK42.05%29.74%0.00%
23.53%

Color #7189C3 in popluar number systems.

HEX7189C3
Decimal113137195
Binary11100011000100111000011
Octal161211303

Shades and tints

Shades of #7189C3

#7189C3
(113,137,195)
#677DB2
(103,125,178)
#5D71A1
(93,113,161)
#536590
(83,101,144)
#49597F
(73,89,127)
#3F4D6E
(63,77,110)
#35415D
(53,65,93)
#2B354C
(43,53,76)
#21293B
(33,41,59)
#171D2A
(23,29,42)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #7189C3

#7189C3
(113,137,195)
#7D93C8
(125,147,200)
#899DCD
(137,157,205)
#95A7D2
(149,167,210)
#A1B1D7
(161,177,215)
#ADBBDC
(173,187,220)
#B9C5E1
(185,197,225)
#C5CFE6
(197,207,230)
#D1D9EB
(209,217,235)
#DDE3F0
(221,227,240)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7189C3 color. Also use rgb(113,137,195) instead hex code.

Text Font Color

.myTextColor { color: #7189C3; }

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

This text font color is #7189C3.


Background Color

.myBgColor { background-color: #7189C3; }

<div style="background-color:#7189C3">Inner text</div>

This div background color is #7189C3.


Border color

.myBorderColor { border: 1px solid #7189C3; }

<div style="border:3px solid #7189C3">Div</div>

This div border color is #7189C3.


Opacity

.myOpacity80 { color: #7189C3; opacity: 0.8; }

<p style="color:#7189C3;opacity:0.8;">80%</p>

Text with #7189C3 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 #7189C3;}

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

This text has shadow with #7189C3 color.

.textShadow {text-shadow: 3px 3px 1px #7189C3, 3px 3px 1px red;}

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

This text has shadow with #7189C3 primary color and red secondary color.


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

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

This text has shadow with #7189C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7189C3 on black background.


Color preview on white background

This text has color #7189C3 on white background.



Black color preview on #7189C3 background

This text has black color on #7189C3 background.


White color preview on #7189C3 background

This text has white color on #7189C3 background.