COLOR #CC96B7

HEX: #CC96B7 RGB: (204,150,183)

Color info

#CC96B7 contains red, green and blue colors in about the same proportion. Web safe color of #CC96B7 is #CC99CC (or #C9C).

RGB color model

#CC96B7 color RGB value is (204,150,183).

RGB: (204,150,183) (80%, 59%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 183 of 255 = 72%

204
150
183

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

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 183 = 537 (100%)
R 204 of 537 ~ 37.99%
G 150 of 537 ~ 27.93%
B 183 of 537 ~ 34.08'%

%37.99
%27.93
%34.08

CMYK color model

#CC96B7 color CMYK value is (0,26,10,20).

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

CMYK: (0,26,10,20)
C0M26Y10K20 (0%, 26%, 10%, 20%)
(0.00 / 0.26 / 0.10 / 0.20)

CMYK percentages

%0
%26.47
%10.29
%20

Codes

Color #CC96B7 in popluar color models

CC 96 B7
RGB 204 150 183
HSL 323° 34.62% 69.41%
HSB/HSV 323° 26.47% 80.00%
CMYK 0.00% 26.47% 10.29%
20.00%

Color #CC96B7 in popluar number systems.

HEX CC 96 B7
Decimal 204 150 183
Binary 11001100 10010110 10110111
Octal 314 226 267

Shades and tints

Shades of #CC96B7

#CC96B7
(204,150,183)
#BA89A7
(186,137,167)
#A87C97
(168,124,151)
#966F87
(150,111,135)
#846277
(132,98,119)
#725567
(114,85,103)
#604857
(96,72,87)
#4E3B47
(78,59,71)
#3C2E37
(60,46,55)
#2A2127
(42,33,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CC96B7

#CC96B7
(204,150,183)
#D09FBD
(208,159,189)
#D4A8C3
(212,168,195)
#D8B1C9
(216,177,201)
#DCBACF
(220,186,207)
#E0C3D5
(224,195,213)
#E4CCDB
(228,204,219)
#E8D5E1
(232,213,225)
#ECDEE7
(236,222,231)
#F0E7ED
(240,231,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96B7; }

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

This text font color is #CC96B7.

Background Color

.myBgColor { background-color: #CC96B7; }

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

This div background color is #CC96B7.

Border color

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

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

This div border color is #CC96B7.

Opacity

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

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

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

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

This text has shadow with #CC96B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96B7.

Preview

Color preview on black background

This text has color #CC96B7 on black background.


Color preview on white background

This text has color #CC96B7 on white background.


Black color preview on #CC96B7 background

This text has black color on #CC96B7 background.


White color preview on #CC96B7 background

This text has white color on #CC96B7 background.


Related colors

Complementary color

Complementary color for #hex is #336948.


I love getcolorcode.com

Triadic colors

1 #B7CC96 and #96B7CC with #CC96B7 are triadic colors.

2 #B796CC and #96CCB7 with #CC96B7 are triadic colors.