COLOR #A7B2DA

HEX: #A7B2DA
RGB: (167,178,218)

Color info

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

RGB color model

#A7B2DA color RGB value is (167,178,218).

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

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 218 of 255 = 85%

167
178
218

R + G + B ~ 73%. #A7B2DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 178 + 218 = 563 (100%)
R 167 of 563 ~ 29.66%
G 178 of 563 ~ 31.62%
B 218 of 563 ~ 38.72%

%29.66
%31.62
%38.72

CMYK color model

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

  • cyan value is 23.39%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,18,0,15)
C23M18Y0K15 
(23%,18%,0%,15%)
(0.23/0.18/0.00/0.15)	

CMYK percentages

%23.39
%18.35
%0
%14.51

Codes

Color #A7B2DA in popluar color models

A7B2DA
RGB167178218
HSL227°40.80%75.49%
HSB/HSV227°23.39%85.49%
CMYK23.39%18.35%0.00%
14.51%

Color #A7B2DA in popluar number systems.

HEXA7B2DA
Decimal167178218
Binary101001111011001011011010
Octal247262332

Shades and tints

Shades of #A7B2DA

#A7B2DA
(167,178,218)
#98A2C7
(152,162,199)
#8992B4
(137,146,180)
#7A82A1
(122,130,161)
#6B728E
(107,114,142)
#5C627B
(92,98,123)
#4D5268
(77,82,104)
#3E4255
(62,66,85)
#2F3242
(47,50,66)
#20222F
(32,34,47)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #A7B2DA

#A7B2DA
(167,178,218)
#AFB9DD
(175,185,221)
#B7C0E0
(183,192,224)
#BFC7E3
(191,199,227)
#C7CEE6
(199,206,230)
#CFD5E9
(207,213,233)
#D7DCEC
(215,220,236)
#DFE3EF
(223,227,239)
#E7EAF2
(231,234,242)
#EFF1F5
(239,241,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B2DA; }

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

This text font color is #A7B2DA.


Background Color

.myBgColor { background-color: #A7B2DA; }

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

This div background color is #A7B2DA.


Border color

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

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

This div border color is #A7B2DA.


Opacity

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

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

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

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

This text has shadow with #A7B2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B2DA on black background.


Color preview on white background

This text has color #A7B2DA on white background.



Black color preview on #A7B2DA background

This text has black color on #A7B2DA background.


White color preview on #A7B2DA background

This text has white color on #A7B2DA background.