COLOR #AFFBE1

HEX: #AFFBE1
RGB: (175,251,225)

Color info

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

RGB color model

#AFFBE1 color RGB value is (175,251,225).

  • red value is 175;
  • green value is 251;
  • blue value is 225.
RGB:
(175,251,225)
(69%,98%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 251 of 255 = 98%
B 225 of 255 = 88%

175
251
225

R + G + B ~ 85%. #AFFBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 251 + 225 = 651 (100%)
R 175 of 651 ~ 26.88%
G 251 of 651 ~ 38.56%
B 225 of 651 ~ 34.56%

%26.88
%38.56
%34.56

CMYK color model

#AFFBE1 color CMYK value is (30,0,10,2).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(30,0,10,2)
C30M0Y10K2 
(30%,0%,10%,2%)
(0.30/0.00/0.10/0.02)	

CMYK percentages

%30.28
%0
%10.36
%1.57

Codes

Color #AFFBE1 in popluar color models

AFFBE1
RGB175251225
HSL159°90.48%83.53%
HSB/HSV159°30.28%98.43%
CMYK30.28%0.00%10.36%
1.57%

Color #AFFBE1 in popluar number systems.

HEXAFFBE1
Decimal175251225
Binary101011111111101111100001
Octal257373341

Shades and tints

Shades of #AFFBE1

#AFFBE1
(175,251,225)
#A0E5CD
(160,229,205)
#91CFB9
(145,207,185)
#82B9A5
(130,185,165)
#73A391
(115,163,145)
#648D7D
(100,141,125)
#557769
(85,119,105)
#466155
(70,97,85)
#374B41
(55,75,65)
#28352D
(40,53,45)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #AFFBE1

#AFFBE1
(175,251,225)
#B6FBE3
(182,251,227)
#BDFBE5
(189,251,229)
#C4FBE7
(196,251,231)
#CBFBE9
(203,251,233)
#D2FBEB
(210,251,235)
#D9FBED
(217,251,237)
#E0FBEF
(224,251,239)
#E7FBF1
(231,251,241)
#EEFBF3
(238,251,243)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFBE1 color. Also use rgb(175,251,225) instead hex code.

Text Font Color

.myTextColor { color: #AFFBE1; }

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

This text font color is #AFFBE1.


Background Color

.myBgColor { background-color: #AFFBE1; }

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

This div background color is #AFFBE1.


Border color

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

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

This div border color is #AFFBE1.


Opacity

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

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

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

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

This text has shadow with #AFFBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFBE1 on black background.


Color preview on white background

This text has color #AFFBE1 on white background.



Black color preview on #AFFBE1 background

This text has black color on #AFFBE1 background.


White color preview on #AFFBE1 background

This text has white color on #AFFBE1 background.