COLOR #AFCCBD

HEX: #AFCCBD RGB: (175,204,189)

Color info

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

RGB color model

#AFCCBD color RGB value is (175,204,189).

RGB: (175,204,189) (69%, 80%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 189 of 255 = 74%

175
204
189

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

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 189 = 568 (100%)
R 175 of 568 ~ 30.81%
G 204 of 568 ~ 35.92%
B 189 of 568 ~ 33.27'%

%30.81
%35.92
%33.27

CMYK color model

#AFCCBD color CMYK value is (14,0,7,20).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%

CMYK: (14,0,7,20)
C14M0Y7K20 (14%, 0%, 7%, 20%)
(0.14 / 0.00 / 0.07 / 0.20)

CMYK percentages

%14.22
%0
%7.35
%20

Codes

Color #AFCCBD in popluar color models

AF CC BD
RGB 175 204 189
HSL 149° 22.14% 74.31%
HSB/HSV 149° 14.22% 80.00%
CMYK 14.22% 0.00% 7.35%
20.00%

Color #AFCCBD in popluar number systems.

HEX AF CC BD
Decimal 175 204 189
Binary 10101111 11001100 10111101
Octal 257 314 275

Shades and tints

Shades of #AFCCBD

#AFCCBD
(175,204,189)
#A0BAAC
(160,186,172)
#91A89B
(145,168,155)
#82968A
(130,150,138)
#738479
(115,132,121)
#647268
(100,114,104)
#556057
(85,96,87)
#464E46
(70,78,70)
#373C35
(55,60,53)
#282A24
(40,42,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #AFCCBD

#AFCCBD
(175,204,189)
#B6D0C3
(182,208,195)
#BDD4C9
(189,212,201)
#C4D8CF
(196,216,207)
#CBDCD5
(203,220,213)
#D2E0DB
(210,224,219)
#D9E4E1
(217,228,225)
#E0E8E7
(224,232,231)
#E7ECED
(231,236,237)
#EEF0F3
(238,240,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCBD; }

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

This text font color is #AFCCBD.

Background Color

.myBgColor { background-color: #AFCCBD; }

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

This div background color is #AFCCBD.

Border color

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

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

This div border color is #AFCCBD.

Opacity

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

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

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

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

This text has shadow with #AFCCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCBD.

Preview

Color preview on black background

This text has color #AFCCBD on black background.


Color preview on white background

This text has color #AFCCBD on white background.


Black color preview on #AFCCBD background

This text has black color on #AFCCBD background.


White color preview on #AFCCBD background

This text has white color on #AFCCBD background.


Related colors

Complementary color

Complementary color for #hex is #503342.


I love getcolorcode.com

Triadic colors

1 #BDAFCC and #CCBDAF with #AFCCBD are triadic colors.

2 #BDCCAF and #CCAFBD with #AFCCBD are triadic colors.