COLOR #CC7CBD

HEX: #CC7CBD RGB: (204,124,189)

Color info

#CC7CBD contains mainly red and blue colors. Web safe color of #CC7CBD is #CC66CC (or #C6C).

RGB color model

#CC7CBD color RGB value is (204,124,189).

RGB: (204,124,189) (80%, 49%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 124 of 255 = 49%
B 189 of 255 = 74%

204
124
189

R + G + B ~ 68%. #CC7CBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 124 + 189 = 517 (100%)
R 204 of 517 ~ 39.46%
G 124 of 517 ~ 23.98%
B 189 of 517 ~ 36.56'%

%39.46
%23.98
%36.56

CMYK color model

#CC7CBD color CMYK value is (0,39,7,20).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 7.35%
  • key color value is 20.00%

CMYK: (0,39,7,20)
C0M39Y7K20 (0%, 39%, 7%, 20%)
(0.00 / 0.39 / 0.07 / 0.20)

CMYK percentages

%0
%39.22
%7.35
%20

Codes

Color #CC7CBD in popluar color models

CC 7C BD
RGB 204 124 189
HSL 311° 43.96% 64.31%
HSB/HSV 311° 39.22% 80.00%
CMYK 0.00% 39.22% 7.35%
20.00%

Color #CC7CBD in popluar number systems.

HEX CC 7C BD
Decimal 204 124 189
Binary 11001100 1111100 10111101
Octal 314 174 275

Shades and tints

Shades of #CC7CBD

#CC7CBD
(204,124,189)
#BA71AC
(186,113,172)
#A8669B
(168,102,155)
#965B8A
(150,91,138)
#845079
(132,80,121)
#724568
(114,69,104)
#603A57
(96,58,87)
#4E2F46
(78,47,70)
#3C2435
(60,36,53)
#2A1924
(42,25,36)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #CC7CBD

#CC7CBD
(204,124,189)
#D087C3
(208,135,195)
#D492C9
(212,146,201)
#D89DCF
(216,157,207)
#DCA8D5
(220,168,213)
#E0B3DB
(224,179,219)
#E4BEE1
(228,190,225)
#E8C9E7
(232,201,231)
#ECD4ED
(236,212,237)
#F0DFF3
(240,223,243)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7CBD color. Also use rgb(204,124,189) instead hex code.

Text Font Color

.myTextColor { color: #CC7CBD; }

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

This text font color is #CC7CBD.

Background Color

.myBgColor { background-color: #CC7CBD; }

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

This div background color is #CC7CBD.

Border color

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

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

This div border color is #CC7CBD.

Opacity

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

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

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

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

This text has shadow with #CC7CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7CBD.

Preview

Color preview on black background

This text has color #CC7CBD on black background.


Color preview on white background

This text has color #CC7CBD on white background.


Black color preview on #CC7CBD background

This text has black color on #CC7CBD background.


White color preview on #CC7CBD background

This text has white color on #CC7CBD background.


Related colors

Complementary color

Complementary color for #hex is #338342.


I love getcolorcode.com

Triadic colors

1 #BDCC7C and #7CBDCC with #CC7CBD are triadic colors.

2 #BD7CCC and #7CCCBD with #CC7CBD are triadic colors.