COLOR #AFDFC2

HEX: #AFDFC2 RGB: (175,223,194)

Color info

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

RGB color model

#AFDFC2 color RGB value is (175,223,194).

RGB: (175,223,194) (69%, 87%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 194 of 255 = 76%

175
223
194

R + G + B ~ 77%. #AFDFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 223 + 194 = 592 (100%)
R 175 of 592 ~ 29.56%
G 223 of 592 ~ 37.67%
B 194 of 592 ~ 32.77'%

%29.56
%37.67
%32.77

CMYK color model

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

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 12.55%

CMYK: (22,0,13,13)
C22M0Y13K13 (22%, 0%, 13%, 13%)
(0.22 / 0.00 / 0.13 / 0.13)

CMYK percentages

%21.52
%0
%13
%12.55

Codes

Color #AFDFC2 in popluar color models

AF DF C2
RGB 175 223 194
HSL 144° 42.86% 78.04%
HSB/HSV 144° 21.52% 87.45%
CMYK 21.52% 0.00% 13.00%
12.55%

Color #AFDFC2 in popluar number systems.

HEX AF DF C2
Decimal 175 223 194
Binary 10101111 11011111 11000010
Octal 257 337 302

Shades and tints

Shades of #AFDFC2

#AFDFC2
(175,223,194)
#A0CBB1
(160,203,177)
#91B7A0
(145,183,160)
#82A38F
(130,163,143)
#738F7E
(115,143,126)
#647B6D
(100,123,109)
#55675C
(85,103,92)
#46534B
(70,83,75)
#373F3A
(55,63,58)
#282B29
(40,43,41)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFDFC2

#AFDFC2
(175,223,194)
#B6E1C7
(182,225,199)
#BDE3CC
(189,227,204)
#C4E5D1
(196,229,209)
#CBE7D6
(203,231,214)
#D2E9DB
(210,233,219)
#D9EBE0
(217,235,224)
#E0EDE5
(224,237,229)
#E7EFEA
(231,239,234)
#EEF1EF
(238,241,239)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDFC2; }

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

This text font color is #AFDFC2.

Background Color

.myBgColor { background-color: #AFDFC2; }

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

This div background color is #AFDFC2.

Border color

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

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

This div border color is #AFDFC2.

Opacity

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

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

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

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

This text has shadow with #AFDFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDFC2.

Preview

Color preview on black background

This text has color #AFDFC2 on black background.


Color preview on white background

This text has color #AFDFC2 on white background.


Black color preview on #AFDFC2 background

This text has black color on #AFDFC2 background.


White color preview on #AFDFC2 background

This text has white color on #AFDFC2 background.


Related colors

Complementary color

Complementary color for #hex is #50203D.


I love getcolorcode.com

Triadic colors

1 #C2AFDF and #DFC2AF with #AFDFC2 are triadic colors.

2 #C2DFAF and #DFAFC2 with #AFDFC2 are triadic colors.