COLOR #C69CE2

HEX: #C69CE2
RGB: (198,156,226)

Color info

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

RGB color model

#C69CE2 color RGB value is (198,156,226).

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

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 226 of 255 = 89%

198
156
226

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 226 = 580 (100%)
R 198 of 580 ~ 34.14%
G 156 of 580 ~ 26.9%
B 226 of 580 ~ 38.97%

%34.14
%26.9
%38.97

CMYK color model

#C69CE2 color CMYK value is (12,31,0,11).

  • cyan value is 12.39%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(12,31,0,11)
C12M31Y0K11 
(12%,31%,0%,11%)
(0.12/0.31/0.00/0.11)	

CMYK percentages

%12.39
%30.97
%0
%11.37

Codes

Color #C69CE2 in popluar color models

C69CE2
RGB198156226
HSL276°54.69%74.90%
HSB/HSV276°30.97%88.63%
CMYK12.39%30.97%0.00%
11.37%

Color #C69CE2 in popluar number systems.

HEXC69CE2
Decimal198156226
Binary110001101001110011100010
Octal306234342

Shades and tints

Shades of #C69CE2

#C69CE2
(198,156,226)
#B48ECE
(180,142,206)
#A280BA
(162,128,186)
#9072A6
(144,114,166)
#7E6492
(126,100,146)
#6C567E
(108,86,126)
#5A486A
(90,72,106)
#483A56
(72,58,86)
#362C42
(54,44,66)
#241E2E
(36,30,46)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #C69CE2

#C69CE2
(198,156,226)
#CBA5E4
(203,165,228)
#D0AEE6
(208,174,230)
#D5B7E8
(213,183,232)
#DAC0EA
(218,192,234)
#DFC9EC
(223,201,236)
#E4D2EE
(228,210,238)
#E9DBF0
(233,219,240)
#EEE4F2
(238,228,242)
#F3EDF4
(243,237,244)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CE2; }

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

This text font color is #C69CE2.


Background Color

.myBgColor { background-color: #C69CE2; }

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

This div background color is #C69CE2.


Border color

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

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

This div border color is #C69CE2.


Opacity

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

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

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

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

This text has shadow with #C69CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CE2 on black background.


Color preview on white background

This text has color #C69CE2 on white background.



Black color preview on #C69CE2 background

This text has black color on #C69CE2 background.


White color preview on #C69CE2 background

This text has white color on #C69CE2 background.