COLOR #C79BBF

HEX: #C79BBF RGB: (199,155,191)

Color info

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

RGB color model

#C79BBF color RGB value is (199,155,191).

RGB: (199,155,191) (78%, 61%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 191 of 255 = 75%

199
155
191

R + G + B ~ 71%. #C79BBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 155 + 191 = 545 (100%)
R 199 of 545 ~ 36.51%
G 155 of 545 ~ 28.44%
B 191 of 545 ~ 35.05'%

%36.51
%28.44
%35.05

CMYK color model

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

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

CMYK: (0,22,4,22)
C0M22Y4K22 (0%, 22%, 4%, 22%)
(0.00 / 0.22 / 0.04 / 0.22)

CMYK percentages

%0
%22.11
%4.02
%21.96

Codes

Color #C79BBF in popluar color models

C7 9B BF
RGB 199 155 191
HSL 311° 28.21% 69.41%
HSB/HSV 311° 22.11% 78.04%
CMYK 0.00% 22.11% 4.02%
21.96%

Color #C79BBF in popluar number systems.

HEX C7 9B BF
Decimal 199 155 191
Binary 11000111 10011011 10111111
Octal 307 233 277

Shades and tints

Shades of #C79BBF

#C79BBF
(199,155,191)
#B58DAE
(181,141,174)
#A37F9D
(163,127,157)
#91718C
(145,113,140)
#7F637B
(127,99,123)
#6D556A
(109,85,106)
#5B4759
(91,71,89)
#493948
(73,57,72)
#372B37
(55,43,55)
#251D26
(37,29,38)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #C79BBF

#C79BBF
(199,155,191)
#CCA4C4
(204,164,196)
#D1ADC9
(209,173,201)
#D6B6CE
(214,182,206)
#DBBFD3
(219,191,211)
#E0C8D8
(224,200,216)
#E5D1DD
(229,209,221)
#EADAE2
(234,218,226)
#EFE3E7
(239,227,231)
#F4ECEC
(244,236,236)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79BBF; }

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

This text font color is #C79BBF.

Background Color

.myBgColor { background-color: #C79BBF; }

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

This div background color is #C79BBF.

Border color

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

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

This div border color is #C79BBF.

Opacity

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

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

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

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

This text has shadow with #C79BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79BBF.

Preview

Color preview on black background

This text has color #C79BBF on black background.


Color preview on white background

This text has color #C79BBF on white background.


Black color preview on #C79BBF background

This text has black color on #C79BBF background.


White color preview on #C79BBF background

This text has white color on #C79BBF background.


Related colors

Complementary color

Complementary color for #hex is #386440.


I love getcolorcode.com

Triadic colors

1 #BFC79B and #9BBFC7 with #C79BBF are triadic colors.

2 #BF9BC7 and #9BC7BF with #C79BBF are triadic colors.