COLOR #A7D9DA

HEX: #A7D9DA
RGB: (167,217,218)

Color info

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

RGB color model

#A7D9DA color RGB value is (167,217,218).

  • red value is 167;
  • green value is 217;
  • blue value is 218.
RGB:
(167,217,218)
(65%,85%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 217 of 255 = 85%
B 218 of 255 = 85%

167
217
218

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

Portions of RGB colors in percentages

R + G + B =
167 + 217 + 218 = 602 (100%)
R 167 of 602 ~ 27.74%
G 217 of 602 ~ 36.05%
B 218 of 602 ~ 36.21%

%27.74
%36.05
%36.21

CMYK color model

#A7D9DA color CMYK value is (23,0,0,15).

  • cyan value is 23.39%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,0,0,15)
C23M0Y0K15 
(23%,0%,0%,15%)
(0.23/0.00/0.00/0.15)	

CMYK percentages

%23.39
%0.46
%0
%14.51

Codes

Color #A7D9DA in popluar color models

A7D9DA
RGB167217218
HSL181°40.80%75.49%
HSB/HSV181°23.39%85.49%
CMYK23.39%0.46%0.00%
14.51%

Color #A7D9DA in popluar number systems.

HEXA7D9DA
Decimal167217218
Binary101001111101100111011010
Octal247331332

Shades and tints

Shades of #A7D9DA

#A7D9DA
(167,217,218)
#98C6C7
(152,198,199)
#89B3B4
(137,179,180)
#7AA0A1
(122,160,161)
#6B8D8E
(107,141,142)
#5C7A7B
(92,122,123)
#4D6768
(77,103,104)
#3E5455
(62,84,85)
#2F4142
(47,65,66)
#202E2F
(32,46,47)
#111B1C
(17,27,28)
#000000
(0,0,0)

Tints of #A7D9DA

#A7D9DA
(167,217,218)
#AFDCDD
(175,220,221)
#B7DFE0
(183,223,224)
#BFE2E3
(191,226,227)
#C7E5E6
(199,229,230)
#CFE8E9
(207,232,233)
#D7EBEC
(215,235,236)
#DFEEEF
(223,238,239)
#E7F1F2
(231,241,242)
#EFF4F5
(239,244,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D9DA color. Also use rgb(167,217,218) instead hex code.

Text Font Color

.myTextColor { color: #A7D9DA; }

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

This text font color is #A7D9DA.


Background Color

.myBgColor { background-color: #A7D9DA; }

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

This div background color is #A7D9DA.


Border color

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

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

This div border color is #A7D9DA.


Opacity

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

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

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

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

This text has shadow with #A7D9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D9DA on black background.


Color preview on white background

This text has color #A7D9DA on white background.



Black color preview on #A7D9DA background

This text has black color on #A7D9DA background.


White color preview on #A7D9DA background

This text has white color on #A7D9DA background.