COLOR #AFC7CE

HEX: #AFC7CE
RGB: (175,199,206)

Color info

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

RGB color model

#AFC7CE color RGB value is (175,199,206).

  • red value is 175;
  • green value is 199;
  • blue value is 206.
RGB:
(175,199,206)
(69%,78%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 206 of 255 = 81%

175
199
206

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

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 206 = 580 (100%)
R 175 of 580 ~ 30.17%
G 199 of 580 ~ 34.31%
B 206 of 580 ~ 35.52%

%30.17
%34.31
%35.52

CMYK color model

#AFC7CE color CMYK value is (15,3,0,19).

  • cyan value is 15.05%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(15,3,0,19)
C15M3Y0K19 
(15%,3%,0%,19%)
(0.15/0.03/0.00/0.19)	

CMYK percentages

%15.05
%3.4
%0
%19.22

Codes

Color #AFC7CE in popluar color models

AFC7CE
RGB175199206
HSL194°24.03%74.71%
HSB/HSV194°15.05%80.78%
CMYK15.05%3.40%0.00%
19.22%

Color #AFC7CE in popluar number systems.

HEXAFC7CE
Decimal175199206
Binary101011111100011111001110
Octal257307316

Shades and tints

Shades of #AFC7CE

#AFC7CE
(175,199,206)
#A0B5BC
(160,181,188)
#91A3AA
(145,163,170)
#829198
(130,145,152)
#737F86
(115,127,134)
#646D74
(100,109,116)
#555B62
(85,91,98)
#464950
(70,73,80)
#37373E
(55,55,62)
#28252C
(40,37,44)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #AFC7CE

#AFC7CE
(175,199,206)
#B6CCD2
(182,204,210)
#BDD1D6
(189,209,214)
#C4D6DA
(196,214,218)
#CBDBDE
(203,219,222)
#D2E0E2
(210,224,226)
#D9E5E6
(217,229,230)
#E0EAEA
(224,234,234)
#E7EFEE
(231,239,238)
#EEF4F2
(238,244,242)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC7CE; }

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

This text font color is #AFC7CE.


Background Color

.myBgColor { background-color: #AFC7CE; }

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

This div background color is #AFC7CE.


Border color

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

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

This div border color is #AFC7CE.


Opacity

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

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

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

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

This text has shadow with #AFC7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC7CE on black background.


Color preview on white background

This text has color #AFC7CE on white background.



Black color preview on #AFC7CE background

This text has black color on #AFC7CE background.


White color preview on #AFC7CE background

This text has white color on #AFC7CE background.