COLOR #C19DBC

HEX: #C19DBC
RGB: (193,157,188)

Color info

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

RGB color model

#C19DBC color RGB value is (193,157,188).

  • red value is 193;
  • green value is 157;
  • blue value is 188.
RGB:
(193,157,188)
(76%,62%,74%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 188 of 255 = 74%

193
157
188

R + G + B ~ 71%. #C19DBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 157 + 188 = 538 (100%)
R 193 of 538 ~ 35.87%
G 157 of 538 ~ 29.18%
B 188 of 538 ~ 34.94%

%35.87
%29.18
%34.94

CMYK color model

#C19DBC color CMYK value is (0,19,3,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 2.59%
  • key color value is 24.31%
CMYK:
(0,19,3,24)
C0M19Y3K24 
(0%,19%,3%,24%)
(0.00/0.19/0.03/0.24)	

CMYK percentages

%0
%18.65
%2.59
%24.31

Codes

Color #C19DBC in popluar color models

C19DBC
RGB193157188
HSL308°22.50%68.63%
HSB/HSV308°18.65%75.69%
CMYK0.00%18.65%2.59%
24.31%

Color #C19DBC in popluar number systems.

HEXC19DBC
Decimal193157188
Binary110000011001110110111100
Octal301235274

Shades and tints

Shades of #C19DBC

#C19DBC
(193,157,188)
#B08FAB
(176,143,171)
#9F819A
(159,129,154)
#8E7389
(142,115,137)
#7D6578
(125,101,120)
#6C5767
(108,87,103)
#5B4956
(91,73,86)
#4A3B45
(74,59,69)
#392D34
(57,45,52)
#281F23
(40,31,35)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #C19DBC

#C19DBC
(193,157,188)
#C6A5C2
(198,165,194)
#CBADC8
(203,173,200)
#D0B5CE
(208,181,206)
#D5BDD4
(213,189,212)
#DAC5DA
(218,197,218)
#DFCDE0
(223,205,224)
#E4D5E6
(228,213,230)
#E9DDEC
(233,221,236)
#EEE5F2
(238,229,242)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19DBC color. Also use rgb(193,157,188) instead hex code.

Text Font Color

.myTextColor { color: #C19DBC; }

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

This text font color is #C19DBC.


Background Color

.myBgColor { background-color: #C19DBC; }

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

This div background color is #C19DBC.


Border color

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

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

This div border color is #C19DBC.


Opacity

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

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

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

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

This text has shadow with #C19DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19DBC on black background.


Color preview on white background

This text has color #C19DBC on white background.



Black color preview on #C19DBC background

This text has black color on #C19DBC background.


White color preview on #C19DBC background

This text has white color on #C19DBC background.