COLOR #C07EBA

HEX: #C07EBA RGB: (192,126,186)

Color info

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

RGB color model

#C07EBA color RGB value is (192,126,186).

RGB: (192,126,186) (75%, 49%, 73%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 186 of 255 = 73%

192
126
186

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

Portions of RGB colors in percentages

R + G + B = 192 + 126 + 186 = 504 (100%)
R 192 of 504 ~ 38.1%
G 126 of 504 ~ 25%
B 186 of 504 ~ 36.9'%

%38.1
%25
%36.9

CMYK color model

#C07EBA color CMYK value is (0,34,3,25).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 3.13%
  • key color value is 24.71%

CMYK: (0,34,3,25)
C0M34Y3K25 (0%, 34%, 3%, 25%)
(0.00 / 0.34 / 0.03 / 0.25)

CMYK percentages

%0
%34.38
%3.13
%24.71

Codes

Color #C07EBA in popluar color models

C0 7E BA
RGB 192 126 186
HSL 305° 34.38% 62.35%
HSB/HSV 305° 34.38% 75.29%
CMYK 0.00% 34.38% 3.13%
24.71%

Color #C07EBA in popluar number systems.

HEX C0 7E BA
Decimal 192 126 186
Binary 11000000 1111110 10111010
Octal 300 176 272

Shades and tints

Shades of #C07EBA

#C07EBA
(192,126,186)
#AF73AA
(175,115,170)
#9E689A
(158,104,154)
#8D5D8A
(141,93,138)
#7C527A
(124,82,122)
#6B476A
(107,71,106)
#5A3C5A
(90,60,90)
#49314A
(73,49,74)
#38263A
(56,38,58)
#271B2A
(39,27,42)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #C07EBA

#C07EBA
(192,126,186)
#C589C0
(197,137,192)
#CA94C6
(202,148,198)
#CF9FCC
(207,159,204)
#D4AAD2
(212,170,210)
#D9B5D8
(217,181,216)
#DEC0DE
(222,192,222)
#E3CBE4
(227,203,228)
#E8D6EA
(232,214,234)
#EDE1F0
(237,225,240)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07EBA color. Also use rgb(192,126,186) instead hex code.

Text Font Color

.myTextColor { color: #C07EBA; }

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

This text font color is #C07EBA.

Background Color

.myBgColor { background-color: #C07EBA; }

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

This div background color is #C07EBA.

Border color

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

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

This div border color is #C07EBA.

Opacity

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

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

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

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

This text has shadow with #C07EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07EBA.

Preview

Color preview on black background

This text has color #C07EBA on black background.


Color preview on white background

This text has color #C07EBA on white background.


Black color preview on #C07EBA background

This text has black color on #C07EBA background.


White color preview on #C07EBA background

This text has white color on #C07EBA background.


Related colors

Complementary color

Complementary color for #hex is #3F8145.


I love getcolorcode.com

Triadic colors

1 #BAC07E and #7EBAC0 with #C07EBA are triadic colors.

2 #BA7EC0 and #7EC0BA with #C07EBA are triadic colors.