COLOR #C76BCB

HEX: #C76BCB
RGB: (199,107,203)

Color info

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

RGB color model

#C76BCB color RGB value is (199,107,203).

  • red value is 199;
  • green value is 107;
  • blue value is 203.
RGB:
(199,107,203)
(78%,42%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 107 of 255 = 42%
B 203 of 255 = 80%

199
107
203

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

Portions of RGB colors in percentages

R + G + B =
199 + 107 + 203 = 509 (100%)
R 199 of 509 ~ 39.1%
G 107 of 509 ~ 21.02%
B 203 of 509 ~ 39.88%

%39.1
%21.02
%39.88

CMYK color model

#C76BCB color CMYK value is (2,47,0,20).

  • cyan value is 1.97%
  • magenta value is 47.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,47,0,20)
C2M47Y0K20 
(2%,47%,0%,20%)
(0.02/0.47/0.00/0.20)	

CMYK percentages

%1.97
%47.29
%0
%20.39

Codes

Color #C76BCB in popluar color models

C76BCB
RGB199107203
HSL298°48.00%60.78%
HSB/HSV298°47.29%79.61%
CMYK1.97%47.29%0.00%
20.39%

Color #C76BCB in popluar number systems.

HEXC76BCB
Decimal199107203
Binary11000111110101111001011
Octal307153313

Shades and tints

Shades of #C76BCB

#C76BCB
(199,107,203)
#B562B9
(181,98,185)
#A359A7
(163,89,167)
#915095
(145,80,149)
#7F4783
(127,71,131)
#6D3E71
(109,62,113)
#5B355F
(91,53,95)
#492C4D
(73,44,77)
#37233B
(55,35,59)
#251A29
(37,26,41)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #C76BCB

#C76BCB
(199,107,203)
#CC78CF
(204,120,207)
#D185D3
(209,133,211)
#D692D7
(214,146,215)
#DB9FDB
(219,159,219)
#E0ACDF
(224,172,223)
#E5B9E3
(229,185,227)
#EAC6E7
(234,198,231)
#EFD3EB
(239,211,235)
#F4E0EF
(244,224,239)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76BCB color. Also use rgb(199,107,203) instead hex code.

Text Font Color

.myTextColor { color: #C76BCB; }

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

This text font color is #C76BCB.


Background Color

.myBgColor { background-color: #C76BCB; }

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

This div background color is #C76BCB.


Border color

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

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

This div border color is #C76BCB.


Opacity

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

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

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

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

This text has shadow with #C76BCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76BCB on black background.


Color preview on white background

This text has color #C76BCB on white background.



Black color preview on #C76BCB background

This text has black color on #C76BCB background.


White color preview on #C76BCB background

This text has white color on #C76BCB background.