COLOR #7185C0

HEX: #7185C0
RGB: (113,133,192)

Color info

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

RGB color model

#7185C0 color RGB value is (113,133,192).

  • red value is 113;
  • green value is 133;
  • blue value is 192.
RGB:
(113,133,192)
(44%,52%,75%)

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 192 of 255 = 75%

113
133
192

R + G + B ~ 57%. #7185C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 192 = 438 (100%)
R 113 of 438 ~ 25.8%
G 133 of 438 ~ 30.37%
B 192 of 438 ~ 43.84%

%25.8
%30.37
%43.84

CMYK color model

#7185C0 color CMYK value is (41,31,0,25).

  • cyan value is 41.15%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(41,31,0,25)
C41M31Y0K25 
(41%,31%,0%,25%)
(0.41/0.31/0.00/0.25)	

CMYK percentages

%41.15
%30.73
%0
%24.71

Codes

Color #7185C0 in popluar color models

7185C0
RGB113133192
HSL225°38.54%59.80%
HSB/HSV225°41.15%75.29%
CMYK41.15%30.73%0.00%
24.71%

Color #7185C0 in popluar number systems.

HEX7185C0
Decimal113133192
Binary11100011000010111000000
Octal161205300

Shades and tints

Shades of #7185C0

#7185C0
(113,133,192)
#6779AF
(103,121,175)
#5D6D9E
(93,109,158)
#53618D
(83,97,141)
#49557C
(73,85,124)
#3F496B
(63,73,107)
#353D5A
(53,61,90)
#2B3149
(43,49,73)
#212538
(33,37,56)
#171927
(23,25,39)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #7185C0

#7185C0
(113,133,192)
#7D90C5
(125,144,197)
#899BCA
(137,155,202)
#95A6CF
(149,166,207)
#A1B1D4
(161,177,212)
#ADBCD9
(173,188,217)
#B9C7DE
(185,199,222)
#C5D2E3
(197,210,227)
#D1DDE8
(209,221,232)
#DDE8ED
(221,232,237)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7185C0 color. Also use rgb(113,133,192) instead hex code.

Text Font Color

.myTextColor { color: #7185C0; }

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

This text font color is #7185C0.


Background Color

.myBgColor { background-color: #7185C0; }

<div style="background-color:#7185C0">Inner text</div>

This div background color is #7185C0.


Border color

.myBorderColor { border: 1px solid #7185C0; }

<div style="border:3px solid #7185C0">Div</div>

This div border color is #7185C0.


Opacity

.myOpacity80 { color: #7185C0; opacity: 0.8; }

<p style="color:#7185C0;opacity:0.8;">80%</p>

Text with #7185C0 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 #7185C0;}

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

This text has shadow with #7185C0 color.

.textShadow {text-shadow: 3px 3px 1px #7185C0, 3px 3px 1px red;}

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

This text has shadow with #7185C0 primary color and red secondary color.


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

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

This text has shadow with #7185C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7185C0 on black background.


Color preview on white background

This text has color #7185C0 on white background.



Black color preview on #7185C0 background

This text has black color on #7185C0 background.


White color preview on #7185C0 background

This text has white color on #7185C0 background.