COLOR #A7C3DF

HEX: #A7C3DF
RGB: (167,195,223)

Color info

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

RGB color model

#A7C3DF color RGB value is (167,195,223).

  • red value is 167;
  • green value is 195;
  • blue value is 223.
RGB:
(167,195,223)
(65%,76%,87%)

RGB channels and saturation

R 167 of 255 = 65%
G 195 of 255 = 76%
B 223 of 255 = 87%

167
195
223

R + G + B ~ 76%. #A7C3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 223 = 585 (100%)
R 167 of 585 ~ 28.55%
G 195 of 585 ~ 33.33%
B 223 of 585 ~ 38.12%

%28.55
%33.33
%38.12

CMYK color model

#A7C3DF color CMYK value is (25,13,0,13).

  • cyan value is 25.11%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(25,13,0,13)
C25M13Y0K13 
(25%,13%,0%,13%)
(0.25/0.13/0.00/0.13)	

CMYK percentages

%25.11
%12.56
%0
%12.55

Codes

Color #A7C3DF in popluar color models

A7C3DF
RGB167195223
HSL210°46.67%76.47%
HSB/HSV210°25.11%87.45%
CMYK25.11%12.56%0.00%
12.55%

Color #A7C3DF in popluar number systems.

HEXA7C3DF
Decimal167195223
Binary101001111100001111011111
Octal247303337

Shades and tints

Shades of #A7C3DF

#A7C3DF
(167,195,223)
#98B2CB
(152,178,203)
#89A1B7
(137,161,183)
#7A90A3
(122,144,163)
#6B7F8F
(107,127,143)
#5C6E7B
(92,110,123)
#4D5D67
(77,93,103)
#3E4C53
(62,76,83)
#2F3B3F
(47,59,63)
#202A2B
(32,42,43)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #A7C3DF

#A7C3DF
(167,195,223)
#AFC8E1
(175,200,225)
#B7CDE3
(183,205,227)
#BFD2E5
(191,210,229)
#C7D7E7
(199,215,231)
#CFDCE9
(207,220,233)
#D7E1EB
(215,225,235)
#DFE6ED
(223,230,237)
#E7EBEF
(231,235,239)
#EFF0F1
(239,240,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C3DF color. Also use rgb(167,195,223) instead hex code.

Text Font Color

.myTextColor { color: #A7C3DF; }

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

This text font color is #A7C3DF.


Background Color

.myBgColor { background-color: #A7C3DF; }

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

This div background color is #A7C3DF.


Border color

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

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

This div border color is #A7C3DF.


Opacity

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

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

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

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

This text has shadow with #A7C3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C3DF on black background.


Color preview on white background

This text has color #A7C3DF on white background.



Black color preview on #A7C3DF background

This text has black color on #A7C3DF background.


White color preview on #A7C3DF background

This text has white color on #A7C3DF background.