COLOR #CC91BF

HEX: #CC91BF
RGB: (204,145,191)

Color info

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

RGB color model

#CC91BF color RGB value is (204,145,191).

  • red value is 204;
  • green value is 145;
  • blue value is 191.
RGB:
(204,145,191)
(80%,57%,75%)

RGB channels and saturation

R 204 of 255 = 80%
G 145 of 255 = 57%
B 191 of 255 = 75%

204
145
191

R + G + B ~ 71%. #CC91BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 145 + 191 = 540 (100%)
R 204 of 540 ~ 37.78%
G 145 of 540 ~ 26.85%
B 191 of 540 ~ 35.37%

%37.78
%26.85
%35.37

CMYK color model

#CC91BF color CMYK value is (0,29,6,20).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK:
(0,29,6,20)
C0M29Y6K20 
(0%,29%,6%,20%)
(0.00/0.29/0.06/0.20)	

CMYK percentages

%0
%28.92
%6.37
%20

Codes

Color #CC91BF in popluar color models

CC91BF
RGB204145191
HSL313°36.65%68.43%
HSB/HSV313°28.92%80.00%
CMYK0.00%28.92%6.37%
20.00%

Color #CC91BF in popluar number systems.

HEXCC91BF
Decimal204145191
Binary110011001001000110111111
Octal314221277

Shades and tints

Shades of #CC91BF

#CC91BF
(204,145,191)
#BA84AE
(186,132,174)
#A8779D
(168,119,157)
#966A8C
(150,106,140)
#845D7B
(132,93,123)
#72506A
(114,80,106)
#604359
(96,67,89)
#4E3648
(78,54,72)
#3C2937
(60,41,55)
#2A1C26
(42,28,38)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #CC91BF

#CC91BF
(204,145,191)
#D09BC4
(208,155,196)
#D4A5C9
(212,165,201)
#D8AFCE
(216,175,206)
#DCB9D3
(220,185,211)
#E0C3D8
(224,195,216)
#E4CDDD
(228,205,221)
#E8D7E2
(232,215,226)
#ECE1E7
(236,225,231)
#F0EBEC
(240,235,236)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC91BF color. Also use rgb(204,145,191) instead hex code.

Text Font Color

.myTextColor { color: #CC91BF; }

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

This text font color is #CC91BF.


Background Color

.myBgColor { background-color: #CC91BF; }

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

This div background color is #CC91BF.


Border color

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

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

This div border color is #CC91BF.


Opacity

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

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

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

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

This text has shadow with #CC91BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC91BF on black background.


Color preview on white background

This text has color #CC91BF on white background.



Black color preview on #CC91BF background

This text has black color on #CC91BF background.


White color preview on #CC91BF background

This text has white color on #CC91BF background.