COLOR #AFD693

HEX: #AFD693
RGB: (175,214,147)

Color info

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

RGB color model

#AFD693 color RGB value is (175,214,147).

  • red value is 175;
  • green value is 214;
  • blue value is 147.
RGB:
(175,214,147)
(69%,84%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 214 of 255 = 84%
B 147 of 255 = 58%

175
214
147

R + G + B ~ 70%. #AFD693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 214 + 147 = 536 (100%)
R 175 of 536 ~ 32.65%
G 214 of 536 ~ 39.93%
B 147 of 536 ~ 27.43%

%32.65
%39.93
%27.43

CMYK color model

#AFD693 color CMYK value is (18,0,31,16).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(18,0,31,16)
C18M0Y31K16 
(18%,0%,31%,16%)
(0.18/0.00/0.31/0.16)	

CMYK percentages

%18.22
%0
%31.31
%16.08

Codes

Color #AFD693 in popluar color models

AFD693
RGB175214147
HSL95°44.97%70.78%
HSB/HSV95°31.31%83.92%
CMYK18.22%0.00%31.31%
16.08%

Color #AFD693 in popluar number systems.

HEXAFD693
Decimal175214147
Binary101011111101011010010011
Octal257326223

Shades and tints

Shades of #AFD693

#AFD693
(175,214,147)
#A0C386
(160,195,134)
#91B079
(145,176,121)
#829D6C
(130,157,108)
#738A5F
(115,138,95)
#647752
(100,119,82)
#556445
(85,100,69)
#465138
(70,81,56)
#373E2B
(55,62,43)
#282B1E
(40,43,30)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #AFD693

#AFD693
(175,214,147)
#B6D99C
(182,217,156)
#BDDCA5
(189,220,165)
#C4DFAE
(196,223,174)
#CBE2B7
(203,226,183)
#D2E5C0
(210,229,192)
#D9E8C9
(217,232,201)
#E0EBD2
(224,235,210)
#E7EEDB
(231,238,219)
#EEF1E4
(238,241,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD693 color. Also use rgb(175,214,147) instead hex code.

Text Font Color

.myTextColor { color: #AFD693; }

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

This text font color is #AFD693.


Background Color

.myBgColor { background-color: #AFD693; }

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

This div background color is #AFD693.


Border color

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

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

This div border color is #AFD693.


Opacity

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

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

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

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

This text has shadow with #AFD693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD693 on black background.


Color preview on white background

This text has color #AFD693 on white background.



Black color preview on #AFD693 background

This text has black color on #AFD693 background.


White color preview on #AFD693 background

This text has white color on #AFD693 background.