COLOR #AFDBB1

HEX: #AFDBB1 RGB: (175,219,177)

Color info

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

RGB color model

#AFDBB1 color RGB value is (175,219,177).

RGB: (175,219,177) (69%, 86%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 177 of 255 = 69%

175
219
177

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

Portions of RGB colors in percentages

R + G + B = 175 + 219 + 177 = 571 (100%)
R 175 of 571 ~ 30.65%
G 219 of 571 ~ 38.35%
B 177 of 571 ~ 31'%

%30.65
%38.35
%31

CMYK color model

#AFDBB1 color CMYK value is (20,0,19,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 14.12%

CMYK: (20,0,19,14)
C20M0Y19K14 (20%, 0%, 19%, 14%)
(0.20 / 0.00 / 0.19 / 0.14)

CMYK percentages

%20.09
%0
%19.18
%14.12

Codes

Color #AFDBB1 in popluar color models

AF DB B1
RGB 175 219 177
HSL 123° 37.93% 77.25%
HSB/HSV 123° 20.09% 85.88%
CMYK 20.09% 0.00% 19.18%
14.12%

Color #AFDBB1 in popluar number systems.

HEX AF DB B1
Decimal 175 219 177
Binary 10101111 11011011 10110001
Octal 257 333 261

Shades and tints

Shades of #AFDBB1

#AFDBB1
(175,219,177)
#A0C8A1
(160,200,161)
#91B591
(145,181,145)
#82A281
(130,162,129)
#738F71
(115,143,113)
#647C61
(100,124,97)
#556951
(85,105,81)
#465641
(70,86,65)
#374331
(55,67,49)
#283021
(40,48,33)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #AFDBB1

#AFDBB1
(175,219,177)
#B6DEB8
(182,222,184)
#BDE1BF
(189,225,191)
#C4E4C6
(196,228,198)
#CBE7CD
(203,231,205)
#D2EAD4
(210,234,212)
#D9EDDB
(217,237,219)
#E0F0E2
(224,240,226)
#E7F3E9
(231,243,233)
#EEF6F0
(238,246,240)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDBB1 color. Also use rgb(175,219,177) instead hex code.

Text Font Color

.myTextColor { color: #AFDBB1; }

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

This text font color is #AFDBB1.

Background Color

.myBgColor { background-color: #AFDBB1; }

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

This div background color is #AFDBB1.

Border color

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

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

This div border color is #AFDBB1.

Opacity

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

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

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

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

This text has shadow with #AFDBB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDBB1.

Preview

Color preview on black background

This text has color #AFDBB1 on black background.


Color preview on white background

This text has color #AFDBB1 on white background.


Black color preview on #AFDBB1 background

This text has black color on #AFDBB1 background.


White color preview on #AFDBB1 background

This text has white color on #AFDBB1 background.


Related colors

Complementary color

Complementary color for #hex is #50244E.


I love getcolorcode.com

Triadic colors

1 #B1AFDB and #DBB1AF with #AFDBB1 are triadic colors.

2 #B1DBAF and #DBAFB1 with #AFDBB1 are triadic colors.