COLOR #AFCDD1

HEX: #AFCDD1
RGB: (175,205,209)

Color info

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

RGB color model

#AFCDD1 color RGB value is (175,205,209).

  • red value is 175;
  • green value is 205;
  • blue value is 209.
RGB:
(175,205,209)
(69%,80%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 209 of 255 = 82%

175
205
209

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

Portions of RGB colors in percentages

R + G + B =
175 + 205 + 209 = 589 (100%)
R 175 of 589 ~ 29.71%
G 205 of 589 ~ 34.8%
B 209 of 589 ~ 35.48%

%29.71
%34.8
%35.48

CMYK color model

#AFCDD1 color CMYK value is (16,2,0,18).

  • cyan value is 16.27%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,2,0,18)
C16M2Y0K18 
(16%,2%,0%,18%)
(0.16/0.02/0.00/0.18)	

CMYK percentages

%16.27
%1.91
%0
%18.04

Codes

Color #AFCDD1 in popluar color models

AFCDD1
RGB175205209
HSL187°26.98%75.29%
HSB/HSV187°16.27%81.96%
CMYK16.27%1.91%0.00%
18.04%

Color #AFCDD1 in popluar number systems.

HEXAFCDD1
Decimal175205209
Binary101011111100110111010001
Octal257315321

Shades and tints

Shades of #AFCDD1

#AFCDD1
(175,205,209)
#A0BBBE
(160,187,190)
#91A9AB
(145,169,171)
#829798
(130,151,152)
#738585
(115,133,133)
#647372
(100,115,114)
#55615F
(85,97,95)
#464F4C
(70,79,76)
#373D39
(55,61,57)
#282B26
(40,43,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFCDD1

#AFCDD1
(175,205,209)
#B6D1D5
(182,209,213)
#BDD5D9
(189,213,217)
#C4D9DD
(196,217,221)
#CBDDE1
(203,221,225)
#D2E1E5
(210,225,229)
#D9E5E9
(217,229,233)
#E0E9ED
(224,233,237)
#E7EDF1
(231,237,241)
#EEF1F5
(238,241,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDD1; }

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

This text font color is #AFCDD1.


Background Color

.myBgColor { background-color: #AFCDD1; }

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

This div background color is #AFCDD1.


Border color

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

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

This div border color is #AFCDD1.


Opacity

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

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

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

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

This text has shadow with #AFCDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCDD1 on black background.


Color preview on white background

This text has color #AFCDD1 on white background.



Black color preview on #AFCDD1 background

This text has black color on #AFCDD1 background.


White color preview on #AFCDD1 background

This text has white color on #AFCDD1 background.