COLOR #AFCCDD

HEX: #AFCCDD RGB: (175,204,221)

Color info

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

RGB color model

#AFCCDD color RGB value is (175,204,221).

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

RGB channels and saturation

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

175
204
221

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

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 221 = 600 (100%)
R 175 of 600 ~ 29.17%
G 204 of 600 ~ 34%
B 221 of 600 ~ 36.83'%

%29.17
%34
%36.83

CMYK color model

#AFCCDD color CMYK value is (21,8,0,13).

  • cyan value is 20.81%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (21,8,0,13)
C21M8Y0K13 (21%, 8%, 0%, 13%)
(0.21 / 0.08 / 0.00 / 0.13)

CMYK percentages

%20.81
%7.69
%0
%13.33

Codes

Color #AFCCDD in popluar color models

AF CC DD
RGB 175 204 221
HSL 202° 40.35% 77.65%
HSB/HSV 202° 20.81% 86.67%
CMYK 20.81% 7.69% 0.00%
13.33%

Color #AFCCDD in popluar number systems.

HEX AF CC DD
Decimal 175 204 221
Binary 10101111 11001100 11011101
Octal 257 314 335

Shades and tints

Shades of #AFCCDD

#AFCCDD
(175,204,221)
#A0BAC9
(160,186,201)
#91A8B5
(145,168,181)
#8296A1
(130,150,161)
#73848D
(115,132,141)
#647279
(100,114,121)
#556065
(85,96,101)
#464E51
(70,78,81)
#373C3D
(55,60,61)
#282A29
(40,42,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFCCDD

#AFCCDD
(175,204,221)
#B6D0E0
(182,208,224)
#BDD4E3
(189,212,227)
#C4D8E6
(196,216,230)
#CBDCE9
(203,220,233)
#D2E0EC
(210,224,236)
#D9E4EF
(217,228,239)
#E0E8F2
(224,232,242)
#E7ECF5
(231,236,245)
#EEF0F8
(238,240,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCDD; }

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

This text font color is #AFCCDD.

Background Color

.myBgColor { background-color: #AFCCDD; }

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

This div background color is #AFCCDD.

Border color

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

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

This div border color is #AFCCDD.

Opacity

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

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

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

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

This text has shadow with #AFCCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCDD.

Preview

Color preview on black background

This text has color #AFCCDD on black background.


Color preview on white background

This text has color #AFCCDD on white background.


Black color preview on #AFCCDD background

This text has black color on #AFCCDD background.


White color preview on #AFCCDD background

This text has white color on #AFCCDD background.


Related colors

Complementary color

Complementary color for #hex is #503322.


I love getcolorcode.com

Triadic colors

1 #DDAFCC and #CCDDAF with #AFCCDD are triadic colors.

2 #DDCCAF and #CCAFDD with #AFCCDD are triadic colors.