COLOR #AFD7B5

HEX: #AFD7B5 RGB: (175,215,181)

Color info

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

RGB color model

#AFD7B5 color RGB value is (175,215,181).

RGB: (175,215,181) (69%, 84%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 181 of 255 = 71%

175
215
181

R + G + B ~ 75%. #AFD7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 181 = 571 (100%)
R 175 of 571 ~ 30.65%
G 215 of 571 ~ 37.65%
B 181 of 571 ~ 31.7'%

%30.65
%37.65
%31.7

CMYK color model

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

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

CMYK: (19,0,16,16)
C19M0Y16K16 (19%, 0%, 16%, 16%)
(0.19 / 0.00 / 0.16 / 0.16)

CMYK percentages

%18.6
%0
%15.81
%15.69

Codes

Color #AFD7B5 in popluar color models

AF D7 B5
RGB 175 215 181
HSL 129° 33.33% 76.47%
HSB/HSV 129° 18.60% 84.31%
CMYK 18.60% 0.00% 15.81%
15.69%

Color #AFD7B5 in popluar number systems.

HEX AF D7 B5
Decimal 175 215 181
Binary 10101111 11010111 10110101
Octal 257 327 265

Shades and tints

Shades of #AFD7B5

#AFD7B5
(175,215,181)
#A0C4A5
(160,196,165)
#91B195
(145,177,149)
#829E85
(130,158,133)
#738B75
(115,139,117)
#647865
(100,120,101)
#556555
(85,101,85)
#465245
(70,82,69)
#373F35
(55,63,53)
#282C25
(40,44,37)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #AFD7B5

#AFD7B5
(175,215,181)
#B6DABB
(182,218,187)
#BDDDC1
(189,221,193)
#C4E0C7
(196,224,199)
#CBE3CD
(203,227,205)
#D2E6D3
(210,230,211)
#D9E9D9
(217,233,217)
#E0ECDF
(224,236,223)
#E7EFE5
(231,239,229)
#EEF2EB
(238,242,235)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD7B5; }

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

This text font color is #AFD7B5.

Background Color

.myBgColor { background-color: #AFD7B5; }

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

This div background color is #AFD7B5.

Border color

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

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

This div border color is #AFD7B5.

Opacity

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

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

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

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

This text has shadow with #AFD7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD7B5.

Preview

Color preview on black background

This text has color #AFD7B5 on black background.


Color preview on white background

This text has color #AFD7B5 on white background.


Black color preview on #AFD7B5 background

This text has black color on #AFD7B5 background.


White color preview on #AFD7B5 background

This text has white color on #AFD7B5 background.


Related colors

Complementary color

Complementary color for #hex is #50284A.


I love getcolorcode.com

Triadic colors

1 #B5AFD7 and #D7B5AF with #AFD7B5 are triadic colors.

2 #B5D7AF and #D7AFB5 with #AFD7B5 are triadic colors.