COLOR #AFD9CA

HEX: #AFD9CA RGB: (175,217,202)

Color info

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

RGB color model

#AFD9CA color RGB value is (175,217,202).

RGB: (175,217,202) (69%, 85%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 217 of 255 = 85%
B 202 of 255 = 79%

175
217
202

R + G + B ~ 78%. #AFD9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 217 + 202 = 594 (100%)
R 175 of 594 ~ 29.46%
G 217 of 594 ~ 36.53%
B 202 of 594 ~ 34.01'%

%29.46
%36.53
%34.01

CMYK color model

#AFD9CA color CMYK value is (19,0,7,15).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 14.90%

CMYK: (19,0,7,15)
C19M0Y7K15 (19%, 0%, 7%, 15%)
(0.19 / 0.00 / 0.07 / 0.15)

CMYK percentages

%19.35
%0
%6.91
%14.9

Codes

Color #AFD9CA in popluar color models

AF D9 CA
RGB 175 217 202
HSL 159° 35.59% 76.86%
HSB/HSV 159° 19.35% 85.10%
CMYK 19.35% 0.00% 6.91%
14.90%

Color #AFD9CA in popluar number systems.

HEX AF D9 CA
Decimal 175 217 202
Binary 10101111 11011001 11001010
Octal 257 331 312

Shades and tints

Shades of #AFD9CA

#AFD9CA
(175,217,202)
#A0C6B8
(160,198,184)
#91B3A6
(145,179,166)
#82A094
(130,160,148)
#738D82
(115,141,130)
#647A70
(100,122,112)
#55675E
(85,103,94)
#46544C
(70,84,76)
#37413A
(55,65,58)
#282E28
(40,46,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #AFD9CA

#AFD9CA
(175,217,202)
#B6DCCE
(182,220,206)
#BDDFD2
(189,223,210)
#C4E2D6
(196,226,214)
#CBE5DA
(203,229,218)
#D2E8DE
(210,232,222)
#D9EBE2
(217,235,226)
#E0EEE6
(224,238,230)
#E7F1EA
(231,241,234)
#EEF4EE
(238,244,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD9CA color. Also use rgb(175,217,202) instead hex code.

Text Font Color

.myTextColor { color: #AFD9CA; }

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

This text font color is #AFD9CA.

Background Color

.myBgColor { background-color: #AFD9CA; }

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

This div background color is #AFD9CA.

Border color

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

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

This div border color is #AFD9CA.

Opacity

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

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

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

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

This text has shadow with #AFD9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD9CA.

Preview

Color preview on black background

This text has color #AFD9CA on black background.


Color preview on white background

This text has color #AFD9CA on white background.


Black color preview on #AFD9CA background

This text has black color on #AFD9CA background.


White color preview on #AFD9CA background

This text has white color on #AFD9CA background.


Related colors

Complementary color

Complementary color for #hex is #502635.


I love getcolorcode.com

Triadic colors

1 #CAAFD9 and #D9CAAF with #AFD9CA are triadic colors.

2 #CAD9AF and #D9AFCA with #AFD9CA are triadic colors.