COLOR #ACCFBD

HEX: #ACCFBD RGB: (172,207,189)

Color info

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

RGB color model

#ACCFBD color RGB value is (172,207,189).

RGB: (172,207,189) (67%, 81%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 189 of 255 = 74%

172
207
189

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

Portions of RGB colors in percentages

R + G + B = 172 + 207 + 189 = 568 (100%)
R 172 of 568 ~ 30.28%
G 207 of 568 ~ 36.44%
B 189 of 568 ~ 33.27'%

%30.28
%36.44
%33.27

CMYK color model

#ACCFBD color CMYK value is (17,0,9,19).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 18.82%

CMYK: (17,0,9,19)
C17M0Y9K19 (17%, 0%, 9%, 19%)
(0.17 / 0.00 / 0.09 / 0.19)

CMYK percentages

%16.91
%0
%8.7
%18.82

Codes

Color #ACCFBD in popluar color models

AC CF BD
RGB 172 207 189
HSL 149° 26.72% 74.31%
HSB/HSV 149° 16.91% 81.18%
CMYK 16.91% 0.00% 8.70%
18.82%

Color #ACCFBD in popluar number systems.

HEX AC CF BD
Decimal 172 207 189
Binary 10101100 11001111 10111101
Octal 254 317 275

Shades and tints

Shades of #ACCFBD

#ACCFBD
(172,207,189)
#9DBDAC
(157,189,172)
#8EAB9B
(142,171,155)
#7F998A
(127,153,138)
#708779
(112,135,121)
#617568
(97,117,104)
#526357
(82,99,87)
#435146
(67,81,70)
#343F35
(52,63,53)
#252D24
(37,45,36)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #ACCFBD

#ACCFBD
(172,207,189)
#B3D3C3
(179,211,195)
#BAD7C9
(186,215,201)
#C1DBCF
(193,219,207)
#C8DFD5
(200,223,213)
#CFE3DB
(207,227,219)
#D6E7E1
(214,231,225)
#DDEBE7
(221,235,231)
#E4EFED
(228,239,237)
#EBF3F3
(235,243,243)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCFBD color. Also use rgb(172,207,189) instead hex code.

Text Font Color

.myTextColor { color: #ACCFBD; }

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

This text font color is #ACCFBD.

Background Color

.myBgColor { background-color: #ACCFBD; }

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

This div background color is #ACCFBD.

Border color

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

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

This div border color is #ACCFBD.

Opacity

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

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

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

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

This text has shadow with #ACCFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCFBD.

Preview

Color preview on black background

This text has color #ACCFBD on black background.


Color preview on white background

This text has color #ACCFBD on white background.


Black color preview on #ACCFBD background

This text has black color on #ACCFBD background.


White color preview on #ACCFBD background

This text has white color on #ACCFBD background.


Related colors

Complementary color

Complementary color for #hex is #533042.


I love getcolorcode.com

Triadic colors

1 #BDACCF and #CFBDAC with #ACCFBD are triadic colors.

2 #BDCFAC and #CFACBD with #ACCFBD are triadic colors.