COLOR #A7CDFA

HEX: #A7CDFA RGB: (167,205,250)

Color info

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

RGB color model

#A7CDFA color RGB value is (167,205,250).

RGB: (167,205,250) (65%, 80%, 98%)

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 250 of 255 = 98%

167
205
250

R + G + B ~ 81%. #A7CDFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 205 + 250 = 622 (100%)
R 167 of 622 ~ 26.85%
G 205 of 622 ~ 32.96%
B 250 of 622 ~ 40.19'%

%26.85
%32.96
%40.19

CMYK color model

#A7CDFA color CMYK value is (33,18,0,2).

  • cyan value is 33.20%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (33,18,0,2) C33M18Y0K2 (33%,18%,0%,2%) (0.33/0.18/0.00/0.02) 

CMYK percentages

%33.2
%18
%0
%1.96

Codes

Color #A7CDFA in popluar color models

A7 CD FA
RGB 167 205 250
HSL 213° 89.25% 81.76%
HSB/HSV 213° 33.20% 98.04%
CMYK 33.20% 18.00% 0.00%
1.96%

Color #A7CDFA in popluar number systems.

HEX A7 CD FA
Decimal 167 205 250
Binary 10100111 11001101 11111010
Octal 247 315 372

Shades and tints

Shades of #A7CDFA

#A7CDFA
(167,205,250)
#98BBE4
(152,187,228)
#89A9CE
(137,169,206)
#7A97B8
(122,151,184)
#6B85A2
(107,133,162)
#5C738C
(92,115,140)
#4D6176
(77,97,118)
#3E4F60
(62,79,96)
#2F3D4A
(47,61,74)
#202B34
(32,43,52)
#11191E
(17,25,30)
#000000
(0,0,0)

Tints of #A7CDFA

#A7CDFA
(167,205,250)
#AFD1FA
(175,209,250)
#B7D5FA
(183,213,250)
#BFD9FA
(191,217,250)
#C7DDFA
(199,221,250)
#CFE1FA
(207,225,250)
#D7E5FA
(215,229,250)
#DFE9FA
(223,233,250)
#E7EDFA
(231,237,250)
#EFF1FA
(239,241,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDFA; }

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

This text font color is #A7CDFA.

Background Color

.myBgColor { background-color: #A7CDFA; }

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

This div background color is #A7CDFA.

Border color

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

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

This div border color is #A7CDFA.

Opacity

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

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

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

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

This text has shadow with #A7CDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CDFA.

Preview

Color preview on black background

This text has color #A7CDFA on black background.


Color preview on white background

This text has color #A7CDFA on white background.


Black color preview on #A7CDFA background

This text has black color on #A7CDFA background.


White color preview on #A7CDFA background

This text has white color on #A7CDFA background.


Related colors

Complementary color

Complementary color for #hex is #583205.


I love getcolorcode.com

Triadic colors

1 #FAA7CD and #CDFAA7 with #A7CDFA are triadic colors.

2 #FACDA7 and #CDA7FA with #A7CDFA are triadic colors.