COLOR #AFD7B3

HEX: #AFD7B3 RGB: (175,215,179)

Color info

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

RGB color model

#AFD7B3 color RGB value is (175,215,179).

RGB: (175,215,179) (69%, 84%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 179 of 255 = 70%

175
215
179

R + G + B ~ 74%. #AFD7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 179 = 569 (100%)
R 175 of 569 ~ 30.76%
G 215 of 569 ~ 37.79%
B 179 of 569 ~ 31.46'%

%30.76
%37.79
%31.46

CMYK color model

#AFD7B3 color CMYK value is (19,0,17,16).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 15.69%

CMYK: (19,0,17,16)
C19M0Y17K16 (19%, 0%, 17%, 16%)
(0.19 / 0.00 / 0.17 / 0.16)

CMYK percentages

%18.6
%0
%16.74
%15.69

Codes

Color #AFD7B3 in popluar color models

AF D7 B3
RGB 175 215 179
HSL 126° 33.33% 76.47%
HSB/HSV 126° 18.60% 84.31%
CMYK 18.60% 0.00% 16.74%
15.69%

Color #AFD7B3 in popluar number systems.

HEX AF D7 B3
Decimal 175 215 179
Binary 10101111 11010111 10110011
Octal 257 327 263

Shades and tints

Shades of #AFD7B3

#AFD7B3
(175,215,179)
#A0C4A3
(160,196,163)
#91B193
(145,177,147)
#829E83
(130,158,131)
#738B73
(115,139,115)
#647863
(100,120,99)
#556553
(85,101,83)
#465243
(70,82,67)
#373F33
(55,63,51)
#282C23
(40,44,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFD7B3

#AFD7B3
(175,215,179)
#B6DAB9
(182,218,185)
#BDDDBF
(189,221,191)
#C4E0C5
(196,224,197)
#CBE3CB
(203,227,203)
#D2E6D1
(210,230,209)
#D9E9D7
(217,233,215)
#E0ECDD
(224,236,221)
#E7EFE3
(231,239,227)
#EEF2E9
(238,242,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD7B3 color. Also use rgb(175,215,179) instead hex code.

Text Font Color

.myTextColor { color: #AFD7B3; }

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

This text font color is #AFD7B3.

Background Color

.myBgColor { background-color: #AFD7B3; }

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

This div background color is #AFD7B3.

Border color

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

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

This div border color is #AFD7B3.

Opacity

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

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

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

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

This text has shadow with #AFD7B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD7B3.

Preview

Color preview on black background

This text has color #AFD7B3 on black background.


Color preview on white background

This text has color #AFD7B3 on white background.


Black color preview on #AFD7B3 background

This text has black color on #AFD7B3 background.


White color preview on #AFD7B3 background

This text has white color on #AFD7B3 background.


Related colors

Complementary color

Complementary color for #hex is #50284C.


I love getcolorcode.com

Triadic colors

1 #B3AFD7 and #D7B3AF with #AFD7B3 are triadic colors.

2 #B3D7AF and #D7AFB3 with #AFD7B3 are triadic colors.