COLOR #C78DBA

HEX: #C78DBA RGB: (199,141,186)

Color info

#C78DBA contains red, green and blue colors in about the same proportion. Web safe color of #C78DBA is #CC99CC (or #C9C).

RGB color model

#C78DBA color RGB value is (199,141,186).

RGB: (199,141,186) (78%, 55%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 141 of 255 = 55%
B 186 of 255 = 73%

199
141
186

R + G + B ~ 69%. #C78DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 141 + 186 = 526 (100%)
R 199 of 526 ~ 37.83%
G 141 of 526 ~ 26.81%
B 186 of 526 ~ 35.36'%

%37.83
%26.81
%35.36

CMYK color model

#C78DBA color CMYK value is (0,29,7,22).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 6.53%
  • key color value is 21.96%

CMYK: (0,29,7,22)
C0M29Y7K22 (0%, 29%, 7%, 22%)
(0.00 / 0.29 / 0.07 / 0.22)

CMYK percentages

%0
%29.15
%6.53
%21.96

Codes

Color #C78DBA in popluar color models

C7 8D BA
RGB 199 141 186
HSL 313° 34.12% 66.67%
HSB/HSV 313° 29.15% 78.04%
CMYK 0.00% 29.15% 6.53%
21.96%

Color #C78DBA in popluar number systems.

HEX C7 8D BA
Decimal 199 141 186
Binary 11000111 10001101 10111010
Octal 307 215 272

Shades and tints

Shades of #C78DBA

#C78DBA
(199,141,186)
#B581AA
(181,129,170)
#A3759A
(163,117,154)
#91698A
(145,105,138)
#7F5D7A
(127,93,122)
#6D516A
(109,81,106)
#5B455A
(91,69,90)
#49394A
(73,57,74)
#372D3A
(55,45,58)
#25212A
(37,33,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C78DBA

#C78DBA
(199,141,186)
#CC97C0
(204,151,192)
#D1A1C6
(209,161,198)
#D6ABCC
(214,171,204)
#DBB5D2
(219,181,210)
#E0BFD8
(224,191,216)
#E5C9DE
(229,201,222)
#EAD3E4
(234,211,228)
#EFDDEA
(239,221,234)
#F4E7F0
(244,231,240)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78DBA color. Also use rgb(199,141,186) instead hex code.

Text Font Color

.myTextColor { color: #C78DBA; }

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

This text font color is #C78DBA.

Background Color

.myBgColor { background-color: #C78DBA; }

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

This div background color is #C78DBA.

Border color

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

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

This div border color is #C78DBA.

Opacity

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

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

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

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

This text has shadow with #C78DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78DBA.

Preview

Color preview on black background

This text has color #C78DBA on black background.


Color preview on white background

This text has color #C78DBA on white background.


Black color preview on #C78DBA background

This text has black color on #C78DBA background.


White color preview on #C78DBA background

This text has white color on #C78DBA background.


Related colors

Complementary color

Complementary color for #hex is #387245.


I love getcolorcode.com

Triadic colors

1 #BAC78D and #8DBAC7 with #C78DBA are triadic colors.

2 #BA8DC7 and #8DC7BA with #C78DBA are triadic colors.