COLOR #AFCDDF

HEX: #AFCDDF
RGB: (175,205,223)

Color info

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

RGB color model

#AFCDDF color RGB value is (175,205,223).

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

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 223 of 255 = 87%

175
205
223

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

Portions of RGB colors in percentages

R + G + B =
175 + 205 + 223 = 603 (100%)
R 175 of 603 ~ 29.02%
G 205 of 603 ~ 34%
B 223 of 603 ~ 36.98%

%29.02
%34
%36.98

CMYK color model

#AFCDDF color CMYK value is (22,8,0,13).

  • cyan value is 21.52%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,8,0,13)
C22M8Y0K13 
(22%,8%,0%,13%)
(0.22/0.08/0.00/0.13)	

CMYK percentages

%21.52
%8.07
%0
%12.55

Codes

Color #AFCDDF in popluar color models

AFCDDF
RGB175205223
HSL203°42.86%78.04%
HSB/HSV203°21.52%87.45%
CMYK21.52%8.07%0.00%
12.55%

Color #AFCDDF in popluar number systems.

HEXAFCDDF
Decimal175205223
Binary101011111100110111011111
Octal257315337

Shades and tints

Shades of #AFCDDF

#AFCDDF
(175,205,223)
#A0BBCB
(160,187,203)
#91A9B7
(145,169,183)
#8297A3
(130,151,163)
#73858F
(115,133,143)
#64737B
(100,115,123)
#556167
(85,97,103)
#464F53
(70,79,83)
#373D3F
(55,61,63)
#282B2B
(40,43,43)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFCDDF

#AFCDDF
(175,205,223)
#B6D1E1
(182,209,225)
#BDD5E3
(189,213,227)
#C4D9E5
(196,217,229)
#CBDDE7
(203,221,231)
#D2E1E9
(210,225,233)
#D9E5EB
(217,229,235)
#E0E9ED
(224,233,237)
#E7EDEF
(231,237,239)
#EEF1F1
(238,241,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDDF; }

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

This text font color is #AFCDDF.


Background Color

.myBgColor { background-color: #AFCDDF; }

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

This div background color is #AFCDDF.


Border color

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

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

This div border color is #AFCDDF.


Opacity

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

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

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

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

This text has shadow with #AFCDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCDDF on black background.


Color preview on white background

This text has color #AFCDDF on white background.



Black color preview on #AFCDDF background

This text has black color on #AFCDDF background.


White color preview on #AFCDDF background

This text has white color on #AFCDDF background.