COLOR #AFCDE3

HEX: #AFCDE3 RGB: (175,205,227)

Color info

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

RGB color model

#AFCDE3 color RGB value is (175,205,227).

RGB: (175,205,227) (69%, 80%, 89%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 227 of 255 = 89%

175
205
227

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

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 227 = 607 (100%)
R 175 of 607 ~ 28.83%
G 205 of 607 ~ 33.77%
B 227 of 607 ~ 37.4'%

%28.83
%33.77
%37.4

CMYK color model

#AFCDE3 color CMYK value is (23,10,0,11).

  • cyan value is 22.91%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (23,10,0,11)
C23M10Y0K11 (23%, 10%, 0%, 11%)
(0.23 / 0.10 / 0.00 / 0.11)

CMYK percentages

%22.91
%9.69
%0
%10.98

Codes

Color #AFCDE3 in popluar color models

AF CD E3
RGB 175 205 227
HSL 205° 48.15% 78.82%
HSB/HSV 205° 22.91% 89.02%
CMYK 22.91% 9.69% 0.00%
10.98%

Color #AFCDE3 in popluar number systems.

HEX AF CD E3
Decimal 175 205 227
Binary 10101111 11001101 11100011
Octal 257 315 343

Shades and tints

Shades of #AFCDE3

#AFCDE3
(175,205,227)
#A0BBCF
(160,187,207)
#91A9BB
(145,169,187)
#8297A7
(130,151,167)
#738593
(115,133,147)
#64737F
(100,115,127)
#55616B
(85,97,107)
#464F57
(70,79,87)
#373D43
(55,61,67)
#282B2F
(40,43,47)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFCDE3

#AFCDE3
(175,205,227)
#B6D1E5
(182,209,229)
#BDD5E7
(189,213,231)
#C4D9E9
(196,217,233)
#CBDDEB
(203,221,235)
#D2E1ED
(210,225,237)
#D9E5EF
(217,229,239)
#E0E9F1
(224,233,241)
#E7EDF3
(231,237,243)
#EEF1F5
(238,241,245)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDE3; }

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

This text font color is #AFCDE3.

Background Color

.myBgColor { background-color: #AFCDE3; }

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

This div background color is #AFCDE3.

Border color

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

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

This div border color is #AFCDE3.

Opacity

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

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

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

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

This text has shadow with #AFCDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCDE3.

Preview

Color preview on black background

This text has color #AFCDE3 on black background.


Color preview on white background

This text has color #AFCDE3 on white background.


Black color preview on #AFCDE3 background

This text has black color on #AFCDE3 background.


White color preview on #AFCDE3 background

This text has white color on #AFCDE3 background.


Related colors

Complementary color

Complementary color for #hex is #50321C.


I love getcolorcode.com

Triadic colors

1 #E3AFCD and #CDE3AF with #AFCDE3 are triadic colors.

2 #E3CDAF and #CDAFE3 with #AFCDE3 are triadic colors.