COLOR #A3CF88

HEX: #A3CF88
RGB: (163,207,136)

Color info

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

RGB color model

#A3CF88 color RGB value is (163,207,136).

  • red value is 163;
  • green value is 207;
  • blue value is 136.
RGB:
(163,207,136)
(64%,81%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 207 of 255 = 81%
B 136 of 255 = 53%

163
207
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 207 + 136 = 506 (100%)
R 163 of 506 ~ 32.21%
G 207 of 506 ~ 40.91%
B 136 of 506 ~ 26.88%

%32.21
%40.91
%26.88

CMYK color model

#A3CF88 color CMYK value is (21,0,34,19).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 18.82%
CMYK:
(21,0,34,19)
C21M0Y34K19 
(21%,0%,34%,19%)
(0.21/0.00/0.34/0.19)	

CMYK percentages

%21.26
%0
%34.3
%18.82

Codes

Color #A3CF88 in popluar color models

A3CF88
RGB163207136
HSL97°42.51%67.25%
HSB/HSV97°34.30%81.18%
CMYK21.26%0.00%34.30%
18.82%

Color #A3CF88 in popluar number systems.

HEXA3CF88
Decimal163207136
Binary101000111100111110001000
Octal243317210

Shades and tints

Shades of #A3CF88

#A3CF88
(163,207,136)
#95BD7C
(149,189,124)
#87AB70
(135,171,112)
#799964
(121,153,100)
#6B8758
(107,135,88)
#5D754C
(93,117,76)
#4F6340
(79,99,64)
#415134
(65,81,52)
#333F28
(51,63,40)
#252D1C
(37,45,28)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #A3CF88

#A3CF88
(163,207,136)
#ABD392
(171,211,146)
#B3D79C
(179,215,156)
#BBDBA6
(187,219,166)
#C3DFB0
(195,223,176)
#CBE3BA
(203,227,186)
#D3E7C4
(211,231,196)
#DBEBCE
(219,235,206)
#E3EFD8
(227,239,216)
#EBF3E2
(235,243,226)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CF88 color. Also use rgb(163,207,136) instead hex code.

Text Font Color

.myTextColor { color: #A3CF88; }

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

This text font color is #A3CF88.


Background Color

.myBgColor { background-color: #A3CF88; }

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

This div background color is #A3CF88.


Border color

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

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

This div border color is #A3CF88.


Opacity

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

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

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

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

This text has shadow with #A3CF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CF88 on black background.


Color preview on white background

This text has color #A3CF88 on white background.



Black color preview on #A3CF88 background

This text has black color on #A3CF88 background.


White color preview on #A3CF88 background

This text has white color on #A3CF88 background.