COLOR #AFF8C3

HEX: #AFF8C3
RGB: (175,248,195)

Color info

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

RGB color model

#AFF8C3 color RGB value is (175,248,195).

  • red value is 175;
  • green value is 248;
  • blue value is 195.
RGB:
(175,248,195)
(69%,97%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 248 of 255 = 97%
B 195 of 255 = 76%

175
248
195

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

Portions of RGB colors in percentages

R + G + B =
175 + 248 + 195 = 618 (100%)
R 175 of 618 ~ 28.32%
G 248 of 618 ~ 40.13%
B 195 of 618 ~ 31.55%

%28.32
%40.13
%31.55

CMYK color model

#AFF8C3 color CMYK value is (29,0,21,3).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 2.75%
CMYK:
(29,0,21,3)
C29M0Y21K3 
(29%,0%,21%,3%)
(0.29/0.00/0.21/0.03)	

CMYK percentages

%29.44
%0
%21.37
%2.75

Codes

Color #AFF8C3 in popluar color models

AFF8C3
RGB175248195
HSL136°83.91%82.94%
HSB/HSV136°29.44%97.25%
CMYK29.44%0.00%21.37%
2.75%

Color #AFF8C3 in popluar number systems.

HEXAFF8C3
Decimal175248195
Binary101011111111100011000011
Octal257370303

Shades and tints

Shades of #AFF8C3

#AFF8C3
(175,248,195)
#A0E2B2
(160,226,178)
#91CCA1
(145,204,161)
#82B690
(130,182,144)
#73A07F
(115,160,127)
#648A6E
(100,138,110)
#55745D
(85,116,93)
#465E4C
(70,94,76)
#37483B
(55,72,59)
#28322A
(40,50,42)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #AFF8C3

#AFF8C3
(175,248,195)
#B6F8C8
(182,248,200)
#BDF8CD
(189,248,205)
#C4F8D2
(196,248,210)
#CBF8D7
(203,248,215)
#D2F8DC
(210,248,220)
#D9F8E1
(217,248,225)
#E0F8E6
(224,248,230)
#E7F8EB
(231,248,235)
#EEF8F0
(238,248,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF8C3; }

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

This text font color is #AFF8C3.


Background Color

.myBgColor { background-color: #AFF8C3; }

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

This div background color is #AFF8C3.


Border color

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

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

This div border color is #AFF8C3.


Opacity

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

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

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

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

This text has shadow with #AFF8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF8C3 on black background.


Color preview on white background

This text has color #AFF8C3 on white background.



Black color preview on #AFF8C3 background

This text has black color on #AFF8C3 background.


White color preview on #AFF8C3 background

This text has white color on #AFF8C3 background.