COLOR #AFEACC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
234
204

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

Portions of RGB colors in percentages

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

%28.55
%38.17
%33.28

CMYK color model

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

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

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

CMYK percentages

%25.21
%0
%12.82
%8.24

Codes

Color #AFEACC in popluar color models

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

Color #AFEACC in popluar number systems.

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

Shades and tints

Shades of #AFEACC

#AFEACC
(175,234,204)
#A0D5BA
(160,213,186)
#91C0A8
(145,192,168)
#82AB96
(130,171,150)
#739684
(115,150,132)
#648172
(100,129,114)
#556C60
(85,108,96)
#46574E
(70,87,78)
#37423C
(55,66,60)
#282D2A
(40,45,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFEACC

#AFEACC
(175,234,204)
#B6EBD0
(182,235,208)
#BDECD4
(189,236,212)
#C4EDD8
(196,237,216)
#CBEEDC
(203,238,220)
#D2EFE0
(210,239,224)
#D9F0E4
(217,240,228)
#E0F1E8
(224,241,232)
#E7F2EC
(231,242,236)
#EEF3F0
(238,243,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEACC; }

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

This text font color is #AFEACC.

Background Color

.myBgColor { background-color: #AFEACC; }

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

This div background color is #AFEACC.

Border color

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

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

This div border color is #AFEACC.

Opacity

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

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

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

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

This text has shadow with #AFEACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEACC.

Preview

Color preview on black background

This text has color #AFEACC on black background.


Color preview on white background

This text has color #AFEACC on white background.


Black color preview on #AFEACC background

This text has black color on #AFEACC background.


White color preview on #AFEACC background

This text has white color on #AFEACC background.


Related colors

Complementary color

Complementary color for #hex is #501533.


I love getcolorcode.com

Triadic colors

1 #CCAFEA and #EACCAF with #AFEACC are triadic colors.

2 #CCEAAF and #EAAFCC with #AFEACC are triadic colors.