COLOR #A7CDB6

HEX: #A7CDB6
RGB: (167,205,182)

Color info

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

RGB color model

#A7CDB6 color RGB value is (167,205,182).

  • red value is 167;
  • green value is 205;
  • blue value is 182.
RGB:
(167,205,182)
(65%,80%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 182 of 255 = 71%

167
205
182

R + G + B ~ 72%. #A7CDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 182 = 554 (100%)
R 167 of 554 ~ 30.14%
G 205 of 554 ~ 37%
B 182 of 554 ~ 32.85%

%30.14
%37
%32.85

CMYK color model

#A7CDB6 color CMYK value is (19,0,11,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%
CMYK:
(19,0,11,20)
C19M0Y11K20 
(19%,0%,11%,20%)
(0.19/0.00/0.11/0.20)	

CMYK percentages

%18.54
%0
%11.22
%19.61

Codes

Color #A7CDB6 in popluar color models

A7CDB6
RGB167205182
HSL144°27.54%72.94%
HSB/HSV144°18.54%80.39%
CMYK18.54%0.00%11.22%
19.61%

Color #A7CDB6 in popluar number systems.

HEXA7CDB6
Decimal167205182
Binary101001111100110110110110
Octal247315266

Shades and tints

Shades of #A7CDB6

#A7CDB6
(167,205,182)
#98BBA6
(152,187,166)
#89A996
(137,169,150)
#7A9786
(122,151,134)
#6B8576
(107,133,118)
#5C7366
(92,115,102)
#4D6156
(77,97,86)
#3E4F46
(62,79,70)
#2F3D36
(47,61,54)
#202B26
(32,43,38)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #A7CDB6

#A7CDB6
(167,205,182)
#AFD1BC
(175,209,188)
#B7D5C2
(183,213,194)
#BFD9C8
(191,217,200)
#C7DDCE
(199,221,206)
#CFE1D4
(207,225,212)
#D7E5DA
(215,229,218)
#DFE9E0
(223,233,224)
#E7EDE6
(231,237,230)
#EFF1EC
(239,241,236)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDB6; }

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

This text font color is #A7CDB6.


Background Color

.myBgColor { background-color: #A7CDB6; }

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

This div background color is #A7CDB6.


Border color

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

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

This div border color is #A7CDB6.


Opacity

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

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

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

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

This text has shadow with #A7CDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CDB6 on black background.


Color preview on white background

This text has color #A7CDB6 on white background.



Black color preview on #A7CDB6 background

This text has black color on #A7CDB6 background.


White color preview on #A7CDB6 background

This text has white color on #A7CDB6 background.