COLOR #A7CDB4

HEX: #A7CDB4
RGB: (167,205,180)

Color info

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

RGB color model

#A7CDB4 color RGB value is (167,205,180).

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

RGB channels and saturation

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

167
205
180

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

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 180 = 552 (100%)
R 167 of 552 ~ 30.25%
G 205 of 552 ~ 37.14%
B 180 of 552 ~ 32.61%

%30.25
%37.14
%32.61

CMYK color model

#A7CDB4 color CMYK value is (19,0,12,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%
CMYK:
(19,0,12,20)
C19M0Y12K20 
(19%,0%,12%,20%)
(0.19/0.00/0.12/0.20)	

CMYK percentages

%18.54
%0
%12.2
%19.61

Codes

Color #A7CDB4 in popluar color models

A7CDB4
RGB167205180
HSL141°27.54%72.94%
HSB/HSV141°18.54%80.39%
CMYK18.54%0.00%12.20%
19.61%

Color #A7CDB4 in popluar number systems.

HEXA7CDB4
Decimal167205180
Binary101001111100110110110100
Octal247315264

Shades and tints

Shades of #A7CDB4

#A7CDB4
(167,205,180)
#98BBA4
(152,187,164)
#89A994
(137,169,148)
#7A9784
(122,151,132)
#6B8574
(107,133,116)
#5C7364
(92,115,100)
#4D6154
(77,97,84)
#3E4F44
(62,79,68)
#2F3D34
(47,61,52)
#202B24
(32,43,36)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7CDB4

#A7CDB4
(167,205,180)
#AFD1BA
(175,209,186)
#B7D5C0
(183,213,192)
#BFD9C6
(191,217,198)
#C7DDCC
(199,221,204)
#CFE1D2
(207,225,210)
#D7E5D8
(215,229,216)
#DFE9DE
(223,233,222)
#E7EDE4
(231,237,228)
#EFF1EA
(239,241,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDB4; }

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

This text font color is #A7CDB4.


Background Color

.myBgColor { background-color: #A7CDB4; }

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

This div background color is #A7CDB4.


Border color

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

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

This div border color is #A7CDB4.


Opacity

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

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

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

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

This text has shadow with #A7CDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CDB4 on black background.


Color preview on white background

This text has color #A7CDB4 on white background.



Black color preview on #A7CDB4 background

This text has black color on #A7CDB4 background.


White color preview on #A7CDB4 background

This text has white color on #A7CDB4 background.