COLOR #AFC3EA

HEX: #AFC3EA RGB: (175,195,234)

Color info

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

RGB color model

#AFC3EA color RGB value is (175,195,234).

RGB: (175,195,234) (69%, 76%, 92%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 234 of 255 = 92%

175
195
234

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

Portions of RGB colors in percentages

R + G + B = 175 + 195 + 234 = 604 (100%)
R 175 of 604 ~ 28.97%
G 195 of 604 ~ 32.28%
B 234 of 604 ~ 38.74'%

%28.97
%32.28
%38.74

CMYK color model

#AFC3EA color CMYK value is (25,17,0,8).

  • cyan value is 25.21%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (25,17,0,8)
C25M17Y0K8 (25%, 17%, 0%, 8%)
(0.25 / 0.17 / 0.00 / 0.08)

CMYK percentages

%25.21
%16.67
%0
%8.24

Codes

Color #AFC3EA in popluar color models

AF C3 EA
RGB 175 195 234
HSL 220° 58.42% 80.20%
HSB/HSV 220° 25.21% 91.76%
CMYK 25.21% 16.67% 0.00%
8.24%

Color #AFC3EA in popluar number systems.

HEX AF C3 EA
Decimal 175 195 234
Binary 10101111 11000011 11101010
Octal 257 303 352

Shades and tints

Shades of #AFC3EA

#AFC3EA
(175,195,234)
#A0B2D5
(160,178,213)
#91A1C0
(145,161,192)
#8290AB
(130,144,171)
#737F96
(115,127,150)
#646E81
(100,110,129)
#555D6C
(85,93,108)
#464C57
(70,76,87)
#373B42
(55,59,66)
#282A2D
(40,42,45)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFC3EA

#AFC3EA
(175,195,234)
#B6C8EB
(182,200,235)
#BDCDEC
(189,205,236)
#C4D2ED
(196,210,237)
#CBD7EE
(203,215,238)
#D2DCEF
(210,220,239)
#D9E1F0
(217,225,240)
#E0E6F1
(224,230,241)
#E7EBF2
(231,235,242)
#EEF0F3
(238,240,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC3EA color. Also use rgb(175,195,234) instead hex code.

Text Font Color

.myTextColor { color: #AFC3EA; }

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

This text font color is #AFC3EA.

Background Color

.myBgColor { background-color: #AFC3EA; }

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

This div background color is #AFC3EA.

Border color

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

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

This div border color is #AFC3EA.

Opacity

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

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

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

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

This text has shadow with #AFC3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC3EA.

Preview

Color preview on black background

This text has color #AFC3EA on black background.


Color preview on white background

This text has color #AFC3EA on white background.


Black color preview on #AFC3EA background

This text has black color on #AFC3EA background.


White color preview on #AFC3EA background

This text has white color on #AFC3EA background.


Related colors

Complementary color

Complementary color for #hex is #503C15.


I love getcolorcode.com

Triadic colors

1 #EAAFC3 and #C3EAAF with #AFC3EA are triadic colors.

2 #EAC3AF and #C3AFEA with #AFC3EA are triadic colors.