COLOR #C69CDA

HEX: #C69CDA RGB: (198,156,218)

Color info

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

RGB color model

#C69CDA color RGB value is (198,156,218).

RGB: (198,156,218) (78%, 61%, 85%)

RGB channels and saturation

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

198
156
218

R + G + B ~ 75%. #C69CDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 156 + 218 = 572 (100%)
R 198 of 572 ~ 34.62%
G 156 of 572 ~ 27.27%
B 218 of 572 ~ 38.11'%

%34.62
%27.27
%38.11

CMYK color model

#C69CDA color CMYK value is (9,28,0,15).

  • cyan value is 9.17%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (9,28,0,15)
C9M28Y0K15 (9%, 28%, 0%, 15%)
(0.09 / 0.28 / 0.00 / 0.15)

CMYK percentages

%9.17
%28.44
%0
%14.51

Codes

Color #C69CDA in popluar color models

C6 9C DA
RGB 198 156 218
HSL 281° 45.59% 73.33%
HSB/HSV 281° 28.44% 85.49%
CMYK 9.17% 28.44% 0.00%
14.51%

Color #C69CDA in popluar number systems.

HEX C6 9C DA
Decimal 198 156 218
Binary 11000110 10011100 11011010
Octal 306 234 332

Shades and tints

Shades of #C69CDA

#C69CDA
(198,156,218)
#B48EC7
(180,142,199)
#A280B4
(162,128,180)
#9072A1
(144,114,161)
#7E648E
(126,100,142)
#6C567B
(108,86,123)
#5A4868
(90,72,104)
#483A55
(72,58,85)
#362C42
(54,44,66)
#241E2F
(36,30,47)
#12101C
(18,16,28)
#000000
(0,0,0)

Tints of #C69CDA

#C69CDA
(198,156,218)
#CBA5DD
(203,165,221)
#D0AEE0
(208,174,224)
#D5B7E3
(213,183,227)
#DAC0E6
(218,192,230)
#DFC9E9
(223,201,233)
#E4D2EC
(228,210,236)
#E9DBEF
(233,219,239)
#EEE4F2
(238,228,242)
#F3EDF5
(243,237,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CDA; }

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

This text font color is #C69CDA.

Background Color

.myBgColor { background-color: #C69CDA; }

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

This div background color is #C69CDA.

Border color

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

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

This div border color is #C69CDA.

Opacity

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

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

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

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

This text has shadow with #C69CDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69CDA.

Preview

Color preview on black background

This text has color #C69CDA on black background.


Color preview on white background

This text has color #C69CDA on white background.


Black color preview on #C69CDA background

This text has black color on #C69CDA background.


White color preview on #C69CDA background

This text has white color on #C69CDA background.


Related colors

Complementary color

Complementary color for #hex is #396325.


I love getcolorcode.com

Triadic colors

1 #DAC69C and #9CDAC6 with #C69CDA are triadic colors.

2 #DA9CC6 and #9CC6DA with #C69CDA are triadic colors.