COLOR #C669D1

HEX: #C669D1
RGB: (198,105,209)

Color info

#C669D1 contains mainly red and blue colors. Web safe color of #C669D1 is #CC66CC (or #C6C).

RGB color model

#C669D1 color RGB value is (198,105,209).

  • red value is 198;
  • green value is 105;
  • blue value is 209.
RGB:
(198,105,209)
(78%,41%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 105 of 255 = 41%
B 209 of 255 = 82%

198
105
209

R + G + B ~ 67%. #C669D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 105 + 209 = 512 (100%)
R 198 of 512 ~ 38.67%
G 105 of 512 ~ 20.51%
B 209 of 512 ~ 40.82%

%38.67
%20.51
%40.82

CMYK color model

#C669D1 color CMYK value is (5,50,0,18).

  • cyan value is 5.26%
  • magenta value is 49.76%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,50,0,18)
C5M50Y0K18 
(5%,50%,0%,18%)
(0.05/0.50/0.00/0.18)	

CMYK percentages

%5.26
%49.76
%0
%18.04

Codes

Color #C669D1 in popluar color models

C669D1
RGB198105209
HSL294°53.06%61.57%
HSB/HSV294°49.76%81.96%
CMYK5.26%49.76%0.00%
18.04%

Color #C669D1 in popluar number systems.

HEXC669D1
Decimal198105209
Binary11000110110100111010001
Octal306151321

Shades and tints

Shades of #C669D1

#C669D1
(198,105,209)
#B460BE
(180,96,190)
#A257AB
(162,87,171)
#904E98
(144,78,152)
#7E4585
(126,69,133)
#6C3C72
(108,60,114)
#5A335F
(90,51,95)
#482A4C
(72,42,76)
#362139
(54,33,57)
#241826
(36,24,38)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #C669D1

#C669D1
(198,105,209)
#CB76D5
(203,118,213)
#D083D9
(208,131,217)
#D590DD
(213,144,221)
#DA9DE1
(218,157,225)
#DFAAE5
(223,170,229)
#E4B7E9
(228,183,233)
#E9C4ED
(233,196,237)
#EED1F1
(238,209,241)
#F3DEF5
(243,222,245)
#F8EBF9
(248,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C669D1; }

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

This text font color is #C669D1.


Background Color

.myBgColor { background-color: #C669D1; }

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

This div background color is #C669D1.


Border color

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

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

This div border color is #C669D1.


Opacity

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

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

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

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

This text has shadow with #C669D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C669D1 on black background.


Color preview on white background

This text has color #C669D1 on white background.



Black color preview on #C669D1 background

This text has black color on #C669D1 background.


White color preview on #C669D1 background

This text has white color on #C669D1 background.