COLOR #7168A4

HEX: #7168A4
RGB: (113,104,164)

Color info

#7168A4 contains mainly red and blue colors. Web safe color of #7168A4 is #666699 (or #669).

RGB color model

#7168A4 color RGB value is (113,104,164).

  • red value is 113;
  • green value is 104;
  • blue value is 164.
RGB:
(113,104,164)
(44%,41%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 164 of 255 = 64%

113
104
164

R + G + B ~ 50%. #7168A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 164 = 381 (100%)
R 113 of 381 ~ 29.66%
G 104 of 381 ~ 27.3%
B 164 of 381 ~ 43.04%

%29.66
%27.3
%43.04

CMYK color model

#7168A4 color CMYK value is (31,37,0,36).

  • cyan value is 31.10%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(31,37,0,36)
C31M37Y0K36 
(31%,37%,0%,36%)
(0.31/0.37/0.00/0.36)	

CMYK percentages

%31.1
%36.59
%0
%35.69

Codes

Color #7168A4 in popluar color models

7168A4
RGB113104164
HSL249°24.79%52.55%
HSB/HSV249°36.59%64.31%
CMYK31.10%36.59%0.00%
35.69%

Color #7168A4 in popluar number systems.

HEX7168A4
Decimal113104164
Binary1110001110100010100100
Octal161150244

Shades and tints

Shades of #7168A4

#7168A4
(113,104,164)
#675F96
(103,95,150)
#5D5688
(93,86,136)
#534D7A
(83,77,122)
#49446C
(73,68,108)
#3F3B5E
(63,59,94)
#353250
(53,50,80)
#2B2942
(43,41,66)
#212034
(33,32,52)
#171726
(23,23,38)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #7168A4

#7168A4
(113,104,164)
#7D75AC
(125,117,172)
#8982B4
(137,130,180)
#958FBC
(149,143,188)
#A19CC4
(161,156,196)
#ADA9CC
(173,169,204)
#B9B6D4
(185,182,212)
#C5C3DC
(197,195,220)
#D1D0E4
(209,208,228)
#DDDDEC
(221,221,236)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7168A4 color. Also use rgb(113,104,164) instead hex code.

Text Font Color

.myTextColor { color: #7168A4; }

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

This text font color is #7168A4.


Background Color

.myBgColor { background-color: #7168A4; }

<div style="background-color:#7168A4">Inner text</div>

This div background color is #7168A4.


Border color

.myBorderColor { border: 1px solid #7168A4; }

<div style="border:3px solid #7168A4">Div</div>

This div border color is #7168A4.


Opacity

.myOpacity80 { color: #7168A4; opacity: 0.8; }

<p style="color:#7168A4;opacity:0.8;">80%</p>

Text with #7168A4 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 #7168A4;}

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

This text has shadow with #7168A4 color.

.textShadow {text-shadow: 3px 3px 1px #7168A4, 3px 3px 1px red;}

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

This text has shadow with #7168A4 primary color and red secondary color.


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

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

This text has shadow with #7168A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7168A4 on black background.


Color preview on white background

This text has color #7168A4 on white background.



Black color preview on #7168A4 background

This text has black color on #7168A4 background.


White color preview on #7168A4 background

This text has white color on #7168A4 background.