COLOR #C698DF

HEX: #C698DF RGB: (198,152,223)

Color info

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

RGB color model

#C698DF color RGB value is (198,152,223).

RGB: (198,152,223) (78%, 60%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 223 of 255 = 87%

198
152
223

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

Portions of RGB colors in percentages

R + G + B = 198 + 152 + 223 = 573 (100%)
R 198 of 573 ~ 34.55%
G 152 of 573 ~ 26.53%
B 223 of 573 ~ 38.92'%

%34.55
%26.53
%38.92

CMYK color model

#C698DF color CMYK value is (11,32,0,13).

  • cyan value is 11.21%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,32,0,13)
C11M32Y0K13 (11%, 32%, 0%, 13%)
(0.11 / 0.32 / 0.00 / 0.13)

CMYK percentages

%11.21
%31.84
%0
%12.55

Codes

Color #C698DF in popluar color models

C6 98 DF
RGB 198 152 223
HSL 279° 52.59% 73.53%
HSB/HSV 279° 31.84% 87.45%
CMYK 11.21% 31.84% 0.00%
12.55%

Color #C698DF in popluar number systems.

HEX C6 98 DF
Decimal 198 152 223
Binary 11000110 10011000 11011111
Octal 306 230 337

Shades and tints

Shades of #C698DF

#C698DF
(198,152,223)
#B48BCB
(180,139,203)
#A27EB7
(162,126,183)
#9071A3
(144,113,163)
#7E648F
(126,100,143)
#6C577B
(108,87,123)
#5A4A67
(90,74,103)
#483D53
(72,61,83)
#36303F
(54,48,63)
#24232B
(36,35,43)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C698DF

#C698DF
(198,152,223)
#CBA1E1
(203,161,225)
#D0AAE3
(208,170,227)
#D5B3E5
(213,179,229)
#DABCE7
(218,188,231)
#DFC5E9
(223,197,233)
#E4CEEB
(228,206,235)
#E9D7ED
(233,215,237)
#EEE0EF
(238,224,239)
#F3E9F1
(243,233,241)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C698DF; }

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

This text font color is #C698DF.

Background Color

.myBgColor { background-color: #C698DF; }

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

This div background color is #C698DF.

Border color

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

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

This div border color is #C698DF.

Opacity

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

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

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

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

This text has shadow with #C698DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C698DF.

Preview

Color preview on black background

This text has color #C698DF on black background.


Color preview on white background

This text has color #C698DF on white background.


Black color preview on #C698DF background

This text has black color on #C698DF background.


White color preview on #C698DF background

This text has white color on #C698DF background.


Related colors

Complementary color

Complementary color for #hex is #396720.


I love getcolorcode.com

Triadic colors

1 #DFC698 and #98DFC6 with #C698DF are triadic colors.

2 #DF98C6 and #98C6DF with #C698DF are triadic colors.