COLOR #CC8B99

HEX: #CC8B99 RGB: (204,139,153)

Color info

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

RGB color model

#CC8B99 color RGB value is (204,139,153).

RGB: (204,139,153) (80%, 55%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 153 of 255 = 60%

204
139
153

R + G + B ~ 65%. #CC8B99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 139 + 153 = 496 (100%)
R 204 of 496 ~ 41.13%
G 139 of 496 ~ 28.02%
B 153 of 496 ~ 30.85'%

%41.13
%28.02
%30.85

CMYK color model

#CC8B99 color CMYK value is (0,32,25,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 25.00%
  • key color value is 20.00%

CMYK: (0,32,25,20)
C0M32Y25K20 (0%, 32%, 25%, 20%)
(0.00 / 0.32 / 0.25 / 0.20)

CMYK percentages

%0
%31.86
%25
%20

Codes

Color #CC8B99 in popluar color models

CC 8B 99
RGB 204 139 153
HSL 347° 38.92% 67.25%
HSB/HSV 347° 31.86% 80.00%
CMYK 0.00% 31.86% 25.00%
20.00%

Color #CC8B99 in popluar number systems.

HEX CC 8B 99
Decimal 204 139 153
Binary 11001100 10001011 10011001
Octal 314 213 231

Shades and tints

Shades of #CC8B99

#CC8B99
(204,139,153)
#BA7F8C
(186,127,140)
#A8737F
(168,115,127)
#966772
(150,103,114)
#845B65
(132,91,101)
#724F58
(114,79,88)
#60434B
(96,67,75)
#4E373E
(78,55,62)
#3C2B31
(60,43,49)
#2A1F24
(42,31,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CC8B99

#CC8B99
(204,139,153)
#D095A2
(208,149,162)
#D49FAB
(212,159,171)
#D8A9B4
(216,169,180)
#DCB3BD
(220,179,189)
#E0BDC6
(224,189,198)
#E4C7CF
(228,199,207)
#E8D1D8
(232,209,216)
#ECDBE1
(236,219,225)
#F0E5EA
(240,229,234)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8B99 color. Also use rgb(204,139,153) instead hex code.

Text Font Color

.myTextColor { color: #CC8B99; }

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

This text font color is #CC8B99.

Background Color

.myBgColor { background-color: #CC8B99; }

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

This div background color is #CC8B99.

Border color

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

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

This div border color is #CC8B99.

Opacity

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

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

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

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

This text has shadow with #CC8B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8B99.

Preview

Color preview on black background

This text has color #CC8B99 on black background.


Color preview on white background

This text has color #CC8B99 on white background.


Black color preview on #CC8B99 background

This text has black color on #CC8B99 background.


White color preview on #CC8B99 background

This text has white color on #CC8B99 background.


Related colors

Complementary color

Complementary color for #hex is #337466.


I love getcolorcode.com

Triadic colors

1 #99CC8B and #8B99CC with #CC8B99 are triadic colors.

2 #998BCC and #8BCC99 with #CC8B99 are triadic colors.