COLOR #A7B1E1

HEX: #A7B1E1
RGB: (167,177,225)

Color info

#A7B1E1 contains red, green and blue colors in about the same proportion. Web safe color of #A7B1E1 is #9999CC (or #99C).

RGB color model

#A7B1E1 color RGB value is (167,177,225).

  • red value is 167;
  • green value is 177;
  • blue value is 225.
RGB:
(167,177,225)
(65%,69%,88%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 225 of 255 = 88%

167
177
225

R + G + B ~ 74%. #A7B1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 225 = 569 (100%)
R 167 of 569 ~ 29.35%
G 177 of 569 ~ 31.11%
B 225 of 569 ~ 39.54%

%29.35
%31.11
%39.54

CMYK color model

#A7B1E1 color CMYK value is (26,21,0,12).

  • cyan value is 25.78%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,21,0,12)
C26M21Y0K12 
(26%,21%,0%,12%)
(0.26/0.21/0.00/0.12)	

CMYK percentages

%25.78
%21.33
%0
%11.76

Codes

Color #A7B1E1 in popluar color models

A7B1E1
RGB167177225
HSL230°49.15%76.86%
HSB/HSV230°25.78%88.24%
CMYK25.78%21.33%0.00%
11.76%

Color #A7B1E1 in popluar number systems.

HEXA7B1E1
Decimal167177225
Binary101001111011000111100001
Octal247261341

Shades and tints

Shades of #A7B1E1

#A7B1E1
(167,177,225)
#98A1CD
(152,161,205)
#8991B9
(137,145,185)
#7A81A5
(122,129,165)
#6B7191
(107,113,145)
#5C617D
(92,97,125)
#4D5169
(77,81,105)
#3E4155
(62,65,85)
#2F3141
(47,49,65)
#20212D
(32,33,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A7B1E1

#A7B1E1
(167,177,225)
#AFB8E3
(175,184,227)
#B7BFE5
(183,191,229)
#BFC6E7
(191,198,231)
#C7CDE9
(199,205,233)
#CFD4EB
(207,212,235)
#D7DBED
(215,219,237)
#DFE2EF
(223,226,239)
#E7E9F1
(231,233,241)
#EFF0F3
(239,240,243)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B1E1 color. Also use rgb(167,177,225) instead hex code.

Text Font Color

.myTextColor { color: #A7B1E1; }

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

This text font color is #A7B1E1.


Background Color

.myBgColor { background-color: #A7B1E1; }

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

This div background color is #A7B1E1.


Border color

.myBorderColor { border: 1px solid #A7B1E1; }

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

This div border color is #A7B1E1.


Opacity

.myOpacity80 { color: #A7B1E1; opacity: 0.8; }

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

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

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

This text has shadow with #A7B1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B1E1 on black background.


Color preview on white background

This text has color #A7B1E1 on white background.



Black color preview on #A7B1E1 background

This text has black color on #A7B1E1 background.


White color preview on #A7B1E1 background

This text has white color on #A7B1E1 background.