COLOR #C79FDB

HEX: #C79FDB RGB: (199,159,219)

Color info

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

RGB color model

#C79FDB color RGB value is (199,159,219).

RGB: (199,159,219) (78%, 62%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 219 of 255 = 86%

199
159
219

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

Portions of RGB colors in percentages

R + G + B = 199 + 159 + 219 = 577 (100%)
R 199 of 577 ~ 34.49%
G 159 of 577 ~ 27.56%
B 219 of 577 ~ 37.95'%

%34.49
%27.56
%37.95

CMYK color model

#C79FDB color CMYK value is (9,27,0,14).

  • cyan value is 9.13%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (9,27,0,14)
C9M27Y0K14 (9%, 27%, 0%, 14%)
(0.09 / 0.27 / 0.00 / 0.14)

CMYK percentages

%9.13
%27.4
%0
%14.12

Codes

Color #C79FDB in popluar color models

C7 9F DB
RGB 199 159 219
HSL 280° 45.45% 74.12%
HSB/HSV 280° 27.40% 85.88%
CMYK 9.13% 27.40% 0.00%
14.12%

Color #C79FDB in popluar number systems.

HEX C7 9F DB
Decimal 199 159 219
Binary 11000111 10011111 11011011
Octal 307 237 333

Shades and tints

Shades of #C79FDB

#C79FDB
(199,159,219)
#B591C8
(181,145,200)
#A383B5
(163,131,181)
#9175A2
(145,117,162)
#7F678F
(127,103,143)
#6D597C
(109,89,124)
#5B4B69
(91,75,105)
#493D56
(73,61,86)
#372F43
(55,47,67)
#252130
(37,33,48)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #C79FDB

#C79FDB
(199,159,219)
#CCA7DE
(204,167,222)
#D1AFE1
(209,175,225)
#D6B7E4
(214,183,228)
#DBBFE7
(219,191,231)
#E0C7EA
(224,199,234)
#E5CFED
(229,207,237)
#EAD7F0
(234,215,240)
#EFDFF3
(239,223,243)
#F4E7F6
(244,231,246)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79FDB color. Also use rgb(199,159,219) instead hex code.

Text Font Color

.myTextColor { color: #C79FDB; }

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

This text font color is #C79FDB.

Background Color

.myBgColor { background-color: #C79FDB; }

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

This div background color is #C79FDB.

Border color

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

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

This div border color is #C79FDB.

Opacity

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

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

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

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

This text has shadow with #C79FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79FDB.

Preview

Color preview on black background

This text has color #C79FDB on black background.


Color preview on white background

This text has color #C79FDB on white background.


Black color preview on #C79FDB background

This text has black color on #C79FDB background.


White color preview on #C79FDB background

This text has white color on #C79FDB background.


Related colors

Complementary color

Complementary color for #hex is #386024.


I love getcolorcode.com

Triadic colors

1 #DBC79F and #9FDBC7 with #C79FDB are triadic colors.

2 #DB9FC7 and #9FC7DB with #C79FDB are triadic colors.