COLOR #A8D4AF

HEX: #A8D4AF
RGB: (168,212,175)

Color info

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

RGB color model

#A8D4AF color RGB value is (168,212,175).

  • red value is 168;
  • green value is 212;
  • blue value is 175.
RGB:
(168,212,175)
(66%,83%,69%)

RGB channels and saturation

R 168 of 255 = 66%
G 212 of 255 = 83%
B 175 of 255 = 69%

168
212
175

R + G + B ~ 73%. #A8D4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 212 + 175 = 555 (100%)
R 168 of 555 ~ 30.27%
G 212 of 555 ~ 38.2%
B 175 of 555 ~ 31.53%

%30.27
%38.2
%31.53

CMYK color model

#A8D4AF color CMYK value is (21,0,17,17).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 16.86%
CMYK:
(21,0,17,17)
C21M0Y17K17 
(21%,0%,17%,17%)
(0.21/0.00/0.17/0.17)	

CMYK percentages

%20.75
%0
%17.45
%16.86

Codes

Color #A8D4AF in popluar color models

A8D4AF
RGB168212175
HSL130°33.85%74.51%
HSB/HSV130°20.75%83.14%
CMYK20.75%0.00%17.45%
16.86%

Color #A8D4AF in popluar number systems.

HEXA8D4AF
Decimal168212175
Binary101010001101010010101111
Octal250324257

Shades and tints

Shades of #A8D4AF

#A8D4AF
(168,212,175)
#99C1A0
(153,193,160)
#8AAE91
(138,174,145)
#7B9B82
(123,155,130)
#6C8873
(108,136,115)
#5D7564
(93,117,100)
#4E6255
(78,98,85)
#3F4F46
(63,79,70)
#303C37
(48,60,55)
#212928
(33,41,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #A8D4AF

#A8D4AF
(168,212,175)
#AFD7B6
(175,215,182)
#B6DABD
(182,218,189)
#BDDDC4
(189,221,196)
#C4E0CB
(196,224,203)
#CBE3D2
(203,227,210)
#D2E6D9
(210,230,217)
#D9E9E0
(217,233,224)
#E0ECE7
(224,236,231)
#E7EFEE
(231,239,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D4AF color. Also use rgb(168,212,175) instead hex code.

Text Font Color

.myTextColor { color: #A8D4AF; }

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

This text font color is #A8D4AF.


Background Color

.myBgColor { background-color: #A8D4AF; }

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

This div background color is #A8D4AF.


Border color

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

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

This div border color is #A8D4AF.


Opacity

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

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

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

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

This text has shadow with #A8D4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D4AF on black background.


Color preview on white background

This text has color #A8D4AF on white background.



Black color preview on #A8D4AF background

This text has black color on #A8D4AF background.


White color preview on #A8D4AF background

This text has white color on #A8D4AF background.