COLOR #A8E3D3

HEX: #A8E3D3
RGB: (168,227,211)

Color info

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

RGB color model

#A8E3D3 color RGB value is (168,227,211).

  • red value is 168;
  • green value is 227;
  • blue value is 211.
RGB:
(168,227,211)
(66%,89%,83%)

RGB channels and saturation

R 168 of 255 = 66%
G 227 of 255 = 89%
B 211 of 255 = 83%

168
227
211

R + G + B ~ 79%. #A8E3D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 227 + 211 = 606 (100%)
R 168 of 606 ~ 27.72%
G 227 of 606 ~ 37.46%
B 211 of 606 ~ 34.82%

%27.72
%37.46
%34.82

CMYK color model

#A8E3D3 color CMYK value is (26,0,7,11).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 10.98%
CMYK:
(26,0,7,11)
C26M0Y7K11 
(26%,0%,7%,11%)
(0.26/0.00/0.07/0.11)	

CMYK percentages

%25.99
%0
%7.05
%10.98

Codes

Color #A8E3D3 in popluar color models

A8E3D3
RGB168227211
HSL164°51.30%77.45%
HSB/HSV164°25.99%89.02%
CMYK25.99%0.00%7.05%
10.98%

Color #A8E3D3 in popluar number systems.

HEXA8E3D3
Decimal168227211
Binary101010001110001111010011
Octal250343323

Shades and tints

Shades of #A8E3D3

#A8E3D3
(168,227,211)
#99CFC0
(153,207,192)
#8ABBAD
(138,187,173)
#7BA79A
(123,167,154)
#6C9387
(108,147,135)
#5D7F74
(93,127,116)
#4E6B61
(78,107,97)
#3F574E
(63,87,78)
#30433B
(48,67,59)
#212F28
(33,47,40)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #A8E3D3

#A8E3D3
(168,227,211)
#AFE5D7
(175,229,215)
#B6E7DB
(182,231,219)
#BDE9DF
(189,233,223)
#C4EBE3
(196,235,227)
#CBEDE7
(203,237,231)
#D2EFEB
(210,239,235)
#D9F1EF
(217,241,239)
#E0F3F3
(224,243,243)
#E7F5F7
(231,245,247)
#EEF7FB
(238,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E3D3 color. Also use rgb(168,227,211) instead hex code.

Text Font Color

.myTextColor { color: #A8E3D3; }

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

This text font color is #A8E3D3.


Background Color

.myBgColor { background-color: #A8E3D3; }

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

This div background color is #A8E3D3.


Border color

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

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

This div border color is #A8E3D3.


Opacity

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

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

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

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

This text has shadow with #A8E3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E3D3 on black background.


Color preview on white background

This text has color #A8E3D3 on white background.



Black color preview on #A8E3D3 background

This text has black color on #A8E3D3 background.


White color preview on #A8E3D3 background

This text has white color on #A8E3D3 background.