COLOR #C79BDE

HEX: #C79BDE RGB: (199,155,222)

Color info

#C79BDE contains mainly red and blue colors. Web safe color of #C79BDE is #CC99CC (or #C9C).

RGB color model

#C79BDE color RGB value is (199,155,222).

RGB: (199,155,222) (78%, 61%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 222 of 255 = 87%

199
155
222

R + G + B ~ 75%. #C79BDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 155 + 222 = 576 (100%)
R 199 of 576 ~ 34.55%
G 155 of 576 ~ 26.91%
B 222 of 576 ~ 38.54'%

%34.55
%26.91
%38.54

CMYK color model

#C79BDE color CMYK value is (10,30,0,13).

  • cyan value is 10.36%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (10,30,0,13)
C10M30Y0K13 (10%, 30%, 0%, 13%)
(0.10 / 0.30 / 0.00 / 0.13)

CMYK percentages

%10.36
%30.18
%0
%12.94

Codes

Color #C79BDE in popluar color models

C7 9B DE
RGB 199 155 222
HSL 279° 50.38% 73.92%
HSB/HSV 279° 30.18% 87.06%
CMYK 10.36% 30.18% 0.00%
12.94%

Color #C79BDE in popluar number systems.

HEX C7 9B DE
Decimal 199 155 222
Binary 11000111 10011011 11011110
Octal 307 233 336

Shades and tints

Shades of #C79BDE

#C79BDE
(199,155,222)
#B58DCA
(181,141,202)
#A37FB6
(163,127,182)
#9171A2
(145,113,162)
#7F638E
(127,99,142)
#6D557A
(109,85,122)
#5B4766
(91,71,102)
#493952
(73,57,82)
#372B3E
(55,43,62)
#251D2A
(37,29,42)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #C79BDE

#C79BDE
(199,155,222)
#CCA4E1
(204,164,225)
#D1ADE4
(209,173,228)
#D6B6E7
(214,182,231)
#DBBFEA
(219,191,234)
#E0C8ED
(224,200,237)
#E5D1F0
(229,209,240)
#EADAF3
(234,218,243)
#EFE3F6
(239,227,246)
#F4ECF9
(244,236,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79BDE color. Also use rgb(199,155,222) instead hex code.

Text Font Color

.myTextColor { color: #C79BDE; }

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

This text font color is #C79BDE.

Background Color

.myBgColor { background-color: #C79BDE; }

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

This div background color is #C79BDE.

Border color

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

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

This div border color is #C79BDE.

Opacity

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

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

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

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

This text has shadow with #C79BDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79BDE.

Preview

Color preview on black background

This text has color #C79BDE on black background.


Color preview on white background

This text has color #C79BDE on white background.


Black color preview on #C79BDE background

This text has black color on #C79BDE background.


White color preview on #C79BDE background

This text has white color on #C79BDE background.


Related colors

Complementary color

Complementary color for #hex is #386421.


I love getcolorcode.com

Triadic colors

1 #DEC79B and #9BDEC7 with #C79BDE are triadic colors.

2 #DE9BC7 and #9BC7DE with #C79BDE are triadic colors.