COLOR #A8CFA7

HEX: #A8CFA7
RGB: (168,207,167)

Color info

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

RGB color model

#A8CFA7 color RGB value is (168,207,167).

  • red value is 168;
  • green value is 207;
  • blue value is 167.
RGB:
(168,207,167)
(66%,81%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 207 of 255 = 81%
B 167 of 255 = 65%

168
207
167

R + G + B ~ 71%. #A8CFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 207 + 167 = 542 (100%)
R 168 of 542 ~ 31%
G 207 of 542 ~ 38.19%
B 167 of 542 ~ 30.81%

%31
%38.19
%30.81

CMYK color model

#A8CFA7 color CMYK value is (19,0,19,19).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 18.82%
CMYK:
(19,0,19,19)
C19M0Y19K19 
(19%,0%,19%,19%)
(0.19/0.00/0.19/0.19)	

CMYK percentages

%18.84
%0
%19.32
%18.82

Codes

Color #A8CFA7 in popluar color models

A8CFA7
RGB168207167
HSL119°29.41%73.33%
HSB/HSV119°19.32%81.18%
CMYK18.84%0.00%19.32%
18.82%

Color #A8CFA7 in popluar number systems.

HEXA8CFA7
Decimal168207167
Binary101010001100111110100111
Octal250317247

Shades and tints

Shades of #A8CFA7

#A8CFA7
(168,207,167)
#99BD98
(153,189,152)
#8AAB89
(138,171,137)
#7B997A
(123,153,122)
#6C876B
(108,135,107)
#5D755C
(93,117,92)
#4E634D
(78,99,77)
#3F513E
(63,81,62)
#303F2F
(48,63,47)
#212D20
(33,45,32)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #A8CFA7

#A8CFA7
(168,207,167)
#AFD3AF
(175,211,175)
#B6D7B7
(182,215,183)
#BDDBBF
(189,219,191)
#C4DFC7
(196,223,199)
#CBE3CF
(203,227,207)
#D2E7D7
(210,231,215)
#D9EBDF
(217,235,223)
#E0EFE7
(224,239,231)
#E7F3EF
(231,243,239)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CFA7; }

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

This text font color is #A8CFA7.


Background Color

.myBgColor { background-color: #A8CFA7; }

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

This div background color is #A8CFA7.


Border color

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

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

This div border color is #A8CFA7.


Opacity

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

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

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

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

This text has shadow with #A8CFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CFA7 on black background.


Color preview on white background

This text has color #A8CFA7 on white background.



Black color preview on #A8CFA7 background

This text has black color on #A8CFA7 background.


White color preview on #A8CFA7 background

This text has white color on #A8CFA7 background.