COLOR #AFE5BB

HEX: #AFE5BB RGB: (175,229,187)

Color info

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

RGB color model

#AFE5BB color RGB value is (175,229,187).

RGB: (175,229,187) (69%, 90%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 187 of 255 = 73%

175
229
187

R + G + B ~ 77%. #AFE5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 229 + 187 = 591 (100%)
R 175 of 591 ~ 29.61%
G 229 of 591 ~ 38.75%
B 187 of 591 ~ 31.64'%

%29.61
%38.75
%31.64

CMYK color model

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

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 10.20%

CMYK: (24,0,18,10)
C24M0Y18K10 (24%, 0%, 18%, 10%)
(0.24 / 0.00 / 0.18 / 0.10)

CMYK percentages

%23.58
%0
%18.34
%10.2

Codes

Color #AFE5BB in popluar color models

AF E5 BB
RGB 175 229 187
HSL 133° 50.94% 79.22%
HSB/HSV 133° 23.58% 89.80%
CMYK 23.58% 0.00% 18.34%
10.20%

Color #AFE5BB in popluar number systems.

HEX AF E5 BB
Decimal 175 229 187
Binary 10101111 11100101 10111011
Octal 257 345 273

Shades and tints

Shades of #AFE5BB

#AFE5BB
(175,229,187)
#A0D1AA
(160,209,170)
#91BD99
(145,189,153)
#82A988
(130,169,136)
#739577
(115,149,119)
#648166
(100,129,102)
#556D55
(85,109,85)
#465944
(70,89,68)
#374533
(55,69,51)
#283122
(40,49,34)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #AFE5BB

#AFE5BB
(175,229,187)
#B6E7C1
(182,231,193)
#BDE9C7
(189,233,199)
#C4EBCD
(196,235,205)
#CBEDD3
(203,237,211)
#D2EFD9
(210,239,217)
#D9F1DF
(217,241,223)
#E0F3E5
(224,243,229)
#E7F5EB
(231,245,235)
#EEF7F1
(238,247,241)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE5BB color. Also use rgb(175,229,187) instead hex code.

Text Font Color

.myTextColor { color: #AFE5BB; }

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

This text font color is #AFE5BB.

Background Color

.myBgColor { background-color: #AFE5BB; }

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

This div background color is #AFE5BB.

Border color

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

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

This div border color is #AFE5BB.

Opacity

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

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

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

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

This text has shadow with #AFE5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE5BB.

Preview

Color preview on black background

This text has color #AFE5BB on black background.


Color preview on white background

This text has color #AFE5BB on white background.


Black color preview on #AFE5BB background

This text has black color on #AFE5BB background.


White color preview on #AFE5BB background

This text has white color on #AFE5BB background.


Related colors

Complementary color

Complementary color for #hex is #501A44.


I love getcolorcode.com

Triadic colors

1 #BBAFE5 and #E5BBAF with #AFE5BB are triadic colors.

2 #BBE5AF and #E5AFBB with #AFE5BB are triadic colors.