COLOR #A8CB88

HEX: #A8CB88 RGB: (168,203,136)

Color info

#A8CB88 contains mainly red and green colors. Web safe color of #A8CB88 is #99CC99 (or #9C9).

RGB color model

#A8CB88 color RGB value is (168,203,136).

RGB: (168,203,136) (66%, 80%, 53%)

RGB channels and saturation

R 168 of 255 = 66%
G 203 of 255 = 80%
B 136 of 255 = 53%

168
203
136

R + G + B ~ 66%. #A8CB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 203 + 136 = 507 (100%)
R 168 of 507 ~ 33.14%
G 203 of 507 ~ 40.04%
B 136 of 507 ~ 26.82'%

%33.14
%40.04
%26.82

CMYK color model

#A8CB88 color CMYK value is (17,0,33,20).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 20.39%
CMYK: (17,0,33,20) C17M0Y33K20 (17%,0%,33%,20%) (0.17/0.00/0.33/0.20) 

CMYK percentages

%17.24
%0
%33
%20.39

Codes

Color #A8CB88 in popluar color models

A8 CB 88
RGB 168 203 136
HSL 91° 39.18% 66.47%
HSB/HSV 91° 33.00% 79.61%
CMYK 17.24% 0.00% 33.00%
20.39%

Color #A8CB88 in popluar number systems.

HEX A8 CB 88
Decimal 168 203 136
Binary 10101000 11001011 10001000
Octal 250 313 210

Shades and tints

Shades of #A8CB88

#A8CB88
(168,203,136)
#99B97C
(153,185,124)
#8AA770
(138,167,112)
#7B9564
(123,149,100)
#6C8358
(108,131,88)
#5D714C
(93,113,76)
#4E5F40
(78,95,64)
#3F4D34
(63,77,52)
#303B28
(48,59,40)
#21291C
(33,41,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #A8CB88

#A8CB88
(168,203,136)
#AFCF92
(175,207,146)
#B6D39C
(182,211,156)
#BDD7A6
(189,215,166)
#C4DBB0
(196,219,176)
#CBDFBA
(203,223,186)
#D2E3C4
(210,227,196)
#D9E7CE
(217,231,206)
#E0EBD8
(224,235,216)
#E7EFE2
(231,239,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CB88 color. Also use rgb(168,203,136) instead hex code.

Text Font Color

.myTextColor { color: #A8CB88; }

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

This text font color is #A8CB88.

Background Color

.myBgColor { background-color: #A8CB88; }

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

This div background color is #A8CB88.

Border color

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

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

This div border color is #A8CB88.

Opacity

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

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

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

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

This text has shadow with #A8CB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CB88.

Preview

Color preview on black background

This text has color #A8CB88 on black background.


Color preview on white background

This text has color #A8CB88 on white background.


Black color preview on #A8CB88 background

This text has black color on #A8CB88 background.


White color preview on #A8CB88 background

This text has white color on #A8CB88 background.


Related colors

Complementary color

Complementary color for #hex is #573477.


I love getcolorcode.com

Triadic colors

1 #88A8CB and #CB88A8 with #A8CB88 are triadic colors.

2 #88CBA8 and #CBA888 with #A8CB88 are triadic colors.