COLOR #AFDFDB

HEX: #AFDFDB
RGB: (175,223,219)

Color info

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

RGB color model

#AFDFDB color RGB value is (175,223,219).

  • red value is 175;
  • green value is 223;
  • blue value is 219.
RGB:
(175,223,219)
(69%,87%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 219 of 255 = 86%

175
223
219

R + G + B ~ 81%. #AFDFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 219 = 617 (100%)
R 175 of 617 ~ 28.36%
G 223 of 617 ~ 36.14%
B 219 of 617 ~ 35.49%

%28.36
%36.14
%35.49

CMYK color model

#AFDFDB color CMYK value is (22,0,2,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(22,0,2,13)
C22M0Y2K13 
(22%,0%,2%,13%)
(0.22/0.00/0.02/0.13)	

CMYK percentages

%21.52
%0
%1.79
%12.55

Codes

Color #AFDFDB in popluar color models

AFDFDB
RGB175223219
HSL175°42.86%78.04%
HSB/HSV175°21.52%87.45%
CMYK21.52%0.00%1.79%
12.55%

Color #AFDFDB in popluar number systems.

HEXAFDFDB
Decimal175223219
Binary101011111101111111011011
Octal257337333

Shades and tints

Shades of #AFDFDB

#AFDFDB
(175,223,219)
#A0CBC8
(160,203,200)
#91B7B5
(145,183,181)
#82A3A2
(130,163,162)
#738F8F
(115,143,143)
#647B7C
(100,123,124)
#556769
(85,103,105)
#465356
(70,83,86)
#373F43
(55,63,67)
#282B30
(40,43,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #AFDFDB

#AFDFDB
(175,223,219)
#B6E1DE
(182,225,222)
#BDE3E1
(189,227,225)
#C4E5E4
(196,229,228)
#CBE7E7
(203,231,231)
#D2E9EA
(210,233,234)
#D9EBED
(217,235,237)
#E0EDF0
(224,237,240)
#E7EFF3
(231,239,243)
#EEF1F6
(238,241,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDFDB color. Also use rgb(175,223,219) instead hex code.

Text Font Color

.myTextColor { color: #AFDFDB; }

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

This text font color is #AFDFDB.


Background Color

.myBgColor { background-color: #AFDFDB; }

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

This div background color is #AFDFDB.


Border color

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

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

This div border color is #AFDFDB.


Opacity

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

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

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

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

This text has shadow with #AFDFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDFDB on black background.


Color preview on white background

This text has color #AFDFDB on white background.



Black color preview on #AFDFDB background

This text has black color on #AFDFDB background.


White color preview on #AFDFDB background

This text has white color on #AFDFDB background.