COLOR #C699D6

HEX: #C699D6
RGB: (198,153,214)

Color info

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

RGB color model

#C699D6 color RGB value is (198,153,214).

  • red value is 198;
  • green value is 153;
  • blue value is 214.
RGB:
(198,153,214)
(78%,60%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 214 of 255 = 84%

198
153
214

R + G + B ~ 74%. #C699D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 214 = 565 (100%)
R 198 of 565 ~ 35.04%
G 153 of 565 ~ 27.08%
B 214 of 565 ~ 37.88%

%35.04
%27.08
%37.88

CMYK color model

#C699D6 color CMYK value is (7,29,0,16).

  • cyan value is 7.48%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,29,0,16)
C7M29Y0K16 
(7%,29%,0%,16%)
(0.07/0.29/0.00/0.16)	

CMYK percentages

%7.48
%28.5
%0
%16.08

Codes

Color #C699D6 in popluar color models

C699D6
RGB198153214
HSL284°42.66%71.96%
HSB/HSV284°28.50%83.92%
CMYK7.48%28.50%0.00%
16.08%

Color #C699D6 in popluar number systems.

HEXC699D6
Decimal198153214
Binary110001101001100111010110
Octal306231326

Shades and tints

Shades of #C699D6

#C699D6
(198,153,214)
#B48CC3
(180,140,195)
#A27FB0
(162,127,176)
#90729D
(144,114,157)
#7E658A
(126,101,138)
#6C5877
(108,88,119)
#5A4B64
(90,75,100)
#483E51
(72,62,81)
#36313E
(54,49,62)
#24242B
(36,36,43)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C699D6

#C699D6
(198,153,214)
#CBA2D9
(203,162,217)
#D0ABDC
(208,171,220)
#D5B4DF
(213,180,223)
#DABDE2
(218,189,226)
#DFC6E5
(223,198,229)
#E4CFE8
(228,207,232)
#E9D8EB
(233,216,235)
#EEE1EE
(238,225,238)
#F3EAF1
(243,234,241)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C699D6 color. Also use rgb(198,153,214) instead hex code.

Text Font Color

.myTextColor { color: #C699D6; }

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

This text font color is #C699D6.


Background Color

.myBgColor { background-color: #C699D6; }

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

This div background color is #C699D6.


Border color

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

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

This div border color is #C699D6.


Opacity

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

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

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

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

This text has shadow with #C699D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C699D6 on black background.


Color preview on white background

This text has color #C699D6 on white background.



Black color preview on #C699D6 background

This text has black color on #C699D6 background.


White color preview on #C699D6 background

This text has white color on #C699D6 background.