COLOR #A7DCB8

HEX: #A7DCB8
RGB: (167,220,184)

Color info

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

RGB color model

#A7DCB8 color RGB value is (167,220,184).

  • red value is 167;
  • green value is 220;
  • blue value is 184.
RGB:
(167,220,184)
(65%,86%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 184 of 255 = 72%

167
220
184

R + G + B ~ 74%. #A7DCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 220 + 184 = 571 (100%)
R 167 of 571 ~ 29.25%
G 220 of 571 ~ 38.53%
B 184 of 571 ~ 32.22%

%29.25
%38.53
%32.22

CMYK color model

#A7DCB8 color CMYK value is (24,0,16,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 13.73%
CMYK:
(24,0,16,14)
C24M0Y16K14 
(24%,0%,16%,14%)
(0.24/0.00/0.16/0.14)	

CMYK percentages

%24.09
%0
%16.36
%13.73

Codes

Color #A7DCB8 in popluar color models

A7DCB8
RGB167220184
HSL139°43.09%75.88%
HSB/HSV139°24.09%86.27%
CMYK24.09%0.00%16.36%
13.73%

Color #A7DCB8 in popluar number systems.

HEXA7DCB8
Decimal167220184
Binary101001111101110010111000
Octal247334270

Shades and tints

Shades of #A7DCB8

#A7DCB8
(167,220,184)
#98C8A8
(152,200,168)
#89B498
(137,180,152)
#7AA088
(122,160,136)
#6B8C78
(107,140,120)
#5C7868
(92,120,104)
#4D6458
(77,100,88)
#3E5048
(62,80,72)
#2F3C38
(47,60,56)
#202828
(32,40,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #A7DCB8

#A7DCB8
(167,220,184)
#AFDFBE
(175,223,190)
#B7E2C4
(183,226,196)
#BFE5CA
(191,229,202)
#C7E8D0
(199,232,208)
#CFEBD6
(207,235,214)
#D7EEDC
(215,238,220)
#DFF1E2
(223,241,226)
#E7F4E8
(231,244,232)
#EFF7EE
(239,247,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DCB8; }

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

This text font color is #A7DCB8.


Background Color

.myBgColor { background-color: #A7DCB8; }

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

This div background color is #A7DCB8.


Border color

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

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

This div border color is #A7DCB8.


Opacity

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

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

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

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

This text has shadow with #A7DCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DCB8 on black background.


Color preview on white background

This text has color #A7DCB8 on white background.



Black color preview on #A7DCB8 background

This text has black color on #A7DCB8 background.


White color preview on #A7DCB8 background

This text has white color on #A7DCB8 background.