COLOR #AFEFBE

HEX: #AFEFBE
RGB: (175,239,190)

Color info

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

RGB color model

#AFEFBE color RGB value is (175,239,190).

  • red value is 175;
  • green value is 239;
  • blue value is 190.
RGB:
(175,239,190)
(69%,94%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 239 of 255 = 94%
B 190 of 255 = 75%

175
239
190

R + G + B ~ 79%. #AFEFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 239 + 190 = 604 (100%)
R 175 of 604 ~ 28.97%
G 239 of 604 ~ 39.57%
B 190 of 604 ~ 31.46%

%28.97
%39.57
%31.46

CMYK color model

#AFEFBE color CMYK value is (27,0,21,6).

  • cyan value is 26.78%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK:
(27,0,21,6)
C27M0Y21K6 
(27%,0%,21%,6%)
(0.27/0.00/0.21/0.06)	

CMYK percentages

%26.78
%0
%20.5
%6.27

Codes

Color #AFEFBE in popluar color models

AFEFBE
RGB175239190
HSL134°66.67%81.18%
HSB/HSV134°26.78%93.73%
CMYK26.78%0.00%20.50%
6.27%

Color #AFEFBE in popluar number systems.

HEXAFEFBE
Decimal175239190
Binary101011111110111110111110
Octal257357276

Shades and tints

Shades of #AFEFBE

#AFEFBE
(175,239,190)
#A0DAAD
(160,218,173)
#91C59C
(145,197,156)
#82B08B
(130,176,139)
#739B7A
(115,155,122)
#648669
(100,134,105)
#557158
(85,113,88)
#465C47
(70,92,71)
#374736
(55,71,54)
#283225
(40,50,37)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #AFEFBE

#AFEFBE
(175,239,190)
#B6F0C3
(182,240,195)
#BDF1C8
(189,241,200)
#C4F2CD
(196,242,205)
#CBF3D2
(203,243,210)
#D2F4D7
(210,244,215)
#D9F5DC
(217,245,220)
#E0F6E1
(224,246,225)
#E7F7E6
(231,247,230)
#EEF8EB
(238,248,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEFBE color. Also use rgb(175,239,190) instead hex code.

Text Font Color

.myTextColor { color: #AFEFBE; }

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

This text font color is #AFEFBE.


Background Color

.myBgColor { background-color: #AFEFBE; }

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

This div background color is #AFEFBE.


Border color

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

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

This div border color is #AFEFBE.


Opacity

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

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

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

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

This text has shadow with #AFEFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEFBE on black background.


Color preview on white background

This text has color #AFEFBE on white background.



Black color preview on #AFEFBE background

This text has black color on #AFEFBE background.


White color preview on #AFEFBE background

This text has white color on #AFEFBE background.