COLOR #A7DFD6

HEX: #A7DFD6
RGB: (167,223,214)

Color info

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

RGB color model

#A7DFD6 color RGB value is (167,223,214).

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

RGB channels and saturation

R 167 of 255 = 65%
G 223 of 255 = 87%
B 214 of 255 = 84%

167
223
214

R + G + B ~ 79%. #A7DFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 223 + 214 = 604 (100%)
R 167 of 604 ~ 27.65%
G 223 of 604 ~ 36.92%
B 214 of 604 ~ 35.43%

%27.65
%36.92
%35.43

CMYK color model

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

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(25,0,4,13)
C25M0Y4K13 
(25%,0%,4%,13%)
(0.25/0.00/0.04/0.13)	

CMYK percentages

%25.11
%0
%4.04
%12.55

Codes

Color #A7DFD6 in popluar color models

A7DFD6
RGB167223214
HSL170°46.67%76.47%
HSB/HSV170°25.11%87.45%
CMYK25.11%0.00%4.04%
12.55%

Color #A7DFD6 in popluar number systems.

HEXA7DFD6
Decimal167223214
Binary101001111101111111010110
Octal247337326

Shades and tints

Shades of #A7DFD6

#A7DFD6
(167,223,214)
#98CBC3
(152,203,195)
#89B7B0
(137,183,176)
#7AA39D
(122,163,157)
#6B8F8A
(107,143,138)
#5C7B77
(92,123,119)
#4D6764
(77,103,100)
#3E5351
(62,83,81)
#2F3F3E
(47,63,62)
#202B2B
(32,43,43)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7DFD6

#A7DFD6
(167,223,214)
#AFE1D9
(175,225,217)
#B7E3DC
(183,227,220)
#BFE5DF
(191,229,223)
#C7E7E2
(199,231,226)
#CFE9E5
(207,233,229)
#D7EBE8
(215,235,232)
#DFEDEB
(223,237,235)
#E7EFEE
(231,239,238)
#EFF1F1
(239,241,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DFD6; }

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

This text font color is #A7DFD6.


Background Color

.myBgColor { background-color: #A7DFD6; }

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

This div background color is #A7DFD6.


Border color

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

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

This div border color is #A7DFD6.


Opacity

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

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

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

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

This text has shadow with #A7DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DFD6 on black background.


Color preview on white background

This text has color #A7DFD6 on white background.



Black color preview on #A7DFD6 background

This text has black color on #A7DFD6 background.


White color preview on #A7DFD6 background

This text has white color on #A7DFD6 background.