COLOR #A8DEBE

HEX: #A8DEBE
RGB: (168,222,190)

Color info

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

RGB color model

#A8DEBE color RGB value is (168,222,190).

  • red value is 168;
  • green value is 222;
  • blue value is 190.
RGB:
(168,222,190)
(66%,87%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 222 of 255 = 87%
B 190 of 255 = 75%

168
222
190

R + G + B ~ 76%. #A8DEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 222 + 190 = 580 (100%)
R 168 of 580 ~ 28.97%
G 222 of 580 ~ 38.28%
B 190 of 580 ~ 32.76%

%28.97
%38.28
%32.76

CMYK color model

#A8DEBE color CMYK value is (24,0,14,13).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%
CMYK:
(24,0,14,13)
C24M0Y14K13 
(24%,0%,14%,13%)
(0.24/0.00/0.14/0.13)	

CMYK percentages

%24.32
%0
%14.41
%12.94

Codes

Color #A8DEBE in popluar color models

A8DEBE
RGB168222190
HSL144°45.00%76.47%
HSB/HSV144°24.32%87.06%
CMYK24.32%0.00%14.41%
12.94%

Color #A8DEBE in popluar number systems.

HEXA8DEBE
Decimal168222190
Binary101010001101111010111110
Octal250336276

Shades and tints

Shades of #A8DEBE

#A8DEBE
(168,222,190)
#99CAAD
(153,202,173)
#8AB69C
(138,182,156)
#7BA28B
(123,162,139)
#6C8E7A
(108,142,122)
#5D7A69
(93,122,105)
#4E6658
(78,102,88)
#3F5247
(63,82,71)
#303E36
(48,62,54)
#212A25
(33,42,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A8DEBE

#A8DEBE
(168,222,190)
#AFE1C3
(175,225,195)
#B6E4C8
(182,228,200)
#BDE7CD
(189,231,205)
#C4EAD2
(196,234,210)
#CBEDD7
(203,237,215)
#D2F0DC
(210,240,220)
#D9F3E1
(217,243,225)
#E0F6E6
(224,246,230)
#E7F9EB
(231,249,235)
#EEFCF0
(238,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DEBE color. Also use rgb(168,222,190) instead hex code.

Text Font Color

.myTextColor { color: #A8DEBE; }

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

This text font color is #A8DEBE.


Background Color

.myBgColor { background-color: #A8DEBE; }

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

This div background color is #A8DEBE.


Border color

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

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

This div border color is #A8DEBE.


Opacity

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

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

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

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

This text has shadow with #A8DEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DEBE on black background.


Color preview on white background

This text has color #A8DEBE on white background.



Black color preview on #A8DEBE background

This text has black color on #A8DEBE background.


White color preview on #A8DEBE background

This text has white color on #A8DEBE background.