COLOR #A8EBCF

HEX: #A8EBCF
RGB: (168,235,207)

Color info

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

RGB color model

#A8EBCF color RGB value is (168,235,207).

  • red value is 168;
  • green value is 235;
  • blue value is 207.
RGB:
(168,235,207)
(66%,92%,81%)

RGB channels and saturation

R 168 of 255 = 66%
G 235 of 255 = 92%
B 207 of 255 = 81%

168
235
207

R + G + B ~ 80%. #A8EBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 235 + 207 = 610 (100%)
R 168 of 610 ~ 27.54%
G 235 of 610 ~ 38.52%
B 207 of 610 ~ 33.93%

%27.54
%38.52
%33.93

CMYK color model

#A8EBCF color CMYK value is (29,0,12,8).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(29,0,12,8)
C29M0Y12K8 
(29%,0%,12%,8%)
(0.29/0.00/0.12/0.08)	

CMYK percentages

%28.51
%0
%11.91
%7.84

Codes

Color #A8EBCF in popluar color models

A8EBCF
RGB168235207
HSL155°62.62%79.02%
HSB/HSV155°28.51%92.16%
CMYK28.51%0.00%11.91%
7.84%

Color #A8EBCF in popluar number systems.

HEXA8EBCF
Decimal168235207
Binary101010001110101111001111
Octal250353317

Shades and tints

Shades of #A8EBCF

#A8EBCF
(168,235,207)
#99D6BD
(153,214,189)
#8AC1AB
(138,193,171)
#7BAC99
(123,172,153)
#6C9787
(108,151,135)
#5D8275
(93,130,117)
#4E6D63
(78,109,99)
#3F5851
(63,88,81)
#30433F
(48,67,63)
#212E2D
(33,46,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #A8EBCF

#A8EBCF
(168,235,207)
#AFECD3
(175,236,211)
#B6EDD7
(182,237,215)
#BDEEDB
(189,238,219)
#C4EFDF
(196,239,223)
#CBF0E3
(203,240,227)
#D2F1E7
(210,241,231)
#D9F2EB
(217,242,235)
#E0F3EF
(224,243,239)
#E7F4F3
(231,244,243)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EBCF color. Also use rgb(168,235,207) instead hex code.

Text Font Color

.myTextColor { color: #A8EBCF; }

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

This text font color is #A8EBCF.


Background Color

.myBgColor { background-color: #A8EBCF; }

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

This div background color is #A8EBCF.


Border color

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

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

This div border color is #A8EBCF.


Opacity

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

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

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

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

This text has shadow with #A8EBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EBCF on black background.


Color preview on white background

This text has color #A8EBCF on white background.



Black color preview on #A8EBCF background

This text has black color on #A8EBCF background.


White color preview on #A8EBCF background

This text has white color on #A8EBCF background.