COLOR #C799DD

HEX: #C799DD
RGB: (199,153,221)

Color info

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

RGB color model

#C799DD color RGB value is (199,153,221).

  • red value is 199;
  • green value is 153;
  • blue value is 221.
RGB:
(199,153,221)
(78%,60%,87%)

RGB channels and saturation

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

199
153
221

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

Portions of RGB colors in percentages

R + G + B =
199 + 153 + 221 = 573 (100%)
R 199 of 573 ~ 34.73%
G 153 of 573 ~ 26.7%
B 221 of 573 ~ 38.57%

%34.73
%26.7
%38.57

CMYK color model

#C799DD color CMYK value is (10,31,0,13).

  • cyan value is 9.95%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,31,0,13)
C10M31Y0K13 
(10%,31%,0%,13%)
(0.10/0.31/0.00/0.13)	

CMYK percentages

%9.95
%30.77
%0
%13.33

Codes

Color #C799DD in popluar color models

C799DD
RGB199153221
HSL281°50.00%73.33%
HSB/HSV281°30.77%86.67%
CMYK9.95%30.77%0.00%
13.33%

Color #C799DD in popluar number systems.

HEXC799DD
Decimal199153221
Binary110001111001100111011101
Octal307231335

Shades and tints

Shades of #C799DD

#C799DD
(199,153,221)
#B58CC9
(181,140,201)
#A37FB5
(163,127,181)
#9172A1
(145,114,161)
#7F658D
(127,101,141)
#6D5879
(109,88,121)
#5B4B65
(91,75,101)
#493E51
(73,62,81)
#37313D
(55,49,61)
#252429
(37,36,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C799DD

#C799DD
(199,153,221)
#CCA2E0
(204,162,224)
#D1ABE3
(209,171,227)
#D6B4E6
(214,180,230)
#DBBDE9
(219,189,233)
#E0C6EC
(224,198,236)
#E5CFEF
(229,207,239)
#EAD8F2
(234,216,242)
#EFE1F5
(239,225,245)
#F4EAF8
(244,234,248)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C799DD; }

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

This text font color is #C799DD.


Background Color

.myBgColor { background-color: #C799DD; }

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

This div background color is #C799DD.


Border color

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

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

This div border color is #C799DD.


Opacity

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

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

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

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

This text has shadow with #C799DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C799DD on black background.


Color preview on white background

This text has color #C799DD on white background.



Black color preview on #C799DD background

This text has black color on #C799DD background.


White color preview on #C799DD background

This text has white color on #C799DD background.