COLOR #7066B1

HEX: #7066B1
RGB: (112,102,177)

Color info

#7066B1 contains mainly blue color. Web safe color of #7066B1 is #666699 (or #669).

RGB color model

#7066B1 color RGB value is (112,102,177).

  • red value is 112;
  • green value is 102;
  • blue value is 177.
RGB:
(112,102,177)
(44%,40%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 177 of 255 = 69%

112
102
177

R + G + B ~ 51%. #7066B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 177 = 391 (100%)
R 112 of 391 ~ 28.64%
G 102 of 391 ~ 26.09%
B 177 of 391 ~ 45.27%

%28.64
%26.09
%45.27

CMYK color model

#7066B1 color CMYK value is (37,42,0,31).

  • cyan value is 36.72%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(37,42,0,31)
C37M42Y0K31 
(37%,42%,0%,31%)
(0.37/0.42/0.00/0.31)	

CMYK percentages

%36.72
%42.37
%0
%30.59

Codes

Color #7066B1 in popluar color models

7066B1
RGB112102177
HSL248°32.47%54.71%
HSB/HSV248°42.37%69.41%
CMYK36.72%42.37%0.00%
30.59%

Color #7066B1 in popluar number systems.

HEX7066B1
Decimal112102177
Binary1110000110011010110001
Octal160146261

Shades and tints

Shades of #7066B1

#7066B1
(112,102,177)
#665DA1
(102,93,161)
#5C5491
(92,84,145)
#524B81
(82,75,129)
#484271
(72,66,113)
#3E3961
(62,57,97)
#343051
(52,48,81)
#2A2741
(42,39,65)
#201E31
(32,30,49)
#161521
(22,21,33)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7066B1

#7066B1
(112,102,177)
#7D73B8
(125,115,184)
#8A80BF
(138,128,191)
#978DC6
(151,141,198)
#A49ACD
(164,154,205)
#B1A7D4
(177,167,212)
#BEB4DB
(190,180,219)
#CBC1E2
(203,193,226)
#D8CEE9
(216,206,233)
#E5DBF0
(229,219,240)
#F2E8F7
(242,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7066B1 color. Also use rgb(112,102,177) instead hex code.

Text Font Color

.myTextColor { color: #7066B1; }

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

This text font color is #7066B1.


Background Color

.myBgColor { background-color: #7066B1; }

<div style="background-color:#7066B1">Inner text</div>

This div background color is #7066B1.


Border color

.myBorderColor { border: 1px solid #7066B1; }

<div style="border:3px solid #7066B1">Div</div>

This div border color is #7066B1.


Opacity

.myOpacity80 { color: #7066B1; opacity: 0.8; }

<p style="color:#7066B1;opacity:0.8;">80%</p>

Text with #7066B1 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 #7066B1;}

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

This text has shadow with #7066B1 color.

.textShadow {text-shadow: 3px 3px 1px #7066B1, 3px 3px 1px red;}

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

This text has shadow with #7066B1 primary color and red secondary color.


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

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

This text has shadow with #7066B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7066B1 on black background.


Color preview on white background

This text has color #7066B1 on white background.



Black color preview on #7066B1 background

This text has black color on #7066B1 background.


White color preview on #7066B1 background

This text has white color on #7066B1 background.