COLOR #C78EBF

HEX: #C78EBF RGB: (199,142,191)

Color info

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

RGB color model

#C78EBF color RGB value is (199,142,191).

RGB: (199,142,191) (78%, 56%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 142 of 255 = 56%
B 191 of 255 = 75%

199
142
191

R + G + B ~ 70%. #C78EBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 142 + 191 = 532 (100%)
R 199 of 532 ~ 37.41%
G 142 of 532 ~ 26.69%
B 191 of 532 ~ 35.9'%

%37.41
%26.69
%35.9

CMYK color model

#C78EBF color CMYK value is (0,29,4,22).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 4.02%
  • key color value is 21.96%

CMYK: (0,29,4,22)
C0M29Y4K22 (0%, 29%, 4%, 22%)
(0.00 / 0.29 / 0.04 / 0.22)

CMYK percentages

%0
%28.64
%4.02
%21.96

Codes

Color #C78EBF in popluar color models

C7 8E BF
RGB 199 142 191
HSL 308° 33.73% 66.86%
HSB/HSV 308° 28.64% 78.04%
CMYK 0.00% 28.64% 4.02%
21.96%

Color #C78EBF in popluar number systems.

HEX C7 8E BF
Decimal 199 142 191
Binary 11000111 10001110 10111111
Octal 307 216 277

Shades and tints

Shades of #C78EBF

#C78EBF
(199,142,191)
#B582AE
(181,130,174)
#A3769D
(163,118,157)
#916A8C
(145,106,140)
#7F5E7B
(127,94,123)
#6D526A
(109,82,106)
#5B4659
(91,70,89)
#493A48
(73,58,72)
#372E37
(55,46,55)
#252226
(37,34,38)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C78EBF

#C78EBF
(199,142,191)
#CC98C4
(204,152,196)
#D1A2C9
(209,162,201)
#D6ACCE
(214,172,206)
#DBB6D3
(219,182,211)
#E0C0D8
(224,192,216)
#E5CADD
(229,202,221)
#EAD4E2
(234,212,226)
#EFDEE7
(239,222,231)
#F4E8EC
(244,232,236)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78EBF color. Also use rgb(199,142,191) instead hex code.

Text Font Color

.myTextColor { color: #C78EBF; }

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

This text font color is #C78EBF.

Background Color

.myBgColor { background-color: #C78EBF; }

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

This div background color is #C78EBF.

Border color

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

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

This div border color is #C78EBF.

Opacity

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

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

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

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

This text has shadow with #C78EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78EBF.

Preview

Color preview on black background

This text has color #C78EBF on black background.


Color preview on white background

This text has color #C78EBF on white background.


Black color preview on #C78EBF background

This text has black color on #C78EBF background.


White color preview on #C78EBF background

This text has white color on #C78EBF background.


Related colors

Complementary color

Complementary color for #hex is #387140.


I love getcolorcode.com

Triadic colors

1 #BFC78E and #8EBFC7 with #C78EBF are triadic colors.

2 #BF8EC7 and #8EC7BF with #C78EBF are triadic colors.