COLOR #AFF3DD

HEX: #AFF3DD
RGB: (175,243,221)

Color info

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

RGB color model

#AFF3DD color RGB value is (175,243,221).

  • red value is 175;
  • green value is 243;
  • blue value is 221.
RGB:
(175,243,221)
(69%,95%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 243 of 255 = 95%
B 221 of 255 = 87%

175
243
221

R + G + B ~ 84%. #AFF3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 243 + 221 = 639 (100%)
R 175 of 639 ~ 27.39%
G 243 of 639 ~ 38.03%
B 221 of 639 ~ 34.59%

%27.39
%38.03
%34.59

CMYK color model

#AFF3DD color CMYK value is (28,0,9,5).

  • cyan value is 27.98%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(28,0,9,5)
C28M0Y9K5 
(28%,0%,9%,5%)
(0.28/0.00/0.09/0.05)	

CMYK percentages

%27.98
%0
%9.05
%4.71

Codes

Color #AFF3DD in popluar color models

AFF3DD
RGB175243221
HSL161°73.91%81.96%
HSB/HSV161°27.98%95.29%
CMYK27.98%0.00%9.05%
4.71%

Color #AFF3DD in popluar number systems.

HEXAFF3DD
Decimal175243221
Binary101011111111001111011101
Octal257363335

Shades and tints

Shades of #AFF3DD

#AFF3DD
(175,243,221)
#A0DDC9
(160,221,201)
#91C7B5
(145,199,181)
#82B1A1
(130,177,161)
#739B8D
(115,155,141)
#648579
(100,133,121)
#556F65
(85,111,101)
#465951
(70,89,81)
#37433D
(55,67,61)
#282D29
(40,45,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFF3DD

#AFF3DD
(175,243,221)
#B6F4E0
(182,244,224)
#BDF5E3
(189,245,227)
#C4F6E6
(196,246,230)
#CBF7E9
(203,247,233)
#D2F8EC
(210,248,236)
#D9F9EF
(217,249,239)
#E0FAF2
(224,250,242)
#E7FBF5
(231,251,245)
#EEFCF8
(238,252,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF3DD color. Also use rgb(175,243,221) instead hex code.

Text Font Color

.myTextColor { color: #AFF3DD; }

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

This text font color is #AFF3DD.


Background Color

.myBgColor { background-color: #AFF3DD; }

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

This div background color is #AFF3DD.


Border color

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

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

This div border color is #AFF3DD.


Opacity

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

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

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

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

This text has shadow with #AFF3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF3DD on black background.


Color preview on white background

This text has color #AFF3DD on white background.



Black color preview on #AFF3DD background

This text has black color on #AFF3DD background.


White color preview on #AFF3DD background

This text has white color on #AFF3DD background.