COLOR #C69FFC

HEX: #C69FFC RGB: (198,159,252)

Color info

#C69FFC contains mainly red and blue colors. Web safe color of #C69FFC is #CC99FF (or #C9F).

RGB color model

#C69FFC color RGB value is (198,159,252).

RGB: (198,159,252) (78%, 62%, 99%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 252 of 255 = 99%

198
159
252

R + G + B ~ 80%. #C69FFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 159 + 252 = 609 (100%)
R 198 of 609 ~ 32.51%
G 159 of 609 ~ 26.11%
B 252 of 609 ~ 41.38'%

%32.51
%26.11
%41.38

CMYK color model

#C69FFC color CMYK value is (21,37,0,1).

  • cyan value is 21.43%
  • magenta value is 36.90%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (21,37,0,1) C21M37Y0K1 (21%,37%,0%,1%) (0.21/0.37/0.00/0.01) 

CMYK percentages

%21.43
%36.9
%0
%1.18

Codes

Color #C69FFC in popluar color models

C6 9F FC
RGB 198 159 252
HSL 265° 93.94% 80.59%
HSB/HSV 265° 36.90% 98.82%
CMYK 21.43% 36.90% 0.00%
1.18%

Color #C69FFC in popluar number systems.

HEX C6 9F FC
Decimal 198 159 252
Binary 11000110 10011111 11111100
Octal 306 237 374

Shades and tints

Shades of #C69FFC

#C69FFC
(198,159,252)
#B491E6
(180,145,230)
#A283D0
(162,131,208)
#9075BA
(144,117,186)
#7E67A4
(126,103,164)
#6C598E
(108,89,142)
#5A4B78
(90,75,120)
#483D62
(72,61,98)
#362F4C
(54,47,76)
#242136
(36,33,54)
#121320
(18,19,32)
#000000
(0,0,0)

Tints of #C69FFC

#C69FFC
(198,159,252)
#CBA7FC
(203,167,252)
#D0AFFC
(208,175,252)
#D5B7FC
(213,183,252)
#DABFFC
(218,191,252)
#DFC7FC
(223,199,252)
#E4CFFC
(228,207,252)
#E9D7FC
(233,215,252)
#EEDFFC
(238,223,252)
#F3E7FC
(243,231,252)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69FFC; }

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

This text font color is #C69FFC.

Background Color

.myBgColor { background-color: #C69FFC; }

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

This div background color is #C69FFC.

Border color

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

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

This div border color is #C69FFC.

Opacity

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

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

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

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

This text has shadow with #C69FFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69FFC.

Preview

Color preview on black background

This text has color #C69FFC on black background.


Color preview on white background

This text has color #C69FFC on white background.


Black color preview on #C69FFC background

This text has black color on #C69FFC background.


White color preview on #C69FFC background

This text has white color on #C69FFC background.


Related colors

Complementary color

Complementary color for #hex is #396003.


I love getcolorcode.com

Triadic colors

1 #FCC69F and #9FFCC6 with #C69FFC are triadic colors.

2 #FC9FC6 and #9FC6FC with #C69FFC are triadic colors.