COLOR #C69FDC

HEX: #C69FDC
RGB: (198,159,220)

Color info

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

RGB color model

#C69FDC color RGB value is (198,159,220).

  • red value is 198;
  • green value is 159;
  • blue value is 220.
RGB:
(198,159,220)
(78%,62%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 220 of 255 = 86%

198
159
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 220 = 577 (100%)
R 198 of 577 ~ 34.32%
G 159 of 577 ~ 27.56%
B 220 of 577 ~ 38.13%

%34.32
%27.56
%38.13

CMYK color model

#C69FDC color CMYK value is (10,28,0,14).

  • cyan value is 10.00%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,28,0,14)
C10M28Y0K14 
(10%,28%,0%,14%)
(0.10/0.28/0.00/0.14)	

CMYK percentages

%10
%27.73
%0
%13.73

Codes

Color #C69FDC in popluar color models

C69FDC
RGB198159220
HSL278°46.56%74.31%
HSB/HSV278°27.73%86.27%
CMYK10.00%27.73%0.00%
13.73%

Color #C69FDC in popluar number systems.

HEXC69FDC
Decimal198159220
Binary110001101001111111011100
Octal306237334

Shades and tints

Shades of #C69FDC

#C69FDC
(198,159,220)
#B491C8
(180,145,200)
#A283B4
(162,131,180)
#9075A0
(144,117,160)
#7E678C
(126,103,140)
#6C5978
(108,89,120)
#5A4B64
(90,75,100)
#483D50
(72,61,80)
#362F3C
(54,47,60)
#242128
(36,33,40)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #C69FDC

#C69FDC
(198,159,220)
#CBA7DF
(203,167,223)
#D0AFE2
(208,175,226)
#D5B7E5
(213,183,229)
#DABFE8
(218,191,232)
#DFC7EB
(223,199,235)
#E4CFEE
(228,207,238)
#E9D7F1
(233,215,241)
#EEDFF4
(238,223,244)
#F3E7F7
(243,231,247)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FDC color. Also use rgb(198,159,220) instead hex code.

Text Font Color

.myTextColor { color: #C69FDC; }

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

This text font color is #C69FDC.


Background Color

.myBgColor { background-color: #C69FDC; }

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

This div background color is #C69FDC.


Border color

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

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

This div border color is #C69FDC.


Opacity

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

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

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

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

This text has shadow with #C69FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FDC on black background.


Color preview on white background

This text has color #C69FDC on white background.



Black color preview on #C69FDC background

This text has black color on #C69FDC background.


White color preview on #C69FDC background

This text has white color on #C69FDC background.