COLOR #C69FCC

HEX: #C69FCC
RGB: (198,159,204)

Color info

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

RGB color model

#C69FCC color RGB value is (198,159,204).

  • red value is 198;
  • green value is 159;
  • blue value is 204.
RGB:
(198,159,204)
(78%,62%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 204 of 255 = 80%

198
159
204

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

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 204 = 561 (100%)
R 198 of 561 ~ 35.29%
G 159 of 561 ~ 28.34%
B 204 of 561 ~ 36.36%

%35.29
%28.34
%36.36

CMYK color model

#C69FCC color CMYK value is (3,22,0,20).

  • cyan value is 2.94%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,22,0,20)
C3M22Y0K20 
(3%,22%,0%,20%)
(0.03/0.22/0.00/0.20)	

CMYK percentages

%2.94
%22.06
%0
%20

Codes

Color #C69FCC in popluar color models

C69FCC
RGB198159204
HSL292°30.61%71.18%
HSB/HSV292°22.06%80.00%
CMYK2.94%22.06%0.00%
20.00%

Color #C69FCC in popluar number systems.

HEXC69FCC
Decimal198159204
Binary110001101001111111001100
Octal306237314

Shades and tints

Shades of #C69FCC

#C69FCC
(198,159,204)
#B491BA
(180,145,186)
#A283A8
(162,131,168)
#907596
(144,117,150)
#7E6784
(126,103,132)
#6C5972
(108,89,114)
#5A4B60
(90,75,96)
#483D4E
(72,61,78)
#362F3C
(54,47,60)
#24212A
(36,33,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C69FCC

#C69FCC
(198,159,204)
#CBA7D0
(203,167,208)
#D0AFD4
(208,175,212)
#D5B7D8
(213,183,216)
#DABFDC
(218,191,220)
#DFC7E0
(223,199,224)
#E4CFE4
(228,207,228)
#E9D7E8
(233,215,232)
#EEDFEC
(238,223,236)
#F3E7F0
(243,231,240)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69FCC; }

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

This text font color is #C69FCC.


Background Color

.myBgColor { background-color: #C69FCC; }

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

This div background color is #C69FCC.


Border color

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

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

This div border color is #C69FCC.


Opacity

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

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

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

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

This text has shadow with #C69FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FCC on black background.


Color preview on white background

This text has color #C69FCC on white background.



Black color preview on #C69FCC background

This text has black color on #C69FCC background.


White color preview on #C69FCC background

This text has white color on #C69FCC background.