COLOR #C599DD

HEX: #C599DD
RGB: (197,153,221)

Color info

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

RGB color model

#C599DD color RGB value is (197,153,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 153 of 255 = 60%
B 221 of 255 = 87%

197
153
221

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

Portions of RGB colors in percentages

R + G + B =
197 + 153 + 221 = 571 (100%)
R 197 of 571 ~ 34.5%
G 153 of 571 ~ 26.8%
B 221 of 571 ~ 38.7%

%34.5
%26.8
%38.7

CMYK color model

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

  • cyan value is 10.86%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,31,0,13)
C11M31Y0K13 
(11%,31%,0%,13%)
(0.11/0.31/0.00/0.13)	

CMYK percentages

%10.86
%30.77
%0
%13.33

Codes

Color #C599DD in popluar color models

C599DD
RGB197153221
HSL279°50.00%73.33%
HSB/HSV279°30.77%86.67%
CMYK10.86%30.77%0.00%
13.33%

Color #C599DD in popluar number systems.

HEXC599DD
Decimal197153221
Binary110001011001100111011101
Octal305231335

Shades and tints

Shades of #C599DD

#C599DD
(197,153,221)
#B48CC9
(180,140,201)
#A37FB5
(163,127,181)
#9272A1
(146,114,161)
#81658D
(129,101,141)
#705879
(112,88,121)
#5F4B65
(95,75,101)
#4E3E51
(78,62,81)
#3D313D
(61,49,61)
#2C2429
(44,36,41)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #C599DD

#C599DD
(197,153,221)
#CAA2E0
(202,162,224)
#CFABE3
(207,171,227)
#D4B4E6
(212,180,230)
#D9BDE9
(217,189,233)
#DEC6EC
(222,198,236)
#E3CFEF
(227,207,239)
#E8D8F2
(232,216,242)
#EDE1F5
(237,225,245)
#F2EAF8
(242,234,248)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C599DD; }

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

This text font color is #C599DD.


Background Color

.myBgColor { background-color: #C599DD; }

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

This div background color is #C599DD.


Border color

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

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

This div border color is #C599DD.


Opacity

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

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

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

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

This text has shadow with #C599DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C599DD on black background.


Color preview on white background

This text has color #C599DD on white background.



Black color preview on #C599DD background

This text has black color on #C599DD background.


White color preview on #C599DD background

This text has white color on #C599DD background.