COLOR #A7C3EE

HEX: #A7C3EE RGB: (167,195,238)

Color info

#A7C3EE contains mainly green and blue colors. Web safe color of #A7C3EE is #99CCFF (or #9CF).

RGB color model

#A7C3EE color RGB value is (167,195,238).

RGB: (167,195,238) (65%, 76%, 93%)

RGB channels and saturation

R 167 of 255 = 65%
G 195 of 255 = 76%
B 238 of 255 = 93%

167
195
238

R + G + B ~ 78%. #A7C3EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 195 + 238 = 600 (100%)
R 167 of 600 ~ 27.83%
G 195 of 600 ~ 32.5%
B 238 of 600 ~ 39.67'%

%27.83
%32.5
%39.67

CMYK color model

#A7C3EE color CMYK value is (30,18,0,7).

  • cyan value is 29.83%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (30,18,0,7)
C30M18Y0K7 (30%, 18%, 0%, 7%)
(0.30 / 0.18 / 0.00 / 0.07)

CMYK percentages

%29.83
%18.07
%0
%6.67

Codes

Color #A7C3EE in popluar color models

A7 C3 EE
RGB 167 195 238
HSL 216° 67.62% 79.41%
HSB/HSV 216° 29.83% 93.33%
CMYK 29.83% 18.07% 0.00%
6.67%

Color #A7C3EE in popluar number systems.

HEX A7 C3 EE
Decimal 167 195 238
Binary 10100111 11000011 11101110
Octal 247 303 356

Shades and tints

Shades of #A7C3EE

#A7C3EE
(167,195,238)
#98B2D9
(152,178,217)
#89A1C4
(137,161,196)
#7A90AF
(122,144,175)
#6B7F9A
(107,127,154)
#5C6E85
(92,110,133)
#4D5D70
(77,93,112)
#3E4C5B
(62,76,91)
#2F3B46
(47,59,70)
#202A31
(32,42,49)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #A7C3EE

#A7C3EE
(167,195,238)
#AFC8EF
(175,200,239)
#B7CDF0
(183,205,240)
#BFD2F1
(191,210,241)
#C7D7F2
(199,215,242)
#CFDCF3
(207,220,243)
#D7E1F4
(215,225,244)
#DFE6F5
(223,230,245)
#E7EBF6
(231,235,246)
#EFF0F7
(239,240,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C3EE; }

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

This text font color is #A7C3EE.

Background Color

.myBgColor { background-color: #A7C3EE; }

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

This div background color is #A7C3EE.

Border color

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

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

This div border color is #A7C3EE.

Opacity

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

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

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

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

This text has shadow with #A7C3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C3EE.

Preview

Color preview on black background

This text has color #A7C3EE on black background.


Color preview on white background

This text has color #A7C3EE on white background.


Black color preview on #A7C3EE background

This text has black color on #A7C3EE background.


White color preview on #A7C3EE background

This text has white color on #A7C3EE background.


Related colors

Complementary color

Complementary color for #hex is #583C11.


I love getcolorcode.com

Triadic colors

1 #EEA7C3 and #C3EEA7 with #A7C3EE are triadic colors.

2 #EEC3A7 and #C3A7EE with #A7C3EE are triadic colors.