COLOR #C79CDB

HEX: #C79CDB RGB: (199,156,219)

Color info

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

RGB color model

#C79CDB color RGB value is (199,156,219).

RGB: (199,156,219) (78%, 61%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 219 of 255 = 86%

199
156
219

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

Portions of RGB colors in percentages

R + G + B = 199 + 156 + 219 = 574 (100%)
R 199 of 574 ~ 34.67%
G 156 of 574 ~ 27.18%
B 219 of 574 ~ 38.15'%

%34.67
%27.18
%38.15

CMYK color model

#C79CDB color CMYK value is (9,29,0,14).

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

CMYK: (9,29,0,14)
C9M29Y0K14 (9%, 29%, 0%, 14%)
(0.09 / 0.29 / 0.00 / 0.14)

CMYK percentages

%9.13
%28.77
%0
%14.12

Codes

Color #C79CDB in popluar color models

C7 9C DB
RGB 199 156 219
HSL 281° 46.67% 73.53%
HSB/HSV 281° 28.77% 85.88%
CMYK 9.13% 28.77% 0.00%
14.12%

Color #C79CDB in popluar number systems.

HEX C7 9C DB
Decimal 199 156 219
Binary 11000111 10011100 11011011
Octal 307 234 333

Shades and tints

Shades of #C79CDB

#C79CDB
(199,156,219)
#B58EC8
(181,142,200)
#A380B5
(163,128,181)
#9172A2
(145,114,162)
#7F648F
(127,100,143)
#6D567C
(109,86,124)
#5B4869
(91,72,105)
#493A56
(73,58,86)
#372C43
(55,44,67)
#251E30
(37,30,48)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #C79CDB

#C79CDB
(199,156,219)
#CCA5DE
(204,165,222)
#D1AEE1
(209,174,225)
#D6B7E4
(214,183,228)
#DBC0E7
(219,192,231)
#E0C9EA
(224,201,234)
#E5D2ED
(229,210,237)
#EADBF0
(234,219,240)
#EFE4F3
(239,228,243)
#F4EDF6
(244,237,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79CDB; }

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

This text font color is #C79CDB.

Background Color

.myBgColor { background-color: #C79CDB; }

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

This div background color is #C79CDB.

Border color

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

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

This div border color is #C79CDB.

Opacity

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

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

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

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

This text has shadow with #C79CDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79CDB.

Preview

Color preview on black background

This text has color #C79CDB on black background.


Color preview on white background

This text has color #C79CDB on white background.


Black color preview on #C79CDB background

This text has black color on #C79CDB background.


White color preview on #C79CDB background

This text has white color on #C79CDB background.


Related colors

Complementary color

Complementary color for #hex is #386324.


I love getcolorcode.com

Triadic colors

1 #DBC79C and #9CDBC7 with #C79CDB are triadic colors.

2 #DB9CC7 and #9CC7DB with #C79CDB are triadic colors.