COLOR #AFD9C4

HEX: #AFD9C4
RGB: (175,217,196)

Color info

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

RGB color model

#AFD9C4 color RGB value is (175,217,196).

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

RGB channels and saturation

R 175 of 255 = 69%
G 217 of 255 = 85%
B 196 of 255 = 77%

175
217
196

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

Portions of RGB colors in percentages

R + G + B =
175 + 217 + 196 = 588 (100%)
R 175 of 588 ~ 29.76%
G 217 of 588 ~ 36.9%
B 196 of 588 ~ 33.33%

%29.76
%36.9
%33.33

CMYK color model

#AFD9C4 color CMYK value is (19,0,10,15).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 14.90%
CMYK:
(19,0,10,15)
C19M0Y10K15 
(19%,0%,10%,15%)
(0.19/0.00/0.10/0.15)	

CMYK percentages

%19.35
%0
%9.68
%14.9

Codes

Color #AFD9C4 in popluar color models

AFD9C4
RGB175217196
HSL150°35.59%76.86%
HSB/HSV150°19.35%85.10%
CMYK19.35%0.00%9.68%
14.90%

Color #AFD9C4 in popluar number systems.

HEXAFD9C4
Decimal175217196
Binary101011111101100111000100
Octal257331304

Shades and tints

Shades of #AFD9C4

#AFD9C4
(175,217,196)
#A0C6B3
(160,198,179)
#91B3A2
(145,179,162)
#82A091
(130,160,145)
#738D80
(115,141,128)
#647A6F
(100,122,111)
#55675E
(85,103,94)
#46544D
(70,84,77)
#37413C
(55,65,60)
#282E2B
(40,46,43)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #AFD9C4

#AFD9C4
(175,217,196)
#B6DCC9
(182,220,201)
#BDDFCE
(189,223,206)
#C4E2D3
(196,226,211)
#CBE5D8
(203,229,216)
#D2E8DD
(210,232,221)
#D9EBE2
(217,235,226)
#E0EEE7
(224,238,231)
#E7F1EC
(231,241,236)
#EEF4F1
(238,244,241)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD9C4; }

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

This text font color is #AFD9C4.


Background Color

.myBgColor { background-color: #AFD9C4; }

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

This div background color is #AFD9C4.


Border color

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

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

This div border color is #AFD9C4.


Opacity

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

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

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

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

This text has shadow with #AFD9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD9C4 on black background.


Color preview on white background

This text has color #AFD9C4 on white background.



Black color preview on #AFD9C4 background

This text has black color on #AFD9C4 background.


White color preview on #AFD9C4 background

This text has white color on #AFD9C4 background.