COLOR #C69CE6

HEX: #C69CE6
RGB: (198,156,230)

Color info

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

RGB color model

#C69CE6 color RGB value is (198,156,230).

  • red value is 198;
  • green value is 156;
  • blue value is 230.
RGB:
(198,156,230)
(78%,61%,90%)

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 230 of 255 = 90%

198
156
230

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 230 = 584 (100%)
R 198 of 584 ~ 33.9%
G 156 of 584 ~ 26.71%
B 230 of 584 ~ 39.38%

%33.9
%26.71
%39.38

CMYK color model

#C69CE6 color CMYK value is (14,32,0,10).

  • cyan value is 13.91%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(14,32,0,10)
C14M32Y0K10 
(14%,32%,0%,10%)
(0.14/0.32/0.00/0.10)	

CMYK percentages

%13.91
%32.17
%0
%9.8

Codes

Color #C69CE6 in popluar color models

C69CE6
RGB198156230
HSL274°59.68%75.69%
HSB/HSV274°32.17%90.20%
CMYK13.91%32.17%0.00%
9.80%

Color #C69CE6 in popluar number systems.

HEXC69CE6
Decimal198156230
Binary110001101001110011100110
Octal306234346

Shades and tints

Shades of #C69CE6

#C69CE6
(198,156,230)
#B48ED2
(180,142,210)
#A280BE
(162,128,190)
#9072AA
(144,114,170)
#7E6496
(126,100,150)
#6C5682
(108,86,130)
#5A486E
(90,72,110)
#483A5A
(72,58,90)
#362C46
(54,44,70)
#241E32
(36,30,50)
#12101E
(18,16,30)
#000000
(0,0,0)

Tints of #C69CE6

#C69CE6
(198,156,230)
#CBA5E8
(203,165,232)
#D0AEEA
(208,174,234)
#D5B7EC
(213,183,236)
#DAC0EE
(218,192,238)
#DFC9F0
(223,201,240)
#E4D2F2
(228,210,242)
#E9DBF4
(233,219,244)
#EEE4F6
(238,228,246)
#F3EDF8
(243,237,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69CE6 color. Also use rgb(198,156,230) instead hex code.

Text Font Color

.myTextColor { color: #C69CE6; }

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

This text font color is #C69CE6.


Background Color

.myBgColor { background-color: #C69CE6; }

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

This div background color is #C69CE6.


Border color

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

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

This div border color is #C69CE6.


Opacity

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

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

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

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

This text has shadow with #C69CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CE6 on black background.


Color preview on white background

This text has color #C69CE6 on white background.



Black color preview on #C69CE6 background

This text has black color on #C69CE6 background.


White color preview on #C69CE6 background

This text has white color on #C69CE6 background.