COLOR #C691D1

HEX: #C691D1
RGB: (198,145,209)

Color info

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

RGB color model

#C691D1 color RGB value is (198,145,209).

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

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 209 of 255 = 82%

198
145
209

R + G + B ~ 72%. #C691D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 209 = 552 (100%)
R 198 of 552 ~ 35.87%
G 145 of 552 ~ 26.27%
B 209 of 552 ~ 37.86%

%35.87
%26.27
%37.86

CMYK color model

#C691D1 color CMYK value is (5,31,0,18).

  • cyan value is 5.26%
  • magenta value is 30.62%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,31,0,18)
C5M31Y0K18 
(5%,31%,0%,18%)
(0.05/0.31/0.00/0.18)	

CMYK percentages

%5.26
%30.62
%0
%18.04

Codes

Color #C691D1 in popluar color models

C691D1
RGB198145209
HSL290°41.03%69.41%
HSB/HSV290°30.62%81.96%
CMYK5.26%30.62%0.00%
18.04%

Color #C691D1 in popluar number systems.

HEXC691D1
Decimal198145209
Binary110001101001000111010001
Octal306221321

Shades and tints

Shades of #C691D1

#C691D1
(198,145,209)
#B484BE
(180,132,190)
#A277AB
(162,119,171)
#906A98
(144,106,152)
#7E5D85
(126,93,133)
#6C5072
(108,80,114)
#5A435F
(90,67,95)
#48364C
(72,54,76)
#362939
(54,41,57)
#241C26
(36,28,38)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #C691D1

#C691D1
(198,145,209)
#CB9BD5
(203,155,213)
#D0A5D9
(208,165,217)
#D5AFDD
(213,175,221)
#DAB9E1
(218,185,225)
#DFC3E5
(223,195,229)
#E4CDE9
(228,205,233)
#E9D7ED
(233,215,237)
#EEE1F1
(238,225,241)
#F3EBF5
(243,235,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C691D1; }

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

This text font color is #C691D1.


Background Color

.myBgColor { background-color: #C691D1; }

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

This div background color is #C691D1.


Border color

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

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

This div border color is #C691D1.


Opacity

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

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

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

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

This text has shadow with #C691D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C691D1 on black background.


Color preview on white background

This text has color #C691D1 on white background.



Black color preview on #C691D1 background

This text has black color on #C691D1 background.


White color preview on #C691D1 background

This text has white color on #C691D1 background.