COLOR #C68EE8

HEX: #C68EE8
RGB: (198,142,232)

Color info

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

RGB color model

#C68EE8 color RGB value is (198,142,232).

  • red value is 198;
  • green value is 142;
  • blue value is 232.
RGB: (198,142,232) (78%,56%,91%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 232 of 255 = 91%

198
142
232

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

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 232 = 572 (100%)
R 198 of 572 ~ 34.62%
G 142 of 572 ~ 24.83%
B 232 of 572 ~ 40.56%

%34.62
%24.83
%40.56

CMYK color model

#C68EE8 color CMYK value is (15,39,0,9).

  • cyan value is 14.66%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (15,39,0,9) C15M39Y0K9 (15%,39%,0%,9%) (0.15/0.39/0.00/0.09)

CMYK percentages

%14.66
%38.79
%0
%9.02

Codes

Color #C68EE8 in popluar color models

C68EE8
RGB198142232
HSL277°66.18%73.33%
HSB/HSV277°38.79%90.98%
CMYK14.66%38.79%0.00%
9.02%

Color #C68EE8 in popluar number systems.

HEXC68EE8
Decimal198142232
Binary110001101000111011101000
Octal306216350

Shades and tints

Shades of #C68EE8

#C68EE8
(198,142,232)
#B482D3
(180,130,211)
#A276BE
(162,118,190)
#906AA9
(144,106,169)
#7E5E94
(126,94,148)
#6C527F
(108,82,127)
#5A466A
(90,70,106)
#483A55
(72,58,85)
#362E40
(54,46,64)
#24222B
(36,34,43)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C68EE8

#C68EE8
(198,142,232)
#CB98EA
(203,152,234)
#D0A2EC
(208,162,236)
#D5ACEE
(213,172,238)
#DAB6F0
(218,182,240)
#DFC0F2
(223,192,242)
#E4CAF4
(228,202,244)
#E9D4F6
(233,212,246)
#EEDEF8
(238,222,248)
#F3E8FA
(243,232,250)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68EE8 color. Also use rgb(198,142,232) instead hex code.

Text Font Color

.myTextColor { color: #C68EE8; }

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

This text font color is #C68EE8.


Background Color

.myBgColor { background-color: #C68EE8; }

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

This div background color is #C68EE8.


Border color

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

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

This div border color is #C68EE8.


Opacity

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

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

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

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

This text has shadow with #C68EE8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C68EE8 on black background.


Color preview on white background

This text has color #C68EE8 on white background.



Black color preview on #C68EE8 background

This text has black color on #C68EE8 background.


White color preview on #C68EE8 background

This text has white color on #C68EE8 background.