COLOR #CC9686

HEX: #CC9686 RGB: (204,150,134)

Color info

#CC9686 contains mainly red and green colors. Web safe color of #CC9686 is #CC9999 (or #C99).

RGB color model

#CC9686 color RGB value is (204,150,134).

RGB: (204,150,134) (80%, 59%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 134 of 255 = 53%

204
150
134

R + G + B ~ 64%. #CC9686 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 134 = 488 (100%)
R 204 of 488 ~ 41.8%
G 150 of 488 ~ 30.74%
B 134 of 488 ~ 27.46'%

%41.8
%30.74
%27.46

CMYK color model

#CC9686 color CMYK value is (0,26,34,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 34.31%
  • key color value is 20.00%

CMYK: (0,26,34,20)
C0M26Y34K20 (0%, 26%, 34%, 20%)
(0.00 / 0.26 / 0.34 / 0.20)

CMYK percentages

%0
%26.47
%34.31
%20

Codes

Color #CC9686 in popluar color models

CC 96 86
RGB 204 150 134
HSL 14° 40.70% 66.27%
HSB/HSV 14° 34.31% 80.00%
CMYK 0.00% 26.47% 34.31%
20.00%

Color #CC9686 in popluar number systems.

HEX CC 96 86
Decimal 204 150 134
Binary 11001100 10010110 10000110
Octal 314 226 206

Shades and tints

Shades of #CC9686

#CC9686
(204,150,134)
#BA897A
(186,137,122)
#A87C6E
(168,124,110)
#966F62
(150,111,98)
#846256
(132,98,86)
#72554A
(114,85,74)
#60483E
(96,72,62)
#4E3B32
(78,59,50)
#3C2E26
(60,46,38)
#2A211A
(42,33,26)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CC9686

#CC9686
(204,150,134)
#D09F91
(208,159,145)
#D4A89C
(212,168,156)
#D8B1A7
(216,177,167)
#DCBAB2
(220,186,178)
#E0C3BD
(224,195,189)
#E4CCC8
(228,204,200)
#E8D5D3
(232,213,211)
#ECDEDE
(236,222,222)
#F0E7E9
(240,231,233)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9686 color. Also use rgb(204,150,134) instead hex code.

Text Font Color

.myTextColor { color: #CC9686; }

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

This text font color is #CC9686.

Background Color

.myBgColor { background-color: #CC9686; }

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

This div background color is #CC9686.

Border color

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

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

This div border color is #CC9686.

Opacity

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

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

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

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

This text has shadow with #CC9686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9686.

Preview

Color preview on black background

This text has color #CC9686 on black background.


Color preview on white background

This text has color #CC9686 on white background.


Black color preview on #CC9686 background

This text has black color on #CC9686 background.


White color preview on #CC9686 background

This text has white color on #CC9686 background.


Related colors

Complementary color

Complementary color for #hex is #336979.


I love getcolorcode.com

Triadic colors

1 #86CC96 and #9686CC with #CC9686 are triadic colors.

2 #8696CC and #96CC86 with #CC9686 are triadic colors.