COLOR #C799DF

HEX: #C799DF RGB: (199,153,223)

Color info

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

RGB color model

#C799DF color RGB value is (199,153,223).

RGB: (199,153,223) (78%, 60%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 223 of 255 = 87%

199
153
223

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

Portions of RGB colors in percentages

R + G + B = 199 + 153 + 223 = 575 (100%)
R 199 of 575 ~ 34.61%
G 153 of 575 ~ 26.61%
B 223 of 575 ~ 38.78'%

%34.61
%26.61
%38.78

CMYK color model

#C799DF color CMYK value is (11,31,0,13).

  • cyan value is 10.76%
  • magenta value is 31.39%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,31,0,13)
C11M31Y0K13 (11%, 31%, 0%, 13%)
(0.11 / 0.31 / 0.00 / 0.13)

CMYK percentages

%10.76
%31.39
%0
%12.55

Codes

Color #C799DF in popluar color models

C7 99 DF
RGB 199 153 223
HSL 279° 52.24% 73.73%
HSB/HSV 279° 31.39% 87.45%
CMYK 10.76% 31.39% 0.00%
12.55%

Color #C799DF in popluar number systems.

HEX C7 99 DF
Decimal 199 153 223
Binary 11000111 10011001 11011111
Octal 307 231 337

Shades and tints

Shades of #C799DF

#C799DF
(199,153,223)
#B58CCB
(181,140,203)
#A37FB7
(163,127,183)
#9172A3
(145,114,163)
#7F658F
(127,101,143)
#6D587B
(109,88,123)
#5B4B67
(91,75,103)
#493E53
(73,62,83)
#37313F
(55,49,63)
#25242B
(37,36,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C799DF

#C799DF
(199,153,223)
#CCA2E1
(204,162,225)
#D1ABE3
(209,171,227)
#D6B4E5
(214,180,229)
#DBBDE7
(219,189,231)
#E0C6E9
(224,198,233)
#E5CFEB
(229,207,235)
#EAD8ED
(234,216,237)
#EFE1EF
(239,225,239)
#F4EAF1
(244,234,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C799DF color. Also use rgb(199,153,223) instead hex code.

Text Font Color

.myTextColor { color: #C799DF; }

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

This text font color is #C799DF.

Background Color

.myBgColor { background-color: #C799DF; }

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

This div background color is #C799DF.

Border color

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

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

This div border color is #C799DF.

Opacity

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

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

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

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

This text has shadow with #C799DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C799DF.

Preview

Color preview on black background

This text has color #C799DF on black background.


Color preview on white background

This text has color #C799DF on white background.


Black color preview on #C799DF background

This text has black color on #C799DF background.


White color preview on #C799DF background

This text has white color on #C799DF background.


Related colors

Complementary color

Complementary color for #hex is #386620.


I love getcolorcode.com

Triadic colors

1 #DFC799 and #99DFC7 with #C799DF are triadic colors.

2 #DF99C7 and #99C7DF with #C799DF are triadic colors.