COLOR #C07DBE

HEX: #C07DBE
RGB: (192,125,190)

Color info

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

RGB color model

#C07DBE color RGB value is (192,125,190).

  • red value is 192;
  • green value is 125;
  • blue value is 190.
RGB:
(192,125,190)
(75%,49%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 125 of 255 = 49%
B 190 of 255 = 75%

192
125
190

R + G + B ~ 66%. #C07DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 125 + 190 = 507 (100%)
R 192 of 507 ~ 37.87%
G 125 of 507 ~ 24.65%
B 190 of 507 ~ 37.48%

%37.87
%24.65
%37.48

CMYK color model

#C07DBE color CMYK value is (0,35,1,25).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(0,35,1,25)
C0M35Y1K25 
(0%,35%,1%,25%)
(0.00/0.35/0.01/0.25)	

CMYK percentages

%0
%34.9
%1.04
%24.71

Codes

Color #C07DBE in popluar color models

C07DBE
RGB192125190
HSL302°34.72%62.16%
HSB/HSV302°34.90%75.29%
CMYK0.00%34.90%1.04%
24.71%

Color #C07DBE in popluar number systems.

HEXC07DBE
Decimal192125190
Binary11000000111110110111110
Octal300175276

Shades and tints

Shades of #C07DBE

#C07DBE
(192,125,190)
#AF72AD
(175,114,173)
#9E679C
(158,103,156)
#8D5C8B
(141,92,139)
#7C517A
(124,81,122)
#6B4669
(107,70,105)
#5A3B58
(90,59,88)
#493047
(73,48,71)
#382536
(56,37,54)
#271A25
(39,26,37)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #C07DBE

#C07DBE
(192,125,190)
#C588C3
(197,136,195)
#CA93C8
(202,147,200)
#CF9ECD
(207,158,205)
#D4A9D2
(212,169,210)
#D9B4D7
(217,180,215)
#DEBFDC
(222,191,220)
#E3CAE1
(227,202,225)
#E8D5E6
(232,213,230)
#EDE0EB
(237,224,235)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07DBE color. Also use rgb(192,125,190) instead hex code.

Text Font Color

.myTextColor { color: #C07DBE; }

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

This text font color is #C07DBE.


Background Color

.myBgColor { background-color: #C07DBE; }

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

This div background color is #C07DBE.


Border color

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

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

This div border color is #C07DBE.


Opacity

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

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

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

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

This text has shadow with #C07DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07DBE on black background.


Color preview on white background

This text has color #C07DBE on white background.



Black color preview on #C07DBE background

This text has black color on #C07DBE background.


White color preview on #C07DBE background

This text has white color on #C07DBE background.