COLOR #A7B9DA

HEX: #A7B9DA
RGB: (167,185,218)

Color info

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

RGB color model

#A7B9DA color RGB value is (167,185,218).

  • red value is 167;
  • green value is 185;
  • blue value is 218.
RGB:
(167,185,218)
(65%,73%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 218 of 255 = 85%

167
185
218

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

Portions of RGB colors in percentages

R + G + B =
167 + 185 + 218 = 570 (100%)
R 167 of 570 ~ 29.3%
G 185 of 570 ~ 32.46%
B 218 of 570 ~ 38.25%

%29.3
%32.46
%38.25

CMYK color model

#A7B9DA color CMYK value is (23,15,0,15).

  • cyan value is 23.39%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,15,0,15)
C23M15Y0K15 
(23%,15%,0%,15%)
(0.23/0.15/0.00/0.15)	

CMYK percentages

%23.39
%15.14
%0
%14.51

Codes

Color #A7B9DA in popluar color models

A7B9DA
RGB167185218
HSL219°40.80%75.49%
HSB/HSV219°23.39%85.49%
CMYK23.39%15.14%0.00%
14.51%

Color #A7B9DA in popluar number systems.

HEXA7B9DA
Decimal167185218
Binary101001111011100111011010
Octal247271332

Shades and tints

Shades of #A7B9DA

#A7B9DA
(167,185,218)
#98A9C7
(152,169,199)
#8999B4
(137,153,180)
#7A89A1
(122,137,161)
#6B798E
(107,121,142)
#5C697B
(92,105,123)
#4D5968
(77,89,104)
#3E4955
(62,73,85)
#2F3942
(47,57,66)
#20292F
(32,41,47)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #A7B9DA

#A7B9DA
(167,185,218)
#AFBFDD
(175,191,221)
#B7C5E0
(183,197,224)
#BFCBE3
(191,203,227)
#C7D1E6
(199,209,230)
#CFD7E9
(207,215,233)
#D7DDEC
(215,221,236)
#DFE3EF
(223,227,239)
#E7E9F2
(231,233,242)
#EFEFF5
(239,239,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B9DA color. Also use rgb(167,185,218) instead hex code.

Text Font Color

.myTextColor { color: #A7B9DA; }

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

This text font color is #A7B9DA.


Background Color

.myBgColor { background-color: #A7B9DA; }

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

This div background color is #A7B9DA.


Border color

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

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

This div border color is #A7B9DA.


Opacity

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

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

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

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

This text has shadow with #A7B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B9DA on black background.


Color preview on white background

This text has color #A7B9DA on white background.



Black color preview on #A7B9DA background

This text has black color on #A7B9DA background.


White color preview on #A7B9DA background

This text has white color on #A7B9DA background.