COLOR #A8CDA3

HEX: #A8CDA3 RGB: (168,205,163)

Color info

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

RGB color model

#A8CDA3 color RGB value is (168,205,163).

RGB: (168,205,163) (66%, 80%, 64%)

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 163 of 255 = 64%

168
205
163

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

Portions of RGB colors in percentages

R + G + B = 168 + 205 + 163 = 536 (100%)
R 168 of 536 ~ 31.34%
G 205 of 536 ~ 38.25%
B 163 of 536 ~ 30.41'%

%31.34
%38.25
%30.41

CMYK color model

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

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 19.61%

CMYK: (18,0,20,20)
C18M0Y20K20 (18%, 0%, 20%, 20%)
(0.18 / 0.00 / 0.20 / 0.20)

CMYK percentages

%18.05
%0
%20.49
%19.61

Codes

Color #A8CDA3 in popluar color models

A8 CD A3
RGB 168 205 163
HSL 113° 29.58% 72.16%
HSB/HSV 113° 20.49% 80.39%
CMYK 18.05% 0.00% 20.49%
19.61%

Color #A8CDA3 in popluar number systems.

HEX A8 CD A3
Decimal 168 205 163
Binary 10101000 11001101 10100011
Octal 250 315 243

Shades and tints

Shades of #A8CDA3

#A8CDA3
(168,205,163)
#99BB95
(153,187,149)
#8AA987
(138,169,135)
#7B9779
(123,151,121)
#6C856B
(108,133,107)
#5D735D
(93,115,93)
#4E614F
(78,97,79)
#3F4F41
(63,79,65)
#303D33
(48,61,51)
#212B25
(33,43,37)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #A8CDA3

#A8CDA3
(168,205,163)
#AFD1AB
(175,209,171)
#B6D5B3
(182,213,179)
#BDD9BB
(189,217,187)
#C4DDC3
(196,221,195)
#CBE1CB
(203,225,203)
#D2E5D3
(210,229,211)
#D9E9DB
(217,233,219)
#E0EDE3
(224,237,227)
#E7F1EB
(231,241,235)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CDA3; }

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

This text font color is #A8CDA3.

Background Color

.myBgColor { background-color: #A8CDA3; }

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

This div background color is #A8CDA3.

Border color

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

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

This div border color is #A8CDA3.

Opacity

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

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

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

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

This text has shadow with #A8CDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CDA3.

Preview

Color preview on black background

This text has color #A8CDA3 on black background.


Color preview on white background

This text has color #A8CDA3 on white background.


Black color preview on #A8CDA3 background

This text has black color on #A8CDA3 background.


White color preview on #A8CDA3 background

This text has white color on #A8CDA3 background.


Related colors

Complementary color

Complementary color for #hex is #57325C.


I love getcolorcode.com

Triadic colors

1 #A3A8CD and #CDA3A8 with #A8CDA3 are triadic colors.

2 #A3CDA8 and #CDA8A3 with #A8CDA3 are triadic colors.