COLOR #C68EEF

HEX: #C68EEF RGB: (198,142,239)

Color info

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

RGB color model

#C68EEF color RGB value is (198,142,239).

RGB: (198,142,239) (78%, 56%, 94%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 239 of 255 = 94%

198
142
239

R + G + B ~ 76%. #C68EEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 142 + 239 = 579 (100%)
R 198 of 579 ~ 34.2%
G 142 of 579 ~ 24.53%
B 239 of 579 ~ 41.28'%

%34.2
%24.53
%41.28

CMYK color model

#C68EEF color CMYK value is (17,41,0,6).

  • cyan value is 17.15%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (17,41,0,6)
C17M41Y0K6 (17%, 41%, 0%, 6%)
(0.17 / 0.41 / 0.00 / 0.06)

CMYK percentages

%17.15
%40.59
%0
%6.27

Codes

Color #C68EEF in popluar color models

C6 8E EF
RGB 198 142 239
HSL 275° 75.19% 74.71%
HSB/HSV 275° 40.59% 93.73%
CMYK 17.15% 40.59% 0.00%
6.27%

Color #C68EEF in popluar number systems.

HEX C6 8E EF
Decimal 198 142 239
Binary 11000110 10001110 11101111
Octal 306 216 357

Shades and tints

Shades of #C68EEF

#C68EEF
(198,142,239)
#B482DA
(180,130,218)
#A276C5
(162,118,197)
#906AB0
(144,106,176)
#7E5E9B
(126,94,155)
#6C5286
(108,82,134)
#5A4671
(90,70,113)
#483A5C
(72,58,92)
#362E47
(54,46,71)
#242232
(36,34,50)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #C68EEF

#C68EEF
(198,142,239)
#CB98F0
(203,152,240)
#D0A2F1
(208,162,241)
#D5ACF2
(213,172,242)
#DAB6F3
(218,182,243)
#DFC0F4
(223,192,244)
#E4CAF5
(228,202,245)
#E9D4F6
(233,212,246)
#EEDEF7
(238,222,247)
#F3E8F8
(243,232,248)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68EEF; }

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

This text font color is #C68EEF.

Background Color

.myBgColor { background-color: #C68EEF; }

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

This div background color is #C68EEF.

Border color

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

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

This div border color is #C68EEF.

Opacity

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

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

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

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

This text has shadow with #C68EEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68EEF.

Preview

Color preview on black background

This text has color #C68EEF on black background.


Color preview on white background

This text has color #C68EEF on white background.


Black color preview on #C68EEF background

This text has black color on #C68EEF background.


White color preview on #C68EEF background

This text has white color on #C68EEF background.


Related colors

Complementary color

Complementary color for #hex is #397110.


I love getcolorcode.com

Triadic colors

1 #EFC68E and #8EEFC6 with #C68EEF are triadic colors.

2 #EF8EC6 and #8EC6EF with #C68EEF are triadic colors.