COLOR #A7B1CD

HEX: #A7B1CD RGB: (167,177,205)

Color info

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

RGB color model

#A7B1CD color RGB value is (167,177,205).

RGB: (167,177,205) (65%, 69%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 205 of 255 = 80%

167
177
205

R + G + B ~ 71%. #A7B1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 205 = 549 (100%)
R 167 of 549 ~ 30.42%
G 177 of 549 ~ 32.24%
B 205 of 549 ~ 37.34'%

%30.42
%32.24
%37.34

CMYK color model

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

  • cyan value is 18.54%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (19,14,0,20) C19M14Y0K20 (19%,14%,0%,20%) (0.19/0.14/0.00/0.20) 

CMYK percentages

%18.54
%13.66
%0
%19.61

Codes

Color #A7B1CD in popluar color models

A7 B1 CD
RGB 167 177 205
HSL 224° 27.54% 72.94%
HSB/HSV 224° 18.54% 80.39%
CMYK 18.54% 13.66% 0.00%
19.61%

Color #A7B1CD in popluar number systems.

HEX A7 B1 CD
Decimal 167 177 205
Binary 10100111 10110001 11001101
Octal 247 261 315

Shades and tints

Shades of #A7B1CD

#A7B1CD
(167,177,205)
#98A1BB
(152,161,187)
#8991A9
(137,145,169)
#7A8197
(122,129,151)
#6B7185
(107,113,133)
#5C6173
(92,97,115)
#4D5161
(77,81,97)
#3E414F
(62,65,79)
#2F313D
(47,49,61)
#20212B
(32,33,43)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A7B1CD

#A7B1CD
(167,177,205)
#AFB8D1
(175,184,209)
#B7BFD5
(183,191,213)
#BFC6D9
(191,198,217)
#C7CDDD
(199,205,221)
#CFD4E1
(207,212,225)
#D7DBE5
(215,219,229)
#DFE2E9
(223,226,233)
#E7E9ED
(231,233,237)
#EFF0F1
(239,240,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B1CD; }

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

This text font color is #A7B1CD.

Background Color

.myBgColor { background-color: #A7B1CD; }

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

This div background color is #A7B1CD.

Border color

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

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

This div border color is #A7B1CD.

Opacity

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

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

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

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

This text has shadow with #A7B1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B1CD.

Preview

Color preview on black background

This text has color #A7B1CD on black background.


Color preview on white background

This text has color #A7B1CD on white background.


Black color preview on #A7B1CD background

This text has black color on #A7B1CD background.


White color preview on #A7B1CD background

This text has white color on #A7B1CD background.


Related colors

Complementary color

Complementary color for #hex is #584E32.


I love getcolorcode.com

Triadic colors

1 #CDA7B1 and #B1CDA7 with #A7B1CD are triadic colors.

2 #CDB1A7 and #B1A7CD with #A7B1CD are triadic colors.