COLOR #C69CCF

HEX: #C69CCF
RGB: (198,156,207)

Color info

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

RGB color model

#C69CCF color RGB value is (198,156,207).

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

RGB channels and saturation

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

198
156
207

R + G + B ~ 73%. #C69CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 207 = 561 (100%)
R 198 of 561 ~ 35.29%
G 156 of 561 ~ 27.81%
B 207 of 561 ~ 36.9%

%35.29
%27.81
%36.9

CMYK color model

#C69CCF color CMYK value is (4,25,0,19).

  • cyan value is 4.35%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,25,0,19)
C4M25Y0K19 
(4%,25%,0%,19%)
(0.04/0.25/0.00/0.19)	

CMYK percentages

%4.35
%24.64
%0
%18.82

Codes

Color #C69CCF in popluar color models

C69CCF
RGB198156207
HSL289°34.69%71.18%
HSB/HSV289°24.64%81.18%
CMYK4.35%24.64%0.00%
18.82%

Color #C69CCF in popluar number systems.

HEXC69CCF
Decimal198156207
Binary110001101001110011001111
Octal306234317

Shades and tints

Shades of #C69CCF

#C69CCF
(198,156,207)
#B48EBD
(180,142,189)
#A280AB
(162,128,171)
#907299
(144,114,153)
#7E6487
(126,100,135)
#6C5675
(108,86,117)
#5A4863
(90,72,99)
#483A51
(72,58,81)
#362C3F
(54,44,63)
#241E2D
(36,30,45)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #C69CCF

#C69CCF
(198,156,207)
#CBA5D3
(203,165,211)
#D0AED7
(208,174,215)
#D5B7DB
(213,183,219)
#DAC0DF
(218,192,223)
#DFC9E3
(223,201,227)
#E4D2E7
(228,210,231)
#E9DBEB
(233,219,235)
#EEE4EF
(238,228,239)
#F3EDF3
(243,237,243)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CCF; }

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

This text font color is #C69CCF.


Background Color

.myBgColor { background-color: #C69CCF; }

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

This div background color is #C69CCF.


Border color

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

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

This div border color is #C69CCF.


Opacity

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

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

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

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

This text has shadow with #C69CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CCF on black background.


Color preview on white background

This text has color #C69CCF on white background.



Black color preview on #C69CCF background

This text has black color on #C69CCF background.


White color preview on #C69CCF background

This text has white color on #C69CCF background.