COLOR #A7DEDE

HEX: #A7DEDE
RGB: (167,222,222)

Color info

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

RGB color model

#A7DEDE color RGB value is (167,222,222).

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

RGB channels and saturation

R 167 of 255 = 65%
G 222 of 255 = 87%
B 222 of 255 = 87%

167
222
222

R + G + B ~ 80%. #A7DEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 222 + 222 = 611 (100%)
R 167 of 611 ~ 27.33%
G 222 of 611 ~ 36.33%
B 222 of 611 ~ 36.33%

%27.33
%36.33
%36.33

CMYK color model

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

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,0,0,13)
C25M0Y0K13 
(25%,0%,0%,13%)
(0.25/0.00/0.00/0.13)	

CMYK percentages

%24.77
%0
%0
%12.94

Codes

Color #A7DEDE in popluar color models

A7DEDE
RGB167222222
HSL180°45.45%76.27%
HSB/HSV180°24.77%87.06%
CMYK24.77%0.00%0.00%
12.94%

Color #A7DEDE in popluar number systems.

HEXA7DEDE
Decimal167222222
Binary101001111101111011011110
Octal247336336

Shades and tints

Shades of #A7DEDE

#A7DEDE
(167,222,222)
#98CACA
(152,202,202)
#89B6B6
(137,182,182)
#7AA2A2
(122,162,162)
#6B8E8E
(107,142,142)
#5C7A7A
(92,122,122)
#4D6666
(77,102,102)
#3E5252
(62,82,82)
#2F3E3E
(47,62,62)
#202A2A
(32,42,42)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A7DEDE

#A7DEDE
(167,222,222)
#AFE1E1
(175,225,225)
#B7E4E4
(183,228,228)
#BFE7E7
(191,231,231)
#C7EAEA
(199,234,234)
#CFEDED
(207,237,237)
#D7F0F0
(215,240,240)
#DFF3F3
(223,243,243)
#E7F6F6
(231,246,246)
#EFF9F9
(239,249,249)
#F7FCFC
(247,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DEDE; }

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

This text font color is #A7DEDE.


Background Color

.myBgColor { background-color: #A7DEDE; }

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

This div background color is #A7DEDE.


Border color

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

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

This div border color is #A7DEDE.


Opacity

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

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

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

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

This text has shadow with #A7DEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DEDE on black background.


Color preview on white background

This text has color #A7DEDE on white background.



Black color preview on #A7DEDE background

This text has black color on #A7DEDE background.


White color preview on #A7DEDE background

This text has white color on #A7DEDE background.