COLOR #AFD1BC

HEX: #AFD1BC
RGB: (175,209,188)

Color info

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

RGB color model

#AFD1BC color RGB value is (175,209,188).

  • red value is 175;
  • green value is 209;
  • blue value is 188.
RGB:
(175,209,188)
(69%,82%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 188 of 255 = 74%

175
209
188

R + G + B ~ 75%. #AFD1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 188 = 572 (100%)
R 175 of 572 ~ 30.59%
G 209 of 572 ~ 36.54%
B 188 of 572 ~ 32.87%

%30.59
%36.54
%32.87

CMYK color model

#AFD1BC color CMYK value is (16,0,10,18).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 18.04%
CMYK:
(16,0,10,18)
C16M0Y10K18 
(16%,0%,10%,18%)
(0.16/0.00/0.10/0.18)	

CMYK percentages

%16.27
%0
%10.05
%18.04

Codes

Color #AFD1BC in popluar color models

AFD1BC
RGB175209188
HSL143°26.98%75.29%
HSB/HSV143°16.27%81.96%
CMYK16.27%0.00%10.05%
18.04%

Color #AFD1BC in popluar number systems.

HEXAFD1BC
Decimal175209188
Binary101011111101000110111100
Octal257321274

Shades and tints

Shades of #AFD1BC

#AFD1BC
(175,209,188)
#A0BEAB
(160,190,171)
#91AB9A
(145,171,154)
#829889
(130,152,137)
#738578
(115,133,120)
#647267
(100,114,103)
#555F56
(85,95,86)
#464C45
(70,76,69)
#373934
(55,57,52)
#282623
(40,38,35)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AFD1BC

#AFD1BC
(175,209,188)
#B6D5C2
(182,213,194)
#BDD9C8
(189,217,200)
#C4DDCE
(196,221,206)
#CBE1D4
(203,225,212)
#D2E5DA
(210,229,218)
#D9E9E0
(217,233,224)
#E0EDE6
(224,237,230)
#E7F1EC
(231,241,236)
#EEF5F2
(238,245,242)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD1BC color. Also use rgb(175,209,188) instead hex code.

Text Font Color

.myTextColor { color: #AFD1BC; }

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

This text font color is #AFD1BC.


Background Color

.myBgColor { background-color: #AFD1BC; }

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

This div background color is #AFD1BC.


Border color

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

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

This div border color is #AFD1BC.


Opacity

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

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

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

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

This text has shadow with #AFD1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1BC on black background.


Color preview on white background

This text has color #AFD1BC on white background.



Black color preview on #AFD1BC background

This text has black color on #AFD1BC background.


White color preview on #AFD1BC background

This text has white color on #AFD1BC background.