COLOR #CC7B93

HEX: #CC7B93
RGB: (204,123,147)

Color info

#CC7B93 contains mainly red and blue colors. Web safe color of #CC7B93 is #CC6699 (or #C69).

RGB color model

#CC7B93 color RGB value is (204,123,147).

  • red value is 204;
  • green value is 123;
  • blue value is 147.
RGB:
(204,123,147)
(80%,48%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 147 of 255 = 58%

204
123
147

R + G + B ~ 62%. #CC7B93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 123 + 147 = 474 (100%)
R 204 of 474 ~ 43.04%
G 123 of 474 ~ 25.95%
B 147 of 474 ~ 31.01%

%43.04
%25.95
%31.01

CMYK color model

#CC7B93 color CMYK value is (0,40,28,20).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,40,28,20)
C0M40Y28K20 
(0%,40%,28%,20%)
(0.00/0.40/0.28/0.20)	

CMYK percentages

%0
%39.71
%27.94
%20

Codes

Color #CC7B93 in popluar color models

CC7B93
RGB204123147
HSL342°44.26%64.12%
HSB/HSV342°39.71%80.00%
CMYK0.00%39.71%27.94%
20.00%

Color #CC7B93 in popluar number systems.

HEXCC7B93
Decimal204123147
Binary11001100111101110010011
Octal314173223

Shades and tints

Shades of #CC7B93

#CC7B93
(204,123,147)
#BA7086
(186,112,134)
#A86579
(168,101,121)
#965A6C
(150,90,108)
#844F5F
(132,79,95)
#724452
(114,68,82)
#603945
(96,57,69)
#4E2E38
(78,46,56)
#3C232B
(60,35,43)
#2A181E
(42,24,30)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #CC7B93

#CC7B93
(204,123,147)
#D0879C
(208,135,156)
#D493A5
(212,147,165)
#D89FAE
(216,159,174)
#DCABB7
(220,171,183)
#E0B7C0
(224,183,192)
#E4C3C9
(228,195,201)
#E8CFD2
(232,207,210)
#ECDBDB
(236,219,219)
#F0E7E4
(240,231,228)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7B93; }

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

This text font color is #CC7B93.


Background Color

.myBgColor { background-color: #CC7B93; }

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

This div background color is #CC7B93.


Border color

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

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

This div border color is #CC7B93.


Opacity

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

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

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

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

This text has shadow with #CC7B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7B93 on black background.


Color preview on white background

This text has color #CC7B93 on white background.



Black color preview on #CC7B93 background

This text has black color on #CC7B93 background.


White color preview on #CC7B93 background

This text has white color on #CC7B93 background.