COLOR #AFFBE7

HEX: #AFFBE7
RGB: (175,251,231)

Color info

#AFFBE7 contains mainly green and blue colors. Web safe color of #AFFBE7 is #99FFFF (or #9FF).

RGB color model

#AFFBE7 color RGB value is (175,251,231).

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

RGB channels and saturation

R 175 of 255 = 69%
G 251 of 255 = 98%
B 231 of 255 = 91%

175
251
231

R + G + B ~ 86%. #AFFBE7 is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 251 + 231 = 657 (100%)
R 175 of 657 ~ 26.64%
G 251 of 657 ~ 38.2%
B 231 of 657 ~ 35.16%

%26.64
%38.2
%35.16

CMYK color model

#AFFBE7 color CMYK value is (30,0,8,2).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(30,0,8,2)
C30M0Y8K2 
(30%,0%,8%,2%)
(0.30/0.00/0.08/0.02)	

CMYK percentages

%30.28
%0
%7.97
%1.57

Codes

Color #AFFBE7 in popluar color models

AFFBE7
RGB175251231
HSL164°90.48%83.53%
HSB/HSV164°30.28%98.43%
CMYK30.28%0.00%7.97%
1.57%

Color #AFFBE7 in popluar number systems.

HEXAFFBE7
Decimal175251231
Binary101011111111101111100111
Octal257373347

Shades and tints

Shades of #AFFBE7

#AFFBE7
(175,251,231)
#A0E5D2
(160,229,210)
#91CFBD
(145,207,189)
#82B9A8
(130,185,168)
#73A393
(115,163,147)
#648D7E
(100,141,126)
#557769
(85,119,105)
#466154
(70,97,84)
#374B3F
(55,75,63)
#28352A
(40,53,42)
#191F15
(25,31,21)
#000000
(0,0,0)

Tints of #AFFBE7

#AFFBE7
(175,251,231)
#B6FBE9
(182,251,233)
#BDFBEB
(189,251,235)
#C4FBED
(196,251,237)
#CBFBEF
(203,251,239)
#D2FBF1
(210,251,241)
#D9FBF3
(217,251,243)
#E0FBF5
(224,251,245)
#E7FBF7
(231,251,247)
#EEFBF9
(238,251,249)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFBE7; }

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

This text font color is #AFFBE7.


Background Color

.myBgColor { background-color: #AFFBE7; }

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

This div background color is #AFFBE7.


Border color

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

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

This div border color is #AFFBE7.


Opacity

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

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

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

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

This text has shadow with #AFFBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFBE7 on black background.


Color preview on white background

This text has color #AFFBE7 on white background.



Black color preview on #AFFBE7 background

This text has black color on #AFFBE7 background.


White color preview on #AFFBE7 background

This text has white color on #AFFBE7 background.