COLOR #AFC4CE

HEX: #AFC4CE RGB: (175,196,206)

Color info

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

RGB color model

#AFC4CE color RGB value is (175,196,206).

RGB: (175,196,206) (69%, 77%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 206 of 255 = 81%

175
196
206

R + G + B ~ 76%. #AFC4CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 206 = 577 (100%)
R 175 of 577 ~ 30.33%
G 196 of 577 ~ 33.97%
B 206 of 577 ~ 35.7'%

%30.33
%33.97
%35.7

CMYK color model

#AFC4CE color CMYK value is (15,5,0,19).

  • cyan value is 15.05%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (15,5,0,19) C15M5Y0K19 (15%,5%,0%,19%) (0.15/0.05/0.00/0.19) 

CMYK percentages

%15.05
%4.85
%0
%19.22

Codes

Color #AFC4CE in popluar color models

AF C4 CE
RGB 175 196 206
HSL 199° 24.03% 74.71%
HSB/HSV 199° 15.05% 80.78%
CMYK 15.05% 4.85% 0.00%
19.22%

Color #AFC4CE in popluar number systems.

HEX AF C4 CE
Decimal 175 196 206
Binary 10101111 11000100 11001110
Octal 257 304 316

Shades and tints

Shades of #AFC4CE

#AFC4CE
(175,196,206)
#A0B3BC
(160,179,188)
#91A2AA
(145,162,170)
#829198
(130,145,152)
#738086
(115,128,134)
#646F74
(100,111,116)
#555E62
(85,94,98)
#464D50
(70,77,80)
#373C3E
(55,60,62)
#282B2C
(40,43,44)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #AFC4CE

#AFC4CE
(175,196,206)
#B6C9D2
(182,201,210)
#BDCED6
(189,206,214)
#C4D3DA
(196,211,218)
#CBD8DE
(203,216,222)
#D2DDE2
(210,221,226)
#D9E2E6
(217,226,230)
#E0E7EA
(224,231,234)
#E7ECEE
(231,236,238)
#EEF1F2
(238,241,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC4CE color. Also use rgb(175,196,206) instead hex code.

Text Font Color

.myTextColor { color: #AFC4CE; }

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

This text font color is #AFC4CE.

Background Color

.myBgColor { background-color: #AFC4CE; }

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

This div background color is #AFC4CE.

Border color

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

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

This div border color is #AFC4CE.

Opacity

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

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

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

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

This text has shadow with #AFC4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC4CE.

Preview

Color preview on black background

This text has color #AFC4CE on black background.


Color preview on white background

This text has color #AFC4CE on white background.


Black color preview on #AFC4CE background

This text has black color on #AFC4CE background.


White color preview on #AFC4CE background

This text has white color on #AFC4CE background.


Related colors

Complementary color

Complementary color for #hex is #503B31.


I love getcolorcode.com

Triadic colors

1 #CEAFC4 and #C4CEAF with #AFC4CE are triadic colors.

2 #CEC4AF and #C4AFCE with #AFC4CE are triadic colors.