COLOR #C69CD1

HEX: #C69CD1
RGB: (198,156,209)

Color info

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

RGB color model

#C69CD1 color RGB value is (198,156,209).

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

RGB channels and saturation

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

198
156
209

R + G + B ~ 74%. #C69CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 209 = 563 (100%)
R 198 of 563 ~ 35.17%
G 156 of 563 ~ 27.71%
B 209 of 563 ~ 37.12%

%35.17
%27.71
%37.12

CMYK color model

#C69CD1 color CMYK value is (5,25,0,18).

  • cyan value is 5.26%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,25,0,18)
C5M25Y0K18 
(5%,25%,0%,18%)
(0.05/0.25/0.00/0.18)	

CMYK percentages

%5.26
%25.36
%0
%18.04

Codes

Color #C69CD1 in popluar color models

C69CD1
RGB198156209
HSL288°36.55%71.57%
HSB/HSV288°25.36%81.96%
CMYK5.26%25.36%0.00%
18.04%

Color #C69CD1 in popluar number systems.

HEXC69CD1
Decimal198156209
Binary110001101001110011010001
Octal306234321

Shades and tints

Shades of #C69CD1

#C69CD1
(198,156,209)
#B48EBE
(180,142,190)
#A280AB
(162,128,171)
#907298
(144,114,152)
#7E6485
(126,100,133)
#6C5672
(108,86,114)
#5A485F
(90,72,95)
#483A4C
(72,58,76)
#362C39
(54,44,57)
#241E26
(36,30,38)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #C69CD1

#C69CD1
(198,156,209)
#CBA5D5
(203,165,213)
#D0AED9
(208,174,217)
#D5B7DD
(213,183,221)
#DAC0E1
(218,192,225)
#DFC9E5
(223,201,229)
#E4D2E9
(228,210,233)
#E9DBED
(233,219,237)
#EEE4F1
(238,228,241)
#F3EDF5
(243,237,245)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CD1; }

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

This text font color is #C69CD1.


Background Color

.myBgColor { background-color: #C69CD1; }

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

This div background color is #C69CD1.


Border color

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

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

This div border color is #C69CD1.


Opacity

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

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

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

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

This text has shadow with #C69CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CD1 on black background.


Color preview on white background

This text has color #C69CD1 on white background.



Black color preview on #C69CD1 background

This text has black color on #C69CD1 background.


White color preview on #C69CD1 background

This text has white color on #C69CD1 background.