COLOR #AFCEBB

HEX: #AFCEBB RGB: (175,206,187)

Color info

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

RGB color model

#AFCEBB color RGB value is (175,206,187).

RGB: (175,206,187) (69%, 81%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 187 of 255 = 73%

175
206
187

R + G + B ~ 74%. #AFCEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 187 = 568 (100%)
R 175 of 568 ~ 30.81%
G 206 of 568 ~ 36.27%
B 187 of 568 ~ 32.92'%

%30.81
%36.27
%32.92

CMYK color model

#AFCEBB color CMYK value is (15,0,9,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK: (15,0,9,19) C15M0Y9K19 (15%,0%,9%,19%) (0.15/0.00/0.09/0.19) 

CMYK percentages

%15.05
%0
%9.22
%19.22

Codes

Color #AFCEBB in popluar color models

AF CE BB
RGB 175 206 187
HSL 143° 24.03% 74.71%
HSB/HSV 143° 15.05% 80.78%
CMYK 15.05% 0.00% 9.22%
19.22%

Color #AFCEBB in popluar number systems.

HEX AF CE BB
Decimal 175 206 187
Binary 10101111 11001110 10111011
Octal 257 316 273

Shades and tints

Shades of #AFCEBB

#AFCEBB
(175,206,187)
#A0BCAA
(160,188,170)
#91AA99
(145,170,153)
#829888
(130,152,136)
#738677
(115,134,119)
#647466
(100,116,102)
#556255
(85,98,85)
#465044
(70,80,68)
#373E33
(55,62,51)
#282C22
(40,44,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFCEBB

#AFCEBB
(175,206,187)
#B6D2C1
(182,210,193)
#BDD6C7
(189,214,199)
#C4DACD
(196,218,205)
#CBDED3
(203,222,211)
#D2E2D9
(210,226,217)
#D9E6DF
(217,230,223)
#E0EAE5
(224,234,229)
#E7EEEB
(231,238,235)
#EEF2F1
(238,242,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCEBB; }

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

This text font color is #AFCEBB.

Background Color

.myBgColor { background-color: #AFCEBB; }

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

This div background color is #AFCEBB.

Border color

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

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

This div border color is #AFCEBB.

Opacity

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

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

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

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

This text has shadow with #AFCEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCEBB.

Preview

Color preview on black background

This text has color #AFCEBB on black background.


Color preview on white background

This text has color #AFCEBB on white background.


Black color preview on #AFCEBB background

This text has black color on #AFCEBB background.


White color preview on #AFCEBB background

This text has white color on #AFCEBB background.


Related colors

Complementary color

Complementary color for #hex is #503144.


I love getcolorcode.com

Triadic colors

1 #BBAFCE and #CEBBAF with #AFCEBB are triadic colors.

2 #BBCEAF and #CEAFBB with #AFCEBB are triadic colors.