COLOR #AFCDE1

HEX: #AFCDE1 RGB: (175,205,225)

Color info

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

RGB color model

#AFCDE1 color RGB value is (175,205,225).

RGB: (175,205,225) (69%, 80%, 88%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 225 of 255 = 88%

175
205
225

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

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 225 = 605 (100%)
R 175 of 605 ~ 28.93%
G 205 of 605 ~ 33.88%
B 225 of 605 ~ 37.19'%

%28.93
%33.88
%37.19

CMYK color model

#AFCDE1 color CMYK value is (22,9,0,12).

  • cyan value is 22.22%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (22,9,0,12)
C22M9Y0K12 (22%, 9%, 0%, 12%)
(0.22 / 0.09 / 0.00 / 0.12)

CMYK percentages

%22.22
%8.89
%0
%11.76

Codes

Color #AFCDE1 in popluar color models

AF CD E1
RGB 175 205 225
HSL 204° 45.45% 78.43%
HSB/HSV 204° 22.22% 88.24%
CMYK 22.22% 8.89% 0.00%
11.76%

Color #AFCDE1 in popluar number systems.

HEX AF CD E1
Decimal 175 205 225
Binary 10101111 11001101 11100001
Octal 257 315 341

Shades and tints

Shades of #AFCDE1

#AFCDE1
(175,205,225)
#A0BBCD
(160,187,205)
#91A9B9
(145,169,185)
#8297A5
(130,151,165)
#738591
(115,133,145)
#64737D
(100,115,125)
#556169
(85,97,105)
#464F55
(70,79,85)
#373D41
(55,61,65)
#282B2D
(40,43,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFCDE1

#AFCDE1
(175,205,225)
#B6D1E3
(182,209,227)
#BDD5E5
(189,213,229)
#C4D9E7
(196,217,231)
#CBDDE9
(203,221,233)
#D2E1EB
(210,225,235)
#D9E5ED
(217,229,237)
#E0E9EF
(224,233,239)
#E7EDF1
(231,237,241)
#EEF1F3
(238,241,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDE1; }

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

This text font color is #AFCDE1.

Background Color

.myBgColor { background-color: #AFCDE1; }

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

This div background color is #AFCDE1.

Border color

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

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

This div border color is #AFCDE1.

Opacity

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

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

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

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

This text has shadow with #AFCDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCDE1.

Preview

Color preview on black background

This text has color #AFCDE1 on black background.


Color preview on white background

This text has color #AFCDE1 on white background.


Black color preview on #AFCDE1 background

This text has black color on #AFCDE1 background.


White color preview on #AFCDE1 background

This text has white color on #AFCDE1 background.


Related colors

Complementary color

Complementary color for #hex is #50321E.


I love getcolorcode.com

Triadic colors

1 #E1AFCD and #CDE1AF with #AFCDE1 are triadic colors.

2 #E1CDAF and #CDAFE1 with #AFCDE1 are triadic colors.