COLOR #C69FEC

HEX: #C69FEC
RGB: (198,159,236)

Color info

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

RGB color model

#C69FEC color RGB value is (198,159,236).

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

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 236 of 255 = 93%

198
159
236

R + G + B ~ 78%. #C69FEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 236 = 593 (100%)
R 198 of 593 ~ 33.39%
G 159 of 593 ~ 26.81%
B 236 of 593 ~ 39.8%

%33.39
%26.81
%39.8

CMYK color model

#C69FEC color CMYK value is (16,33,0,7).

  • cyan value is 16.10%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(16,33,0,7)
C16M33Y0K7 
(16%,33%,0%,7%)
(0.16/0.33/0.00/0.07)	

CMYK percentages

%16.1
%32.63
%0
%7.45

Codes

Color #C69FEC in popluar color models

C69FEC
RGB198159236
HSL270°66.96%77.45%
HSB/HSV270°32.63%92.55%
CMYK16.10%32.63%0.00%
7.45%

Color #C69FEC in popluar number systems.

HEXC69FEC
Decimal198159236
Binary110001101001111111101100
Octal306237354

Shades and tints

Shades of #C69FEC

#C69FEC
(198,159,236)
#B491D7
(180,145,215)
#A283C2
(162,131,194)
#9075AD
(144,117,173)
#7E6798
(126,103,152)
#6C5983
(108,89,131)
#5A4B6E
(90,75,110)
#483D59
(72,61,89)
#362F44
(54,47,68)
#24212F
(36,33,47)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C69FEC

#C69FEC
(198,159,236)
#CBA7ED
(203,167,237)
#D0AFEE
(208,175,238)
#D5B7EF
(213,183,239)
#DABFF0
(218,191,240)
#DFC7F1
(223,199,241)
#E4CFF2
(228,207,242)
#E9D7F3
(233,215,243)
#EEDFF4
(238,223,244)
#F3E7F5
(243,231,245)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69FEC; }

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

This text font color is #C69FEC.


Background Color

.myBgColor { background-color: #C69FEC; }

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

This div background color is #C69FEC.


Border color

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

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

This div border color is #C69FEC.


Opacity

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

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

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

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

This text has shadow with #C69FEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FEC on black background.


Color preview on white background

This text has color #C69FEC on white background.



Black color preview on #C69FEC background

This text has black color on #C69FEC background.


White color preview on #C69FEC background

This text has white color on #C69FEC background.