COLOR #C69EF7

HEX: #C69EF7
RGB: (198,158,247)

Color info

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

RGB color model

#C69EF7 color RGB value is (198,158,247).

  • red value is 198;
  • green value is 158;
  • blue value is 247.
RGB:
(198,158,247)
(78%,62%,97%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 247 of 255 = 97%

198
158
247

R + G + B ~ 79%. #C69EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 158 + 247 = 603 (100%)
R 198 of 603 ~ 32.84%
G 158 of 603 ~ 26.2%
B 247 of 603 ~ 40.96%

%32.84
%26.2
%40.96

CMYK color model

#C69EF7 color CMYK value is (20,36,0,3).

  • cyan value is 19.84%
  • magenta value is 36.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(20,36,0,3)
C20M36Y0K3 
(20%,36%,0%,3%)
(0.20/0.36/0.00/0.03)	

CMYK percentages

%19.84
%36.03
%0
%3.14

Codes

Color #C69EF7 in popluar color models

C69EF7
RGB198158247
HSL267°84.76%79.41%
HSB/HSV267°36.03%96.86%
CMYK19.84%36.03%0.00%
3.14%

Color #C69EF7 in popluar number systems.

HEXC69EF7
Decimal198158247
Binary110001101001111011110111
Octal306236367

Shades and tints

Shades of #C69EF7

#C69EF7
(198,158,247)
#B490E1
(180,144,225)
#A282CB
(162,130,203)
#9074B5
(144,116,181)
#7E669F
(126,102,159)
#6C5889
(108,88,137)
#5A4A73
(90,74,115)
#483C5D
(72,60,93)
#362E47
(54,46,71)
#242031
(36,32,49)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #C69EF7

#C69EF7
(198,158,247)
#CBA6F7
(203,166,247)
#D0AEF7
(208,174,247)
#D5B6F7
(213,182,247)
#DABEF7
(218,190,247)
#DFC6F7
(223,198,247)
#E4CEF7
(228,206,247)
#E9D6F7
(233,214,247)
#EEDEF7
(238,222,247)
#F3E6F7
(243,230,247)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69EF7 color. Also use rgb(198,158,247) instead hex code.

Text Font Color

.myTextColor { color: #C69EF7; }

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

This text font color is #C69EF7.


Background Color

.myBgColor { background-color: #C69EF7; }

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

This div background color is #C69EF7.


Border color

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

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

This div border color is #C69EF7.


Opacity

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

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

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

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

This text has shadow with #C69EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69EF7 on black background.


Color preview on white background

This text has color #C69EF7 on white background.



Black color preview on #C69EF7 background

This text has black color on #C69EF7 background.


White color preview on #C69EF7 background

This text has white color on #C69EF7 background.