COLOR #CC9BB0

HEX: #CC9BB0 RGB: (204,155,176)

Color info

#CC9BB0 contains red, green and blue colors in about the same proportion. Web safe color of #CC9BB0 is #CC9999 (or #C99).

RGB color model

#CC9BB0 color RGB value is (204,155,176).

RGB: (204,155,176) (80%, 61%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 176 of 255 = 69%

204
155
176

R + G + B ~ 70%. #CC9BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 155 + 176 = 535 (100%)
R 204 of 535 ~ 38.13%
G 155 of 535 ~ 28.97%
B 176 of 535 ~ 32.9'%

%38.13
%28.97
%32.9

CMYK color model

#CC9BB0 color CMYK value is (0,24,14,20).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 13.73%
  • key color value is 20.00%

CMYK: (0,24,14,20)
C0M24Y14K20 (0%, 24%, 14%, 20%)
(0.00 / 0.24 / 0.14 / 0.20)

CMYK percentages

%0
%24.02
%13.73
%20

Codes

Color #CC9BB0 in popluar color models

CC 9B B0
RGB 204 155 176
HSL 334° 32.45% 70.39%
HSB/HSV 334° 24.02% 80.00%
CMYK 0.00% 24.02% 13.73%
20.00%

Color #CC9BB0 in popluar number systems.

HEX CC 9B B0
Decimal 204 155 176
Binary 11001100 10011011 10110000
Octal 314 233 260

Shades and tints

Shades of #CC9BB0

#CC9BB0
(204,155,176)
#BA8DA0
(186,141,160)
#A87F90
(168,127,144)
#967180
(150,113,128)
#846370
(132,99,112)
#725560
(114,85,96)
#604750
(96,71,80)
#4E3940
(78,57,64)
#3C2B30
(60,43,48)
#2A1D20
(42,29,32)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #CC9BB0

#CC9BB0
(204,155,176)
#D0A4B7
(208,164,183)
#D4ADBE
(212,173,190)
#D8B6C5
(216,182,197)
#DCBFCC
(220,191,204)
#E0C8D3
(224,200,211)
#E4D1DA
(228,209,218)
#E8DAE1
(232,218,225)
#ECE3E8
(236,227,232)
#F0ECEF
(240,236,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9BB0 color. Also use rgb(204,155,176) instead hex code.

Text Font Color

.myTextColor { color: #CC9BB0; }

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

This text font color is #CC9BB0.

Background Color

.myBgColor { background-color: #CC9BB0; }

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

This div background color is #CC9BB0.

Border color

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

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

This div border color is #CC9BB0.

Opacity

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

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

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

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

This text has shadow with #CC9BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9BB0.

Preview

Color preview on black background

This text has color #CC9BB0 on black background.


Color preview on white background

This text has color #CC9BB0 on white background.


Black color preview on #CC9BB0 background

This text has black color on #CC9BB0 background.


White color preview on #CC9BB0 background

This text has white color on #CC9BB0 background.


Related colors

Complementary color

Complementary color for #hex is #33644F.


I love getcolorcode.com

Triadic colors

1 #B0CC9B and #9BB0CC with #CC9BB0 are triadic colors.

2 #B09BCC and #9BCCB0 with #CC9BB0 are triadic colors.