COLOR #AFECBB

HEX: #AFECBB RGB: (175,236,187)

Color info

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

RGB color model

#AFECBB color RGB value is (175,236,187).

RGB: (175,236,187) (69%, 93%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 236 of 255 = 93%
B 187 of 255 = 73%

175
236
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 236 + 187 = 598 (100%)
R 175 of 598 ~ 29.26%
G 236 of 598 ~ 39.46%
B 187 of 598 ~ 31.27'%

%29.26
%39.46
%31.27

CMYK color model

#AFECBB color CMYK value is (26,0,21,7).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 20.76%
  • key color value is 7.45%
CMYK: (26,0,21,7) C26M0Y21K7 (26%,0%,21%,7%) (0.26/0.00/0.21/0.07) 

CMYK percentages

%25.85
%0
%20.76
%7.45

Codes

Color #AFECBB in popluar color models

AF EC BB
RGB 175 236 187
HSL 132° 61.62% 80.59%
HSB/HSV 132° 25.85% 92.55%
CMYK 25.85% 0.00% 20.76%
7.45%

Color #AFECBB in popluar number systems.

HEX AF EC BB
Decimal 175 236 187
Binary 10101111 11101100 10111011
Octal 257 354 273

Shades and tints

Shades of #AFECBB

#AFECBB
(175,236,187)
#A0D7AA
(160,215,170)
#91C299
(145,194,153)
#82AD88
(130,173,136)
#739877
(115,152,119)
#648366
(100,131,102)
#556E55
(85,110,85)
#465944
(70,89,68)
#374433
(55,68,51)
#282F22
(40,47,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFECBB

#AFECBB
(175,236,187)
#B6EDC1
(182,237,193)
#BDEEC7
(189,238,199)
#C4EFCD
(196,239,205)
#CBF0D3
(203,240,211)
#D2F1D9
(210,241,217)
#D9F2DF
(217,242,223)
#E0F3E5
(224,243,229)
#E7F4EB
(231,244,235)
#EEF5F1
(238,245,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFECBB; }

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

This text font color is #AFECBB.

Background Color

.myBgColor { background-color: #AFECBB; }

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

This div background color is #AFECBB.

Border color

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

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

This div border color is #AFECBB.

Opacity

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

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

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

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

This text has shadow with #AFECBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFECBB.

Preview

Color preview on black background

This text has color #AFECBB on black background.


Color preview on white background

This text has color #AFECBB on white background.


Black color preview on #AFECBB background

This text has black color on #AFECBB background.


White color preview on #AFECBB background

This text has white color on #AFECBB background.


Related colors

Complementary color

Complementary color for #hex is #501344.


I love getcolorcode.com

Triadic colors

1 #BBAFEC and #ECBBAF with #AFECBB are triadic colors.

2 #BBECAF and #ECAFBB with #AFECBB are triadic colors.