COLOR #A7DCF3

HEX: #A7DCF3
RGB: (167,220,243)

Color info

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

RGB color model

#A7DCF3 color RGB value is (167,220,243).

  • red value is 167;
  • green value is 220;
  • blue value is 243.
RGB:
(167,220,243)
(65%,86%,95%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 243 of 255 = 95%

167
220
243

R + G + B ~ 82%. #A7DCF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 220 + 243 = 630 (100%)
R 167 of 630 ~ 26.51%
G 220 of 630 ~ 34.92%
B 243 of 630 ~ 38.57%

%26.51
%34.92
%38.57

CMYK color model

#A7DCF3 color CMYK value is (31,9,0,5).

  • cyan value is 31.28%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(31,9,0,5)
C31M9Y0K5 
(31%,9%,0%,5%)
(0.31/0.09/0.00/0.05)	

CMYK percentages

%31.28
%9.47
%0
%4.71

Codes

Color #A7DCF3 in popluar color models

A7DCF3
RGB167220243
HSL198°76.00%80.39%
HSB/HSV198°31.28%95.29%
CMYK31.28%9.47%0.00%
4.71%

Color #A7DCF3 in popluar number systems.

HEXA7DCF3
Decimal167220243
Binary101001111101110011110011
Octal247334363

Shades and tints

Shades of #A7DCF3

#A7DCF3
(167,220,243)
#98C8DD
(152,200,221)
#89B4C7
(137,180,199)
#7AA0B1
(122,160,177)
#6B8C9B
(107,140,155)
#5C7885
(92,120,133)
#4D646F
(77,100,111)
#3E5059
(62,80,89)
#2F3C43
(47,60,67)
#20282D
(32,40,45)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7DCF3

#A7DCF3
(167,220,243)
#AFDFF4
(175,223,244)
#B7E2F5
(183,226,245)
#BFE5F6
(191,229,246)
#C7E8F7
(199,232,247)
#CFEBF8
(207,235,248)
#D7EEF9
(215,238,249)
#DFF1FA
(223,241,250)
#E7F4FB
(231,244,251)
#EFF7FC
(239,247,252)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DCF3 color. Also use rgb(167,220,243) instead hex code.

Text Font Color

.myTextColor { color: #A7DCF3; }

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

This text font color is #A7DCF3.


Background Color

.myBgColor { background-color: #A7DCF3; }

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

This div background color is #A7DCF3.


Border color

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

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

This div border color is #A7DCF3.


Opacity

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

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

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

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

This text has shadow with #A7DCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DCF3 on black background.


Color preview on white background

This text has color #A7DCF3 on white background.



Black color preview on #A7DCF3 background

This text has black color on #A7DCF3 background.


White color preview on #A7DCF3 background

This text has white color on #A7DCF3 background.