COLOR #AFCCDF

HEX: #AFCCDF RGB: (175,204,223)

Color info

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

RGB color model

#AFCCDF color RGB value is (175,204,223).

RGB: (175,204,223) (69%, 80%, 87%)

RGB channels and saturation

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

175
204
223

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

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 223 = 602 (100%)
R 175 of 602 ~ 29.07%
G 204 of 602 ~ 33.89%
B 223 of 602 ~ 37.04'%

%29.07
%33.89
%37.04

CMYK color model

#AFCCDF color CMYK value is (22,9,0,13).

  • cyan value is 21.52%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (22,9,0,13) C22M9Y0K13 (22%,9%,0%,13%) (0.22/0.09/0.00/0.13) 

CMYK percentages

%21.52
%8.52
%0
%12.55

Codes

Color #AFCCDF in popluar color models

AF CC DF
RGB 175 204 223
HSL 204° 42.86% 78.04%
HSB/HSV 204° 21.52% 87.45%
CMYK 21.52% 8.52% 0.00%
12.55%

Color #AFCCDF in popluar number systems.

HEX AF CC DF
Decimal 175 204 223
Binary 10101111 11001100 11011111
Octal 257 314 337

Shades and tints

Shades of #AFCCDF

#AFCCDF
(175,204,223)
#A0BACB
(160,186,203)
#91A8B7
(145,168,183)
#8296A3
(130,150,163)
#73848F
(115,132,143)
#64727B
(100,114,123)
#556067
(85,96,103)
#464E53
(70,78,83)
#373C3F
(55,60,63)
#282A2B
(40,42,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFCCDF

#AFCCDF
(175,204,223)
#B6D0E1
(182,208,225)
#BDD4E3
(189,212,227)
#C4D8E5
(196,216,229)
#CBDCE7
(203,220,231)
#D2E0E9
(210,224,233)
#D9E4EB
(217,228,235)
#E0E8ED
(224,232,237)
#E7ECEF
(231,236,239)
#EEF0F1
(238,240,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCDF; }

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

This text font color is #AFCCDF.

Background Color

.myBgColor { background-color: #AFCCDF; }

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

This div background color is #AFCCDF.

Border color

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

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

This div border color is #AFCCDF.

Opacity

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

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

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

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

This text has shadow with #AFCCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCDF.

Preview

Color preview on black background

This text has color #AFCCDF on black background.


Color preview on white background

This text has color #AFCCDF on white background.


Black color preview on #AFCCDF background

This text has black color on #AFCCDF background.


White color preview on #AFCCDF background

This text has white color on #AFCCDF background.


Related colors

Complementary color

Complementary color for #hex is #503320.


I love getcolorcode.com

Triadic colors

1 #DFAFCC and #CCDFAF with #AFCCDF are triadic colors.

2 #DFCCAF and #CCAFDF with #AFCCDF are triadic colors.