COLOR #AFCCEA

HEX: #AFCCEA RGB: (175,204,234)

Color info

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

RGB color model

#AFCCEA color RGB value is (175,204,234).

RGB: (175,204,234) (69%, 80%, 92%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 234 of 255 = 92%

175
204
234

R + G + B ~ 80%. #AFCCEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 234 = 613 (100%)
R 175 of 613 ~ 28.55%
G 204 of 613 ~ 33.28%
B 234 of 613 ~ 38.17'%

%28.55
%33.28
%38.17

CMYK color model

#AFCCEA color CMYK value is (25,13,0,8).

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

CMYK: (25,13,0,8)
C25M13Y0K8 (25%, 13%, 0%, 8%)
(0.25 / 0.13 / 0.00 / 0.08)

CMYK percentages

%25.21
%12.82
%0
%8.24

Codes

Color #AFCCEA in popluar color models

AF CC EA
RGB 175 204 234
HSL 211° 58.42% 80.20%
HSB/HSV 211° 25.21% 91.76%
CMYK 25.21% 12.82% 0.00%
8.24%

Color #AFCCEA in popluar number systems.

HEX AF CC EA
Decimal 175 204 234
Binary 10101111 11001100 11101010
Octal 257 314 352

Shades and tints

Shades of #AFCCEA

#AFCCEA
(175,204,234)
#A0BAD5
(160,186,213)
#91A8C0
(145,168,192)
#8296AB
(130,150,171)
#738496
(115,132,150)
#647281
(100,114,129)
#55606C
(85,96,108)
#464E57
(70,78,87)
#373C42
(55,60,66)
#282A2D
(40,42,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFCCEA

#AFCCEA
(175,204,234)
#B6D0EB
(182,208,235)
#BDD4EC
(189,212,236)
#C4D8ED
(196,216,237)
#CBDCEE
(203,220,238)
#D2E0EF
(210,224,239)
#D9E4F0
(217,228,240)
#E0E8F1
(224,232,241)
#E7ECF2
(231,236,242)
#EEF0F3
(238,240,243)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCEA; }

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

This text font color is #AFCCEA.

Background Color

.myBgColor { background-color: #AFCCEA; }

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

This div background color is #AFCCEA.

Border color

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

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

This div border color is #AFCCEA.

Opacity

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

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

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

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

This text has shadow with #AFCCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCEA.

Preview

Color preview on black background

This text has color #AFCCEA on black background.


Color preview on white background

This text has color #AFCCEA on white background.


Black color preview on #AFCCEA background

This text has black color on #AFCCEA background.


White color preview on #AFCCEA background

This text has white color on #AFCCEA background.


Related colors

Complementary color

Complementary color for #hex is #503315.


I love getcolorcode.com

Triadic colors

1 #EAAFCC and #CCEAAF with #AFCCEA are triadic colors.

2 #EACCAF and #CCAFEA with #AFCCEA are triadic colors.