COLOR #AFF8D3

HEX: #AFF8D3 RGB: (175,248,211)

Color info

#AFF8D3 contains mainly green and blue colors. Web safe color of #AFF8D3 is #99FFCC (or #9FC).

RGB color model

#AFF8D3 color RGB value is (175,248,211).

RGB: (175,248,211) (69%, 97%, 83%)

RGB channels and saturation

R 175 of 255 = 69%
G 248 of 255 = 97%
B 211 of 255 = 83%

175
248
211

R + G + B ~ 83%. #AFF8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 248 + 211 = 634 (100%)
R 175 of 634 ~ 27.6%
G 248 of 634 ~ 39.12%
B 211 of 634 ~ 33.28'%

%27.6
%39.12
%33.28

CMYK color model

#AFF8D3 color CMYK value is (29,0,15,3).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 2.75%

CMYK: (29,0,15,3)
C29M0Y15K3 (29%, 0%, 15%, 3%)
(0.29 / 0.00 / 0.15 / 0.03)

CMYK percentages

%29.44
%0
%14.92
%2.75

Codes

Color #AFF8D3 in popluar color models

AF F8 D3
RGB 175 248 211
HSL 150° 83.91% 82.94%
HSB/HSV 150° 29.44% 97.25%
CMYK 29.44% 0.00% 14.92%
2.75%

Color #AFF8D3 in popluar number systems.

HEX AF F8 D3
Decimal 175 248 211
Binary 10101111 11111000 11010011
Octal 257 370 323

Shades and tints

Shades of #AFF8D3

#AFF8D3
(175,248,211)
#A0E2C0
(160,226,192)
#91CCAD
(145,204,173)
#82B69A
(130,182,154)
#73A087
(115,160,135)
#648A74
(100,138,116)
#557461
(85,116,97)
#465E4E
(70,94,78)
#37483B
(55,72,59)
#283228
(40,50,40)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #AFF8D3

#AFF8D3
(175,248,211)
#B6F8D7
(182,248,215)
#BDF8DB
(189,248,219)
#C4F8DF
(196,248,223)
#CBF8E3
(203,248,227)
#D2F8E7
(210,248,231)
#D9F8EB
(217,248,235)
#E0F8EF
(224,248,239)
#E7F8F3
(231,248,243)
#EEF8F7
(238,248,247)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF8D3 color. Also use rgb(175,248,211) instead hex code.

Text Font Color

.myTextColor { color: #AFF8D3; }

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

This text font color is #AFF8D3.

Background Color

.myBgColor { background-color: #AFF8D3; }

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

This div background color is #AFF8D3.

Border color

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

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

This div border color is #AFF8D3.

Opacity

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

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

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

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

This text has shadow with #AFF8D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF8D3.

Preview

Color preview on black background

This text has color #AFF8D3 on black background.


Color preview on white background

This text has color #AFF8D3 on white background.


Black color preview on #AFF8D3 background

This text has black color on #AFF8D3 background.


White color preview on #AFF8D3 background

This text has white color on #AFF8D3 background.


Related colors

Complementary color

Complementary color for #hex is #50072C.


I love getcolorcode.com

Triadic colors

1 #D3AFF8 and #F8D3AF with #AFF8D3 are triadic colors.

2 #D3F8AF and #F8AFD3 with #AFF8D3 are triadic colors.