COLOR #C69CC6

HEX: #C69CC6
RGB: (198,156,198)

Color info

#C69CC6 contains red, green and blue colors in about the same proportion. Web safe color of #C69CC6 is #CC99CC (or #C9C).

RGB color model

#C69CC6 color RGB value is (198,156,198).

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

RGB channels and saturation

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

198
156
198

R + G + B ~ 72%. #C69CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 198 = 552 (100%)
R 198 of 552 ~ 35.87%
G 156 of 552 ~ 28.26%
B 198 of 552 ~ 35.87%

%35.87
%28.26
%35.87

CMYK color model

#C69CC6 color CMYK value is (0,21,0,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(0,21,0,22)
C0M21Y0K22 
(0%,21%,0%,22%)
(0.00/0.21/0.00/0.22)	

CMYK percentages

%0
%21.21
%0
%22.35

Codes

Color #C69CC6 in popluar color models

C69CC6
RGB198156198
HSL300°26.92%69.41%
HSB/HSV300°21.21%77.65%
CMYK0.00%21.21%0.00%
22.35%

Color #C69CC6 in popluar number systems.

HEXC69CC6
Decimal198156198
Binary110001101001110011000110
Octal306234306

Shades and tints

Shades of #C69CC6

#C69CC6
(198,156,198)
#B48EB4
(180,142,180)
#A280A2
(162,128,162)
#907290
(144,114,144)
#7E647E
(126,100,126)
#6C566C
(108,86,108)
#5A485A
(90,72,90)
#483A48
(72,58,72)
#362C36
(54,44,54)
#241E24
(36,30,36)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #C69CC6

#C69CC6
(198,156,198)
#CBA5CB
(203,165,203)
#D0AED0
(208,174,208)
#D5B7D5
(213,183,213)
#DAC0DA
(218,192,218)
#DFC9DF
(223,201,223)
#E4D2E4
(228,210,228)
#E9DBE9
(233,219,233)
#EEE4EE
(238,228,238)
#F3EDF3
(243,237,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CC6; }

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

This text font color is #C69CC6.


Background Color

.myBgColor { background-color: #C69CC6; }

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

This div background color is #C69CC6.


Border color

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

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

This div border color is #C69CC6.


Opacity

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

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

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

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

This text has shadow with #C69CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CC6 on black background.


Color preview on white background

This text has color #C69CC6 on white background.



Black color preview on #C69CC6 background

This text has black color on #C69CC6 background.


White color preview on #C69CC6 background

This text has white color on #C69CC6 background.