COLOR #C691DB

HEX: #C691DB
RGB: (198,145,219)

Color info

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

RGB color model

#C691DB color RGB value is (198,145,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 219 of 255 = 86%

198
145
219

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

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 219 = 562 (100%)
R 198 of 562 ~ 35.23%
G 145 of 562 ~ 25.8%
B 219 of 562 ~ 38.97%

%35.23
%25.8
%38.97

CMYK color model

#C691DB color CMYK value is (10,34,0,14).

  • cyan value is 9.59%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,34,0,14)
C10M34Y0K14 
(10%,34%,0%,14%)
(0.10/0.34/0.00/0.14)	

CMYK percentages

%9.59
%33.79
%0
%14.12

Codes

Color #C691DB in popluar color models

C691DB
RGB198145219
HSL283°50.68%71.37%
HSB/HSV283°33.79%85.88%
CMYK9.59%33.79%0.00%
14.12%

Color #C691DB in popluar number systems.

HEXC691DB
Decimal198145219
Binary110001101001000111011011
Octal306221333

Shades and tints

Shades of #C691DB

#C691DB
(198,145,219)
#B484C8
(180,132,200)
#A277B5
(162,119,181)
#906AA2
(144,106,162)
#7E5D8F
(126,93,143)
#6C507C
(108,80,124)
#5A4369
(90,67,105)
#483656
(72,54,86)
#362943
(54,41,67)
#241C30
(36,28,48)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #C691DB

#C691DB
(198,145,219)
#CB9BDE
(203,155,222)
#D0A5E1
(208,165,225)
#D5AFE4
(213,175,228)
#DAB9E7
(218,185,231)
#DFC3EA
(223,195,234)
#E4CDED
(228,205,237)
#E9D7F0
(233,215,240)
#EEE1F3
(238,225,243)
#F3EBF6
(243,235,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C691DB; }

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

This text font color is #C691DB.


Background Color

.myBgColor { background-color: #C691DB; }

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

This div background color is #C691DB.


Border color

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

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

This div border color is #C691DB.


Opacity

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

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

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

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

This text has shadow with #C691DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C691DB on black background.


Color preview on white background

This text has color #C691DB on white background.



Black color preview on #C691DB background

This text has black color on #C691DB background.


White color preview on #C691DB background

This text has white color on #C691DB background.