COLOR #CC7BBD

HEX: #CC7BBD RGB: (204,123,189)

Color info

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

RGB color model

#CC7BBD color RGB value is (204,123,189).

RGB: (204,123,189) (80%, 48%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 189 of 255 = 74%

204
123
189

R + G + B ~ 67%. #CC7BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 123 + 189 = 516 (100%)
R 204 of 516 ~ 39.53%
G 123 of 516 ~ 23.84%
B 189 of 516 ~ 36.63'%

%39.53
%23.84
%36.63

CMYK color model

#CC7BBD color CMYK value is (0,40,7,20).

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

CMYK: (0,40,7,20)
C0M40Y7K20 (0%, 40%, 7%, 20%)
(0.00 / 0.40 / 0.07 / 0.20)

CMYK percentages

%0
%39.71
%7.35
%20

Codes

Color #CC7BBD in popluar color models

CC 7B BD
RGB 204 123 189
HSL 311° 44.26% 64.12%
HSB/HSV 311° 39.71% 80.00%
CMYK 0.00% 39.71% 7.35%
20.00%

Color #CC7BBD in popluar number systems.

HEX CC 7B BD
Decimal 204 123 189
Binary 11001100 1111011 10111101
Octal 314 173 275

Shades and tints

Shades of #CC7BBD

#CC7BBD
(204,123,189)
#BA70AC
(186,112,172)
#A8659B
(168,101,155)
#965A8A
(150,90,138)
#844F79
(132,79,121)
#724468
(114,68,104)
#603957
(96,57,87)
#4E2E46
(78,46,70)
#3C2335
(60,35,53)
#2A1824
(42,24,36)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #CC7BBD

#CC7BBD
(204,123,189)
#D087C3
(208,135,195)
#D493C9
(212,147,201)
#D89FCF
(216,159,207)
#DCABD5
(220,171,213)
#E0B7DB
(224,183,219)
#E4C3E1
(228,195,225)
#E8CFE7
(232,207,231)
#ECDBED
(236,219,237)
#F0E7F3
(240,231,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7BBD; }

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

This text font color is #CC7BBD.

Background Color

.myBgColor { background-color: #CC7BBD; }

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

This div background color is #CC7BBD.

Border color

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

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

This div border color is #CC7BBD.

Opacity

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

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

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

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

This text has shadow with #CC7BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7BBD.

Preview

Color preview on black background

This text has color #CC7BBD on black background.


Color preview on white background

This text has color #CC7BBD on white background.


Black color preview on #CC7BBD background

This text has black color on #CC7BBD background.


White color preview on #CC7BBD background

This text has white color on #CC7BBD background.


Related colors

Complementary color

Complementary color for #hex is #338442.


I love getcolorcode.com

Triadic colors

1 #BDCC7B and #7BBDCC with #CC7BBD are triadic colors.

2 #BD7BCC and #7BCCBD with #CC7BBD are triadic colors.