COLOR #AFDAC5

HEX: #AFDAC5
RGB: (175,218,197)

Color info

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

RGB color model

#AFDAC5 color RGB value is (175,218,197).

  • red value is 175;
  • green value is 218;
  • blue value is 197.
RGB:
(175,218,197)
(69%,85%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 197 of 255 = 77%

175
218
197

R + G + B ~ 77%. #AFDAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 218 + 197 = 590 (100%)
R 175 of 590 ~ 29.66%
G 218 of 590 ~ 36.95%
B 197 of 590 ~ 33.39%

%29.66
%36.95
%33.39

CMYK color model

#AFDAC5 color CMYK value is (20,0,10,15).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%
CMYK:
(20,0,10,15)
C20M0Y10K15 
(20%,0%,10%,15%)
(0.20/0.00/0.10/0.15)	

CMYK percentages

%19.72
%0
%9.63
%14.51

Codes

Color #AFDAC5 in popluar color models

AFDAC5
RGB175218197
HSL151°36.75%77.06%
HSB/HSV151°19.72%85.49%
CMYK19.72%0.00%9.63%
14.51%

Color #AFDAC5 in popluar number systems.

HEXAFDAC5
Decimal175218197
Binary101011111101101011000101
Octal257332305

Shades and tints

Shades of #AFDAC5

#AFDAC5
(175,218,197)
#A0C7B4
(160,199,180)
#91B4A3
(145,180,163)
#82A192
(130,161,146)
#738E81
(115,142,129)
#647B70
(100,123,112)
#55685F
(85,104,95)
#46554E
(70,85,78)
#37423D
(55,66,61)
#282F2C
(40,47,44)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #AFDAC5

#AFDAC5
(175,218,197)
#B6DDCA
(182,221,202)
#BDE0CF
(189,224,207)
#C4E3D4
(196,227,212)
#CBE6D9
(203,230,217)
#D2E9DE
(210,233,222)
#D9ECE3
(217,236,227)
#E0EFE8
(224,239,232)
#E7F2ED
(231,242,237)
#EEF5F2
(238,245,242)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDAC5 color. Also use rgb(175,218,197) instead hex code.

Text Font Color

.myTextColor { color: #AFDAC5; }

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

This text font color is #AFDAC5.


Background Color

.myBgColor { background-color: #AFDAC5; }

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

This div background color is #AFDAC5.


Border color

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

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

This div border color is #AFDAC5.


Opacity

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

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

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

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

This text has shadow with #AFDAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDAC5 on black background.


Color preview on white background

This text has color #AFDAC5 on white background.



Black color preview on #AFDAC5 background

This text has black color on #AFDAC5 background.


White color preview on #AFDAC5 background

This text has white color on #AFDAC5 background.