COLOR #A7DADD

HEX: #A7DADD
RGB: (167,218,221)

Color info

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

RGB color model

#A7DADD color RGB value is (167,218,221).

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

RGB channels and saturation

R 167 of 255 = 65%
G 218 of 255 = 85%
B 221 of 255 = 87%

167
218
221

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

Portions of RGB colors in percentages

R + G + B =
167 + 218 + 221 = 606 (100%)
R 167 of 606 ~ 27.56%
G 218 of 606 ~ 35.97%
B 221 of 606 ~ 36.47%

%27.56
%35.97
%36.47

CMYK color model

#A7DADD color CMYK value is (24,1,0,13).

  • cyan value is 24.43%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(24,1,0,13)
C24M1Y0K13 
(24%,1%,0%,13%)
(0.24/0.01/0.00/0.13)	

CMYK percentages

%24.43
%1.36
%0
%13.33

Codes

Color #A7DADD in popluar color models

A7DADD
RGB167218221
HSL183°44.26%76.08%
HSB/HSV183°24.43%86.67%
CMYK24.43%1.36%0.00%
13.33%

Color #A7DADD in popluar number systems.

HEXA7DADD
Decimal167218221
Binary101001111101101011011101
Octal247332335

Shades and tints

Shades of #A7DADD

#A7DADD
(167,218,221)
#98C7C9
(152,199,201)
#89B4B5
(137,180,181)
#7AA1A1
(122,161,161)
#6B8E8D
(107,142,141)
#5C7B79
(92,123,121)
#4D6865
(77,104,101)
#3E5551
(62,85,81)
#2F423D
(47,66,61)
#202F29
(32,47,41)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #A7DADD

#A7DADD
(167,218,221)
#AFDDE0
(175,221,224)
#B7E0E3
(183,224,227)
#BFE3E6
(191,227,230)
#C7E6E9
(199,230,233)
#CFE9EC
(207,233,236)
#D7ECEF
(215,236,239)
#DFEFF2
(223,239,242)
#E7F2F5
(231,242,245)
#EFF5F8
(239,245,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DADD; }

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

This text font color is #A7DADD.


Background Color

.myBgColor { background-color: #A7DADD; }

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

This div background color is #A7DADD.


Border color

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

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

This div border color is #A7DADD.


Opacity

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

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

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

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

This text has shadow with #A7DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DADD on black background.


Color preview on white background

This text has color #A7DADD on white background.



Black color preview on #A7DADD background

This text has black color on #A7DADD background.


White color preview on #A7DADD background

This text has white color on #A7DADD background.