COLOR #A8CDA7

HEX: #A8CDA7
RGB: (168,205,167)

Color info

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

RGB color model

#A8CDA7 color RGB value is (168,205,167).

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

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 167 of 255 = 65%

168
205
167

R + G + B ~ 70%. #A8CDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 205 + 167 = 540 (100%)
R 168 of 540 ~ 31.11%
G 205 of 540 ~ 37.96%
B 167 of 540 ~ 30.93%

%31.11
%37.96
%30.93

CMYK color model

#A8CDA7 color CMYK value is (18,0,19,20).

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 19.61%
CMYK:
(18,0,19,20)
C18M0Y19K20 
(18%,0%,19%,20%)
(0.18/0.00/0.19/0.20)	

CMYK percentages

%18.05
%0
%18.54
%19.61

Codes

Color #A8CDA7 in popluar color models

A8CDA7
RGB168205167
HSL118°27.54%72.94%
HSB/HSV118°18.54%80.39%
CMYK18.05%0.00%18.54%
19.61%

Color #A8CDA7 in popluar number systems.

HEXA8CDA7
Decimal168205167
Binary101010001100110110100111
Octal250315247

Shades and tints

Shades of #A8CDA7

#A8CDA7
(168,205,167)
#99BB98
(153,187,152)
#8AA989
(138,169,137)
#7B977A
(123,151,122)
#6C856B
(108,133,107)
#5D735C
(93,115,92)
#4E614D
(78,97,77)
#3F4F3E
(63,79,62)
#303D2F
(48,61,47)
#212B20
(33,43,32)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #A8CDA7

#A8CDA7
(168,205,167)
#AFD1AF
(175,209,175)
#B6D5B7
(182,213,183)
#BDD9BF
(189,217,191)
#C4DDC7
(196,221,199)
#CBE1CF
(203,225,207)
#D2E5D7
(210,229,215)
#D9E9DF
(217,233,223)
#E0EDE7
(224,237,231)
#E7F1EF
(231,241,239)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CDA7; }

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

This text font color is #A8CDA7.


Background Color

.myBgColor { background-color: #A8CDA7; }

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

This div background color is #A8CDA7.


Border color

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

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

This div border color is #A8CDA7.


Opacity

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

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

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

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

This text has shadow with #A8CDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CDA7 on black background.


Color preview on white background

This text has color #A8CDA7 on white background.



Black color preview on #A8CDA7 background

This text has black color on #A8CDA7 background.


White color preview on #A8CDA7 background

This text has white color on #A8CDA7 background.