COLOR #AFCCD6

HEX: #AFCCD6 RGB: (175,204,214)

Color info

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

RGB color model

#AFCCD6 color RGB value is (175,204,214).

RGB: (175,204,214) (69%, 80%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 214 of 255 = 84%

175
204
214

R + G + B ~ 78%. #AFCCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 214 = 593 (100%)
R 175 of 593 ~ 29.51%
G 204 of 593 ~ 34.4%
B 214 of 593 ~ 36.09'%

%29.51
%34.4
%36.09

CMYK color model

#AFCCD6 color CMYK value is (18,5,0,16).

  • cyan value is 18.22%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (18,5,0,16)
C18M5Y0K16 (18%, 5%, 0%, 16%)
(0.18 / 0.05 / 0.00 / 0.16)

CMYK percentages

%18.22
%4.67
%0
%16.08

Codes

Color #AFCCD6 in popluar color models

AF CC D6
RGB 175 204 214
HSL 195° 32.23% 76.27%
HSB/HSV 195° 18.22% 83.92%
CMYK 18.22% 4.67% 0.00%
16.08%

Color #AFCCD6 in popluar number systems.

HEX AF CC D6
Decimal 175 204 214
Binary 10101111 11001100 11010110
Octal 257 314 326

Shades and tints

Shades of #AFCCD6

#AFCCD6
(175,204,214)
#A0BAC3
(160,186,195)
#91A8B0
(145,168,176)
#82969D
(130,150,157)
#73848A
(115,132,138)
#647277
(100,114,119)
#556064
(85,96,100)
#464E51
(70,78,81)
#373C3E
(55,60,62)
#282A2B
(40,42,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFCCD6

#AFCCD6
(175,204,214)
#B6D0D9
(182,208,217)
#BDD4DC
(189,212,220)
#C4D8DF
(196,216,223)
#CBDCE2
(203,220,226)
#D2E0E5
(210,224,229)
#D9E4E8
(217,228,232)
#E0E8EB
(224,232,235)
#E7ECEE
(231,236,238)
#EEF0F1
(238,240,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCD6; }

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

This text font color is #AFCCD6.

Background Color

.myBgColor { background-color: #AFCCD6; }

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

This div background color is #AFCCD6.

Border color

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

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

This div border color is #AFCCD6.

Opacity

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

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

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

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

This text has shadow with #AFCCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCD6.

Preview

Color preview on black background

This text has color #AFCCD6 on black background.


Color preview on white background

This text has color #AFCCD6 on white background.


Black color preview on #AFCCD6 background

This text has black color on #AFCCD6 background.


White color preview on #AFCCD6 background

This text has white color on #AFCCD6 background.


Related colors

Complementary color

Complementary color for #hex is #503329.


I love getcolorcode.com

Triadic colors

1 #D6AFCC and #CCD6AF with #AFCCD6 are triadic colors.

2 #D6CCAF and #CCAFD6 with #AFCCD6 are triadic colors.