COLOR #A8F4DC

HEX: #A8F4DC RGB: (168,244,220)

Color info

#A8F4DC contains mainly green and blue colors. Web safe color of #A8F4DC is #99FFCC (or #9FC).

RGB color model

#A8F4DC color RGB value is (168,244,220).

RGB: (168,244,220) (66%, 96%, 86%)

RGB channels and saturation

R 168 of 255 = 66%
G 244 of 255 = 96%
B 220 of 255 = 86%

168
244
220

R + G + B ~ 83%. #A8F4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 244 + 220 = 632 (100%)
R 168 of 632 ~ 26.58%
G 244 of 632 ~ 38.61%
B 220 of 632 ~ 34.81'%

%26.58
%38.61
%34.81

CMYK color model

#A8F4DC color CMYK value is (31,0,10,4).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (31,0,10,4)
C31M0Y10K4 (31%, 0%, 10%, 4%)
(0.31 / 0.00 / 0.10 / 0.04)

CMYK percentages

%31.15
%0
%9.84
%4.31

Codes

Color #A8F4DC in popluar color models

A8 F4 DC
RGB 168 244 220
HSL 161° 77.55% 80.78%
HSB/HSV 161° 31.15% 95.69%
CMYK 31.15% 0.00% 9.84%
4.31%

Color #A8F4DC in popluar number systems.

HEX A8 F4 DC
Decimal 168 244 220
Binary 10101000 11110100 11011100
Octal 250 364 334

Shades and tints

Shades of #A8F4DC

#A8F4DC
(168,244,220)
#99DEC8
(153,222,200)
#8AC8B4
(138,200,180)
#7BB2A0
(123,178,160)
#6C9C8C
(108,156,140)
#5D8678
(93,134,120)
#4E7064
(78,112,100)
#3F5A50
(63,90,80)
#30443C
(48,68,60)
#212E28
(33,46,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #A8F4DC

#A8F4DC
(168,244,220)
#AFF5DF
(175,245,223)
#B6F6E2
(182,246,226)
#BDF7E5
(189,247,229)
#C4F8E8
(196,248,232)
#CBF9EB
(203,249,235)
#D2FAEE
(210,250,238)
#D9FBF1
(217,251,241)
#E0FCF4
(224,252,244)
#E7FDF7
(231,253,247)
#EEFEFA
(238,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F4DC color. Also use rgb(168,244,220) instead hex code.

Text Font Color

.myTextColor { color: #A8F4DC; }

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

This text font color is #A8F4DC.

Background Color

.myBgColor { background-color: #A8F4DC; }

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

This div background color is #A8F4DC.

Border color

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

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

This div border color is #A8F4DC.

Opacity

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

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

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

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

This text has shadow with #A8F4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8F4DC.

Preview

Color preview on black background

This text has color #A8F4DC on black background.


Color preview on white background

This text has color #A8F4DC on white background.


Black color preview on #A8F4DC background

This text has black color on #A8F4DC background.


White color preview on #A8F4DC background

This text has white color on #A8F4DC background.


Related colors

Complementary color

Complementary color for #hex is #570B23.


I love getcolorcode.com

Triadic colors

1 #DCA8F4 and #F4DCA8 with #A8F4DC are triadic colors.

2 #DCF4A8 and #F4A8DC with #A8F4DC are triadic colors.