COLOR #C698F9

HEX: #C698F9
RGB: (198,152,249)

Color info

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

RGB color model

#C698F9 color RGB value is (198,152,249).

  • red value is 198;
  • green value is 152;
  • blue value is 249.
RGB:
(198,152,249)
(78%,60%,98%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 249 of 255 = 98%

198
152
249

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

Portions of RGB colors in percentages

R + G + B =
198 + 152 + 249 = 599 (100%)
R 198 of 599 ~ 33.06%
G 152 of 599 ~ 25.38%
B 249 of 599 ~ 41.57%

%33.06
%25.38
%41.57

CMYK color model

#C698F9 color CMYK value is (20,39,0,2).

  • cyan value is 20.48%
  • magenta value is 38.96%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(20,39,0,2)
C20M39Y0K2 
(20%,39%,0%,2%)
(0.20/0.39/0.00/0.02)	

CMYK percentages

%20.48
%38.96
%0
%2.35

Codes

Color #C698F9 in popluar color models

C698F9
RGB198152249
HSL268°88.99%78.63%
HSB/HSV268°38.96%97.65%
CMYK20.48%38.96%0.00%
2.35%

Color #C698F9 in popluar number systems.

HEXC698F9
Decimal198152249
Binary110001101001100011111001
Octal306230371

Shades and tints

Shades of #C698F9

#C698F9
(198,152,249)
#B48BE3
(180,139,227)
#A27ECD
(162,126,205)
#9071B7
(144,113,183)
#7E64A1
(126,100,161)
#6C578B
(108,87,139)
#5A4A75
(90,74,117)
#483D5F
(72,61,95)
#363049
(54,48,73)
#242333
(36,35,51)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #C698F9

#C698F9
(198,152,249)
#CBA1F9
(203,161,249)
#D0AAF9
(208,170,249)
#D5B3F9
(213,179,249)
#DABCF9
(218,188,249)
#DFC5F9
(223,197,249)
#E4CEF9
(228,206,249)
#E9D7F9
(233,215,249)
#EEE0F9
(238,224,249)
#F3E9F9
(243,233,249)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C698F9 color. Also use rgb(198,152,249) instead hex code.

Text Font Color

.myTextColor { color: #C698F9; }

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

This text font color is #C698F9.


Background Color

.myBgColor { background-color: #C698F9; }

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

This div background color is #C698F9.


Border color

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

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

This div border color is #C698F9.


Opacity

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

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

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

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

This text has shadow with #C698F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C698F9 on black background.


Color preview on white background

This text has color #C698F9 on white background.



Black color preview on #C698F9 background

This text has black color on #C698F9 background.


White color preview on #C698F9 background

This text has white color on #C698F9 background.