COLOR #C79ADB

HEX: #C79ADB RGB: (199,154,219)

Color info

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

RGB color model

#C79ADB color RGB value is (199,154,219).

RGB: (199,154,219) (78%, 60%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 154 of 255 = 60%
B 219 of 255 = 86%

199
154
219

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

Portions of RGB colors in percentages

R + G + B = 199 + 154 + 219 = 572 (100%)
R 199 of 572 ~ 34.79%
G 154 of 572 ~ 26.92%
B 219 of 572 ~ 38.29'%

%34.79
%26.92
%38.29

CMYK color model

#C79ADB color CMYK value is (9,30,0,14).

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

CMYK: (9,30,0,14)
C9M30Y0K14 (9%, 30%, 0%, 14%)
(0.09 / 0.30 / 0.00 / 0.14)

CMYK percentages

%9.13
%29.68
%0
%14.12

Codes

Color #C79ADB in popluar color models

C7 9A DB
RGB 199 154 219
HSL 282° 47.45% 73.14%
HSB/HSV 282° 29.68% 85.88%
CMYK 9.13% 29.68% 0.00%
14.12%

Color #C79ADB in popluar number systems.

HEX C7 9A DB
Decimal 199 154 219
Binary 11000111 10011010 11011011
Octal 307 232 333

Shades and tints

Shades of #C79ADB

#C79ADB
(199,154,219)
#B58CC8
(181,140,200)
#A37EB5
(163,126,181)
#9170A2
(145,112,162)
#7F628F
(127,98,143)
#6D547C
(109,84,124)
#5B4669
(91,70,105)
#493856
(73,56,86)
#372A43
(55,42,67)
#251C30
(37,28,48)
#130E1D
(19,14,29)
#000000
(0,0,0)

Tints of #C79ADB

#C79ADB
(199,154,219)
#CCA3DE
(204,163,222)
#D1ACE1
(209,172,225)
#D6B5E4
(214,181,228)
#DBBEE7
(219,190,231)
#E0C7EA
(224,199,234)
#E5D0ED
(229,208,237)
#EAD9F0
(234,217,240)
#EFE2F3
(239,226,243)
#F4EBF6
(244,235,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79ADB; }

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

This text font color is #C79ADB.

Background Color

.myBgColor { background-color: #C79ADB; }

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

This div background color is #C79ADB.

Border color

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

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

This div border color is #C79ADB.

Opacity

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

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

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

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

This text has shadow with #C79ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79ADB.

Preview

Color preview on black background

This text has color #C79ADB on black background.


Color preview on white background

This text has color #C79ADB on white background.


Black color preview on #C79ADB background

This text has black color on #C79ADB background.


White color preview on #C79ADB background

This text has white color on #C79ADB background.


Related colors

Complementary color

Complementary color for #hex is #386524.


I love getcolorcode.com

Triadic colors

1 #DBC79A and #9ADBC7 with #C79ADB are triadic colors.

2 #DB9AC7 and #9AC7DB with #C79ADB are triadic colors.