COLOR #AFCAEF

HEX: #AFCAEF RGB: (175,202,239)

Color info

#AFCAEF contains mainly green and blue colors. Web safe color of #AFCAEF is #99CCFF (or #9CF).

RGB color model

#AFCAEF color RGB value is (175,202,239).

RGB: (175,202,239) (69%, 79%, 94%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 239 of 255 = 94%

175
202
239

R + G + B ~ 81%. #AFCAEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 202 + 239 = 616 (100%)
R 175 of 616 ~ 28.41%
G 202 of 616 ~ 32.79%
B 239 of 616 ~ 38.8'%

%28.41
%32.79
%38.8

CMYK color model

#AFCAEF color CMYK value is (27,15,0,6).

  • cyan value is 26.78%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (27,15,0,6)
C27M15Y0K6 (27%, 15%, 0%, 6%)
(0.27 / 0.15 / 0.00 / 0.06)

CMYK percentages

%26.78
%15.48
%0
%6.27

Codes

Color #AFCAEF in popluar color models

AF CA EF
RGB 175 202 239
HSL 215° 66.67% 81.18%
HSB/HSV 215° 26.78% 93.73%
CMYK 26.78% 15.48% 0.00%
6.27%

Color #AFCAEF in popluar number systems.

HEX AF CA EF
Decimal 175 202 239
Binary 10101111 11001010 11101111
Octal 257 312 357

Shades and tints

Shades of #AFCAEF

#AFCAEF
(175,202,239)
#A0B8DA
(160,184,218)
#91A6C5
(145,166,197)
#8294B0
(130,148,176)
#73829B
(115,130,155)
#647086
(100,112,134)
#555E71
(85,94,113)
#464C5C
(70,76,92)
#373A47
(55,58,71)
#282832
(40,40,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #AFCAEF

#AFCAEF
(175,202,239)
#B6CEF0
(182,206,240)
#BDD2F1
(189,210,241)
#C4D6F2
(196,214,242)
#CBDAF3
(203,218,243)
#D2DEF4
(210,222,244)
#D9E2F5
(217,226,245)
#E0E6F6
(224,230,246)
#E7EAF7
(231,234,247)
#EEEEF8
(238,238,248)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCAEF; }

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

This text font color is #AFCAEF.

Background Color

.myBgColor { background-color: #AFCAEF; }

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

This div background color is #AFCAEF.

Border color

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

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

This div border color is #AFCAEF.

Opacity

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

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

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

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

This text has shadow with #AFCAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCAEF.

Preview

Color preview on black background

This text has color #AFCAEF on black background.


Color preview on white background

This text has color #AFCAEF on white background.


Black color preview on #AFCAEF background

This text has black color on #AFCAEF background.


White color preview on #AFCAEF background

This text has white color on #AFCAEF background.


Related colors

Complementary color

Complementary color for #hex is #503510.


I love getcolorcode.com

Triadic colors

1 #EFAFCA and #CAEFAF with #AFCAEF are triadic colors.

2 #EFCAAF and #CAAFEF with #AFCAEF are triadic colors.