COLOR #AFF5DB

HEX: #AFF5DB
RGB: (175,245,219)

Color info

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

RGB color model

#AFF5DB color RGB value is (175,245,219).

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

RGB channels and saturation

R 175 of 255 = 69%
G 245 of 255 = 96%
B 219 of 255 = 86%

175
245
219

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

Portions of RGB colors in percentages

R + G + B =
175 + 245 + 219 = 639 (100%)
R 175 of 639 ~ 27.39%
G 245 of 639 ~ 38.34%
B 219 of 639 ~ 34.27%

%27.39
%38.34
%34.27

CMYK color model

#AFF5DB color CMYK value is (29,0,11,4).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(29,0,11,4)
C29M0Y11K4 
(29%,0%,11%,4%)
(0.29/0.00/0.11/0.04)	

CMYK percentages

%28.57
%0
%10.61
%3.92

Codes

Color #AFF5DB in popluar color models

AFF5DB
RGB175245219
HSL158°77.78%82.35%
HSB/HSV158°28.57%96.08%
CMYK28.57%0.00%10.61%
3.92%

Color #AFF5DB in popluar number systems.

HEXAFF5DB
Decimal175245219
Binary101011111111010111011011
Octal257365333

Shades and tints

Shades of #AFF5DB

#AFF5DB
(175,245,219)
#A0DFC8
(160,223,200)
#91C9B5
(145,201,181)
#82B3A2
(130,179,162)
#739D8F
(115,157,143)
#64877C
(100,135,124)
#557169
(85,113,105)
#465B56
(70,91,86)
#374543
(55,69,67)
#282F30
(40,47,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #AFF5DB

#AFF5DB
(175,245,219)
#B6F5DE
(182,245,222)
#BDF5E1
(189,245,225)
#C4F5E4
(196,245,228)
#CBF5E7
(203,245,231)
#D2F5EA
(210,245,234)
#D9F5ED
(217,245,237)
#E0F5F0
(224,245,240)
#E7F5F3
(231,245,243)
#EEF5F6
(238,245,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF5DB; }

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

This text font color is #AFF5DB.


Background Color

.myBgColor { background-color: #AFF5DB; }

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

This div background color is #AFF5DB.


Border color

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

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

This div border color is #AFF5DB.


Opacity

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

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

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

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

This text has shadow with #AFF5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF5DB on black background.


Color preview on white background

This text has color #AFF5DB on white background.



Black color preview on #AFF5DB background

This text has black color on #AFF5DB background.


White color preview on #AFF5DB background

This text has white color on #AFF5DB background.