COLOR #CC93BF

HEX: #CC93BF RGB: (204,147,191)

Color info

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

RGB color model

#CC93BF color RGB value is (204,147,191).

RGB: (204,147,191) (80%, 58%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 191 of 255 = 75%

204
147
191

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

Portions of RGB colors in percentages

R + G + B = 204 + 147 + 191 = 542 (100%)
R 204 of 542 ~ 37.64%
G 147 of 542 ~ 27.12%
B 191 of 542 ~ 35.24'%

%37.64
%27.12
%35.24

CMYK color model

#CC93BF color CMYK value is (0,28,6,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 6.37%
  • key color value is 20.00%

CMYK: (0,28,6,20)
C0M28Y6K20 (0%, 28%, 6%, 20%)
(0.00 / 0.28 / 0.06 / 0.20)

CMYK percentages

%0
%27.94
%6.37
%20

Codes

Color #CC93BF in popluar color models

CC 93 BF
RGB 204 147 191
HSL 314° 35.85% 68.82%
HSB/HSV 314° 27.94% 80.00%
CMYK 0.00% 27.94% 6.37%
20.00%

Color #CC93BF in popluar number systems.

HEX CC 93 BF
Decimal 204 147 191
Binary 11001100 10010011 10111111
Octal 314 223 277

Shades and tints

Shades of #CC93BF

#CC93BF
(204,147,191)
#BA86AE
(186,134,174)
#A8799D
(168,121,157)
#966C8C
(150,108,140)
#845F7B
(132,95,123)
#72526A
(114,82,106)
#604559
(96,69,89)
#4E3848
(78,56,72)
#3C2B37
(60,43,55)
#2A1E26
(42,30,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CC93BF

#CC93BF
(204,147,191)
#D09CC4
(208,156,196)
#D4A5C9
(212,165,201)
#D8AECE
(216,174,206)
#DCB7D3
(220,183,211)
#E0C0D8
(224,192,216)
#E4C9DD
(228,201,221)
#E8D2E2
(232,210,226)
#ECDBE7
(236,219,231)
#F0E4EC
(240,228,236)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC93BF; }

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

This text font color is #CC93BF.

Background Color

.myBgColor { background-color: #CC93BF; }

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

This div background color is #CC93BF.

Border color

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

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

This div border color is #CC93BF.

Opacity

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

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

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

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

This text has shadow with #CC93BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC93BF.

Preview

Color preview on black background

This text has color #CC93BF on black background.


Color preview on white background

This text has color #CC93BF on white background.


Black color preview on #CC93BF background

This text has black color on #CC93BF background.


White color preview on #CC93BF background

This text has white color on #CC93BF background.


Related colors

Complementary color

Complementary color for #hex is #336C40.


I love getcolorcode.com

Triadic colors

1 #BFCC93 and #93BFCC with #CC93BF are triadic colors.

2 #BF93CC and #93CCBF with #CC93BF are triadic colors.