COLOR #AFCAE3

HEX: #AFCAE3 RGB: (175,202,227)

Color info

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

RGB color model

#AFCAE3 color RGB value is (175,202,227).

RGB: (175,202,227) (69%, 79%, 89%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 227 of 255 = 89%

175
202
227

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

Portions of RGB colors in percentages

R + G + B = 175 + 202 + 227 = 604 (100%)
R 175 of 604 ~ 28.97%
G 202 of 604 ~ 33.44%
B 227 of 604 ~ 37.58'%

%28.97
%33.44
%37.58

CMYK color model

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

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

CMYK: (23,11,0,11)
C23M11Y0K11 (23%, 11%, 0%, 11%)
(0.23 / 0.11 / 0.00 / 0.11)

CMYK percentages

%22.91
%11.01
%0
%10.98

Codes

Color #AFCAE3 in popluar color models

AF CA E3
RGB 175 202 227
HSL 209° 48.15% 78.82%
HSB/HSV 209° 22.91% 89.02%
CMYK 22.91% 11.01% 0.00%
10.98%

Color #AFCAE3 in popluar number systems.

HEX AF CA E3
Decimal 175 202 227
Binary 10101111 11001010 11100011
Octal 257 312 343

Shades and tints

Shades of #AFCAE3

#AFCAE3
(175,202,227)
#A0B8CF
(160,184,207)
#91A6BB
(145,166,187)
#8294A7
(130,148,167)
#738293
(115,130,147)
#64707F
(100,112,127)
#555E6B
(85,94,107)
#464C57
(70,76,87)
#373A43
(55,58,67)
#28282F
(40,40,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #AFCAE3

#AFCAE3
(175,202,227)
#B6CEE5
(182,206,229)
#BDD2E7
(189,210,231)
#C4D6E9
(196,214,233)
#CBDAEB
(203,218,235)
#D2DEED
(210,222,237)
#D9E2EF
(217,226,239)
#E0E6F1
(224,230,241)
#E7EAF3
(231,234,243)
#EEEEF5
(238,238,245)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCAE3; }

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

This text font color is #AFCAE3.

Background Color

.myBgColor { background-color: #AFCAE3; }

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

This div background color is #AFCAE3.

Border color

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

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

This div border color is #AFCAE3.

Opacity

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

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

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

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

This text has shadow with #AFCAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCAE3.

Preview

Color preview on black background

This text has color #AFCAE3 on black background.


Color preview on white background

This text has color #AFCAE3 on white background.


Black color preview on #AFCAE3 background

This text has black color on #AFCAE3 background.


White color preview on #AFCAE3 background

This text has white color on #AFCAE3 background.


Related colors

Complementary color

Complementary color for #hex is #50351C.


I love getcolorcode.com

Triadic colors

1 #E3AFCA and #CAE3AF with #AFCAE3 are triadic colors.

2 #E3CAAF and #CAAFE3 with #AFCAE3 are triadic colors.