COLOR #A7B1CF

HEX: #A7B1CF RGB: (167,177,207)

Color info

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

RGB color model

#A7B1CF color RGB value is (167,177,207).

RGB: (167,177,207) (65%, 69%, 81%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 207 of 255 = 81%

167
177
207

R + G + B ~ 72%. #A7B1CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 207 = 551 (100%)
R 167 of 551 ~ 30.31%
G 177 of 551 ~ 32.12%
B 207 of 551 ~ 37.57'%

%30.31
%32.12
%37.57

CMYK color model

#A7B1CF color CMYK value is (19,14,0,19).

  • cyan value is 19.32%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (19,14,0,19)
C19M14Y0K19 (19%, 14%, 0%, 19%)
(0.19 / 0.14 / 0.00 / 0.19)

CMYK percentages

%19.32
%14.49
%0
%18.82

Codes

Color #A7B1CF in popluar color models

A7 B1 CF
RGB 167 177 207
HSL 225° 29.41% 73.33%
HSB/HSV 225° 19.32% 81.18%
CMYK 19.32% 14.49% 0.00%
18.82%

Color #A7B1CF in popluar number systems.

HEX A7 B1 CF
Decimal 167 177 207
Binary 10100111 10110001 11001111
Octal 247 261 317

Shades and tints

Shades of #A7B1CF

#A7B1CF
(167,177,207)
#98A1BD
(152,161,189)
#8991AB
(137,145,171)
#7A8199
(122,129,153)
#6B7187
(107,113,135)
#5C6175
(92,97,117)
#4D5163
(77,81,99)
#3E4151
(62,65,81)
#2F313F
(47,49,63)
#20212D
(32,33,45)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #A7B1CF

#A7B1CF
(167,177,207)
#AFB8D3
(175,184,211)
#B7BFD7
(183,191,215)
#BFC6DB
(191,198,219)
#C7CDDF
(199,205,223)
#CFD4E3
(207,212,227)
#D7DBE7
(215,219,231)
#DFE2EB
(223,226,235)
#E7E9EF
(231,233,239)
#EFF0F3
(239,240,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B1CF; }

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

This text font color is #A7B1CF.

Background Color

.myBgColor { background-color: #A7B1CF; }

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

This div background color is #A7B1CF.

Border color

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

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

This div border color is #A7B1CF.

Opacity

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

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

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

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

This text has shadow with #A7B1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B1CF.

Preview

Color preview on black background

This text has color #A7B1CF on black background.


Color preview on white background

This text has color #A7B1CF on white background.


Black color preview on #A7B1CF background

This text has black color on #A7B1CF background.


White color preview on #A7B1CF background

This text has white color on #A7B1CF background.


Related colors

Complementary color

Complementary color for #hex is #584E30.


I love getcolorcode.com

Triadic colors

1 #CFA7B1 and #B1CFA7 with #A7B1CF are triadic colors.

2 #CFB1A7 and #B1A7CF with #A7B1CF are triadic colors.