COLOR #AFCDB3

HEX: #AFCDB3
RGB: (175,205,179)

Color info

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

RGB color model

#AFCDB3 color RGB value is (175,205,179).

  • red value is 175;
  • green value is 205;
  • blue value is 179.
RGB:
(175,205,179)
(69%,80%,70%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 179 of 255 = 70%

175
205
179

R + G + B ~ 73%. #AFCDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 205 + 179 = 559 (100%)
R 175 of 559 ~ 31.31%
G 205 of 559 ~ 36.67%
B 179 of 559 ~ 32.02%

%31.31
%36.67
%32.02

CMYK color model

#AFCDB3 color CMYK value is (15,0,13,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK:
(15,0,13,20)
C15M0Y13K20 
(15%,0%,13%,20%)
(0.15/0.00/0.13/0.20)	

CMYK percentages

%14.63
%0
%12.68
%19.61

Codes

Color #AFCDB3 in popluar color models

AFCDB3
RGB175205179
HSL128°23.08%74.51%
HSB/HSV128°14.63%80.39%
CMYK14.63%0.00%12.68%
19.61%

Color #AFCDB3 in popluar number systems.

HEXAFCDB3
Decimal175205179
Binary101011111100110110110011
Octal257315263

Shades and tints

Shades of #AFCDB3

#AFCDB3
(175,205,179)
#A0BBA3
(160,187,163)
#91A993
(145,169,147)
#829783
(130,151,131)
#738573
(115,133,115)
#647363
(100,115,99)
#556153
(85,97,83)
#464F43
(70,79,67)
#373D33
(55,61,51)
#282B23
(40,43,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFCDB3

#AFCDB3
(175,205,179)
#B6D1B9
(182,209,185)
#BDD5BF
(189,213,191)
#C4D9C5
(196,217,197)
#CBDDCB
(203,221,203)
#D2E1D1
(210,225,209)
#D9E5D7
(217,229,215)
#E0E9DD
(224,233,221)
#E7EDE3
(231,237,227)
#EEF1E9
(238,241,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCDB3 color. Also use rgb(175,205,179) instead hex code.

Text Font Color

.myTextColor { color: #AFCDB3; }

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

This text font color is #AFCDB3.


Background Color

.myBgColor { background-color: #AFCDB3; }

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

This div background color is #AFCDB3.


Border color

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

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

This div border color is #AFCDB3.


Opacity

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

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

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

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

This text has shadow with #AFCDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCDB3 on black background.


Color preview on white background

This text has color #AFCDB3 on white background.



Black color preview on #AFCDB3 background

This text has black color on #AFCDB3 background.


White color preview on #AFCDB3 background

This text has white color on #AFCDB3 background.