COLOR #A7D7C0

HEX: #A7D7C0
RGB: (167,215,192)

Color info

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

RGB color model

#A7D7C0 color RGB value is (167,215,192).

  • red value is 167;
  • green value is 215;
  • blue value is 192.
RGB:
(167,215,192)
(65%,84%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 215 of 255 = 84%
B 192 of 255 = 75%

167
215
192

R + G + B ~ 75%. #A7D7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 215 + 192 = 574 (100%)
R 167 of 574 ~ 29.09%
G 215 of 574 ~ 37.46%
B 192 of 574 ~ 33.45%

%29.09
%37.46
%33.45

CMYK color model

#A7D7C0 color CMYK value is (22,0,11,16).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(22,0,11,16)
C22M0Y11K16 
(22%,0%,11%,16%)
(0.22/0.00/0.11/0.16)	

CMYK percentages

%22.33
%0
%10.7
%15.69

Codes

Color #A7D7C0 in popluar color models

A7D7C0
RGB167215192
HSL151°37.50%74.90%
HSB/HSV151°22.33%84.31%
CMYK22.33%0.00%10.70%
15.69%

Color #A7D7C0 in popluar number systems.

HEXA7D7C0
Decimal167215192
Binary101001111101011111000000
Octal247327300

Shades and tints

Shades of #A7D7C0

#A7D7C0
(167,215,192)
#98C4AF
(152,196,175)
#89B19E
(137,177,158)
#7A9E8D
(122,158,141)
#6B8B7C
(107,139,124)
#5C786B
(92,120,107)
#4D655A
(77,101,90)
#3E5249
(62,82,73)
#2F3F38
(47,63,56)
#202C27
(32,44,39)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #A7D7C0

#A7D7C0
(167,215,192)
#AFDAC5
(175,218,197)
#B7DDCA
(183,221,202)
#BFE0CF
(191,224,207)
#C7E3D4
(199,227,212)
#CFE6D9
(207,230,217)
#D7E9DE
(215,233,222)
#DFECE3
(223,236,227)
#E7EFE8
(231,239,232)
#EFF2ED
(239,242,237)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D7C0; }

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

This text font color is #A7D7C0.


Background Color

.myBgColor { background-color: #A7D7C0; }

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

This div background color is #A7D7C0.


Border color

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

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

This div border color is #A7D7C0.


Opacity

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

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

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

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

This text has shadow with #A7D7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D7C0 on black background.


Color preview on white background

This text has color #A7D7C0 on white background.



Black color preview on #A7D7C0 background

This text has black color on #A7D7C0 background.


White color preview on #A7D7C0 background

This text has white color on #A7D7C0 background.