COLOR #AFE6BD

HEX: #AFE6BD
RGB: (175,230,189)

Color info

#AFE6BD contains red, green and blue colors in about the same proportion. Web safe color of #AFE6BD is #99CCCC (or #9CC).

RGB color model

#AFE6BD color RGB value is (175,230,189).

  • red value is 175;
  • green value is 230;
  • blue value is 189.
RGB:
(175,230,189)
(69%,90%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 189 of 255 = 74%

175
230
189

R + G + B ~ 78%. #AFE6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 230 + 189 = 594 (100%)
R 175 of 594 ~ 29.46%
G 230 of 594 ~ 38.72%
B 189 of 594 ~ 31.82%

%29.46
%38.72
%31.82

CMYK color model

#AFE6BD color CMYK value is (24,0,18,10).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(24,0,18,10)
C24M0Y18K10 
(24%,0%,18%,10%)
(0.24/0.00/0.18/0.10)	

CMYK percentages

%23.91
%0
%17.83
%9.8

Codes

Color #AFE6BD in popluar color models

AFE6BD
RGB175230189
HSL135°52.38%79.41%
HSB/HSV135°23.91%90.20%
CMYK23.91%0.00%17.83%
9.80%

Color #AFE6BD in popluar number systems.

HEXAFE6BD
Decimal175230189
Binary101011111110011010111101
Octal257346275

Shades and tints

Shades of #AFE6BD

#AFE6BD
(175,230,189)
#A0D2AC
(160,210,172)
#91BE9B
(145,190,155)
#82AA8A
(130,170,138)
#739679
(115,150,121)
#648268
(100,130,104)
#556E57
(85,110,87)
#465A46
(70,90,70)
#374635
(55,70,53)
#283224
(40,50,36)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #AFE6BD

#AFE6BD
(175,230,189)
#B6E8C3
(182,232,195)
#BDEAC9
(189,234,201)
#C4ECCF
(196,236,207)
#CBEED5
(203,238,213)
#D2F0DB
(210,240,219)
#D9F2E1
(217,242,225)
#E0F4E7
(224,244,231)
#E7F6ED
(231,246,237)
#EEF8F3
(238,248,243)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE6BD color. Also use rgb(175,230,189) instead hex code.

Text Font Color

.myTextColor { color: #AFE6BD; }

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

This text font color is #AFE6BD.


Background Color

.myBgColor { background-color: #AFE6BD; }

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

This div background color is #AFE6BD.


Border color

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

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

This div border color is #AFE6BD.


Opacity

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

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

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

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

This text has shadow with #AFE6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE6BD on black background.


Color preview on white background

This text has color #AFE6BD on white background.



Black color preview on #AFE6BD background

This text has black color on #AFE6BD background.


White color preview on #AFE6BD background

This text has white color on #AFE6BD background.