COLOR #A3CF7D

HEX: #A3CF7D RGB: (163,207,125)

Color info

#A3CF7D contains mainly red and green colors. Web safe color of #A3CF7D is #99CC66 (or #9C6).

RGB color model

#A3CF7D color RGB value is (163,207,125).

RGB: (163,207,125) (64%, 81%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 207 of 255 = 81%
B 125 of 255 = 49%

163
207
125

R + G + B ~ 65%. #A3CF7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 207 + 125 = 495 (100%)
R 163 of 495 ~ 32.93%
G 207 of 495 ~ 41.82%
B 125 of 495 ~ 25.25'%

%32.93
%41.82
%25.25

CMYK color model

#A3CF7D color CMYK value is (21,0,40,19).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK: (21,0,40,19) C21M0Y40K19 (21%,0%,40%,19%) (0.21/0.00/0.40/0.19) 

CMYK percentages

%21.26
%0
%39.61
%18.82

Codes

Color #A3CF7D in popluar color models

A3 CF 7D
RGB 163 207 125
HSL 92° 46.07% 65.10%
HSB/HSV 92° 39.61% 81.18%
CMYK 21.26% 0.00% 39.61%
18.82%

Color #A3CF7D in popluar number systems.

HEX A3 CF 7D
Decimal 163 207 125
Binary 10100011 11001111 1111101
Octal 243 317 175

Shades and tints

Shades of #A3CF7D

#A3CF7D
(163,207,125)
#95BD72
(149,189,114)
#87AB67
(135,171,103)
#79995C
(121,153,92)
#6B8751
(107,135,81)
#5D7546
(93,117,70)
#4F633B
(79,99,59)
#415130
(65,81,48)
#333F25
(51,63,37)
#252D1A
(37,45,26)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #A3CF7D

#A3CF7D
(163,207,125)
#ABD388
(171,211,136)
#B3D793
(179,215,147)
#BBDB9E
(187,219,158)
#C3DFA9
(195,223,169)
#CBE3B4
(203,227,180)
#D3E7BF
(211,231,191)
#DBEBCA
(219,235,202)
#E3EFD5
(227,239,213)
#EBF3E0
(235,243,224)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CF7D; }

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

This text font color is #A3CF7D.

Background Color

.myBgColor { background-color: #A3CF7D; }

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

This div background color is #A3CF7D.

Border color

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

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

This div border color is #A3CF7D.

Opacity

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

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

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

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

This text has shadow with #A3CF7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CF7D.

Preview

Color preview on black background

This text has color #A3CF7D on black background.


Color preview on white background

This text has color #A3CF7D on white background.


Black color preview on #A3CF7D background

This text has black color on #A3CF7D background.


White color preview on #A3CF7D background

This text has white color on #A3CF7D background.


Related colors

Complementary color

Complementary color for #hex is #5C3082.


I love getcolorcode.com

Triadic colors

1 #7DA3CF and #CF7DA3 with #A3CF7D are triadic colors.

2 #7DCFA3 and #CFA37D with #A3CF7D are triadic colors.