COLOR #AFE4BD

HEX: #AFE4BD RGB: (175,228,189)

Color info

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

RGB color model

#AFE4BD color RGB value is (175,228,189).

RGB: (175,228,189) (69%, 89%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 189 of 255 = 74%

175
228
189

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

Portions of RGB colors in percentages

R + G + B = 175 + 228 + 189 = 592 (100%)
R 175 of 592 ~ 29.56%
G 228 of 592 ~ 38.51%
B 189 of 592 ~ 31.93'%

%29.56
%38.51
%31.93

CMYK color model

#AFE4BD color CMYK value is (23,0,17,11).

  • cyan value is 23.25%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%

CMYK: (23,0,17,11)
C23M0Y17K11 (23%, 0%, 17%, 11%)
(0.23 / 0.00 / 0.17 / 0.11)

CMYK percentages

%23.25
%0
%17.11
%10.59

Codes

Color #AFE4BD in popluar color models

AF E4 BD
RGB 175 228 189
HSL 136° 49.53% 79.02%
HSB/HSV 136° 23.25% 89.41%
CMYK 23.25% 0.00% 17.11%
10.59%

Color #AFE4BD in popluar number systems.

HEX AF E4 BD
Decimal 175 228 189
Binary 10101111 11100100 10111101
Octal 257 344 275

Shades and tints

Shades of #AFE4BD

#AFE4BD
(175,228,189)
#A0D0AC
(160,208,172)
#91BC9B
(145,188,155)
#82A88A
(130,168,138)
#739479
(115,148,121)
#648068
(100,128,104)
#556C57
(85,108,87)
#465846
(70,88,70)
#374435
(55,68,53)
#283024
(40,48,36)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #AFE4BD

#AFE4BD
(175,228,189)
#B6E6C3
(182,230,195)
#BDE8C9
(189,232,201)
#C4EACF
(196,234,207)
#CBECD5
(203,236,213)
#D2EEDB
(210,238,219)
#D9F0E1
(217,240,225)
#E0F2E7
(224,242,231)
#E7F4ED
(231,244,237)
#EEF6F3
(238,246,243)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE4BD; }

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

This text font color is #AFE4BD.

Background Color

.myBgColor { background-color: #AFE4BD; }

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

This div background color is #AFE4BD.

Border color

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

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

This div border color is #AFE4BD.

Opacity

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

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

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

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

This text has shadow with #AFE4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE4BD.

Preview

Color preview on black background

This text has color #AFE4BD on black background.


Color preview on white background

This text has color #AFE4BD on white background.


Black color preview on #AFE4BD background

This text has black color on #AFE4BD background.


White color preview on #AFE4BD background

This text has white color on #AFE4BD background.


Related colors

Complementary color

Complementary color for #hex is #501B42.


I love getcolorcode.com

Triadic colors

1 #BDAFE4 and #E4BDAF with #AFE4BD are triadic colors.

2 #BDE4AF and #E4AFBD with #AFE4BD are triadic colors.