COLOR #AFDBD1

HEX: #AFDBD1 RGB: (175,219,209)

Color info

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

RGB color model

#AFDBD1 color RGB value is (175,219,209).

RGB: (175,219,209) (69%, 86%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 209 of 255 = 82%

175
219
209

R + G + B ~ 79%. #AFDBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 219 + 209 = 603 (100%)
R 175 of 603 ~ 29.02%
G 219 of 603 ~ 36.32%
B 209 of 603 ~ 34.66'%

%29.02
%36.32
%34.66

CMYK color model

#AFDBD1 color CMYK value is (20,0,5,14).

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

CMYK: (20,0,5,14)
C20M0Y5K14 (20%, 0%, 5%, 14%)
(0.20 / 0.00 / 0.05 / 0.14)

CMYK percentages

%20.09
%0
%4.57
%14.12

Codes

Color #AFDBD1 in popluar color models

AF DB D1
RGB 175 219 209
HSL 166° 37.93% 77.25%
HSB/HSV 166° 20.09% 85.88%
CMYK 20.09% 0.00% 4.57%
14.12%

Color #AFDBD1 in popluar number systems.

HEX AF DB D1
Decimal 175 219 209
Binary 10101111 11011011 11010001
Octal 257 333 321

Shades and tints

Shades of #AFDBD1

#AFDBD1
(175,219,209)
#A0C8BE
(160,200,190)
#91B5AB
(145,181,171)
#82A298
(130,162,152)
#738F85
(115,143,133)
#647C72
(100,124,114)
#55695F
(85,105,95)
#46564C
(70,86,76)
#374339
(55,67,57)
#283026
(40,48,38)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #AFDBD1

#AFDBD1
(175,219,209)
#B6DED5
(182,222,213)
#BDE1D9
(189,225,217)
#C4E4DD
(196,228,221)
#CBE7E1
(203,231,225)
#D2EAE5
(210,234,229)
#D9EDE9
(217,237,233)
#E0F0ED
(224,240,237)
#E7F3F1
(231,243,241)
#EEF6F5
(238,246,245)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDBD1; }

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

This text font color is #AFDBD1.

Background Color

.myBgColor { background-color: #AFDBD1; }

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

This div background color is #AFDBD1.

Border color

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

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

This div border color is #AFDBD1.

Opacity

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

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

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

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

This text has shadow with #AFDBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDBD1.

Preview

Color preview on black background

This text has color #AFDBD1 on black background.


Color preview on white background

This text has color #AFDBD1 on white background.


Black color preview on #AFDBD1 background

This text has black color on #AFDBD1 background.


White color preview on #AFDBD1 background

This text has white color on #AFDBD1 background.


Related colors

Complementary color

Complementary color for #hex is #50242E.


I love getcolorcode.com

Triadic colors

1 #D1AFDB and #DBD1AF with #AFDBD1 are triadic colors.

2 #D1DBAF and #DBAFD1 with #AFDBD1 are triadic colors.