COLOR #A7DDDA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

167
221
218

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

Portions of RGB colors in percentages

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

%27.56
%36.47
%35.97

CMYK color model

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

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

CMYK percentages

%24.43
%0
%1.36
%13.33

Codes

Color #A7DDDA in popluar color models

A7DDDA
RGB167221218
HSL177°44.26%76.08%
HSB/HSV177°24.43%86.67%
CMYK24.43%0.00%1.36%
13.33%

Color #A7DDDA in popluar number systems.

HEXA7DDDA
Decimal167221218
Binary101001111101110111011010
Octal247335332

Shades and tints

Shades of #A7DDDA

#A7DDDA
(167,221,218)
#98C9C7
(152,201,199)
#89B5B4
(137,181,180)
#7AA1A1
(122,161,161)
#6B8D8E
(107,141,142)
#5C797B
(92,121,123)
#4D6568
(77,101,104)
#3E5155
(62,81,85)
#2F3D42
(47,61,66)
#20292F
(32,41,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #A7DDDA

#A7DDDA
(167,221,218)
#AFE0DD
(175,224,221)
#B7E3E0
(183,227,224)
#BFE6E3
(191,230,227)
#C7E9E6
(199,233,230)
#CFECE9
(207,236,233)
#D7EFEC
(215,239,236)
#DFF2EF
(223,242,239)
#E7F5F2
(231,245,242)
#EFF8F5
(239,248,245)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DDDA; }

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

This text font color is #A7DDDA.


Background Color

.myBgColor { background-color: #A7DDDA; }

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

This div background color is #A7DDDA.


Border color

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

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

This div border color is #A7DDDA.


Opacity

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

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

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

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

This text has shadow with #A7DDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DDDA on black background.


Color preview on white background

This text has color #A7DDDA on white background.



Black color preview on #A7DDDA background

This text has black color on #A7DDDA background.


White color preview on #A7DDDA background

This text has white color on #A7DDDA background.