COLOR #C18DBE

HEX: #C18DBE
RGB: (193,141,190)

Color info

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

RGB color model

#C18DBE color RGB value is (193,141,190).

  • red value is 193;
  • green value is 141;
  • blue value is 190.
RGB:
(193,141,190)
(76%,55%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 141 of 255 = 55%
B 190 of 255 = 75%

193
141
190

R + G + B ~ 69%. #C18DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 141 + 190 = 524 (100%)
R 193 of 524 ~ 36.83%
G 141 of 524 ~ 26.91%
B 190 of 524 ~ 36.26%

%36.83
%26.91
%36.26

CMYK color model

#C18DBE color CMYK value is (0,27,2,24).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(0,27,2,24)
C0M27Y2K24 
(0%,27%,2%,24%)
(0.00/0.27/0.02/0.24)	

CMYK percentages

%0
%26.94
%1.55
%24.31

Codes

Color #C18DBE in popluar color models

C18DBE
RGB193141190
HSL303°29.55%65.49%
HSB/HSV303°26.94%75.69%
CMYK0.00%26.94%1.55%
24.31%

Color #C18DBE in popluar number systems.

HEXC18DBE
Decimal193141190
Binary110000011000110110111110
Octal301215276

Shades and tints

Shades of #C18DBE

#C18DBE
(193,141,190)
#B081AD
(176,129,173)
#9F759C
(159,117,156)
#8E698B
(142,105,139)
#7D5D7A
(125,93,122)
#6C5169
(108,81,105)
#5B4558
(91,69,88)
#4A3947
(74,57,71)
#392D36
(57,45,54)
#282125
(40,33,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C18DBE

#C18DBE
(193,141,190)
#C697C3
(198,151,195)
#CBA1C8
(203,161,200)
#D0ABCD
(208,171,205)
#D5B5D2
(213,181,210)
#DABFD7
(218,191,215)
#DFC9DC
(223,201,220)
#E4D3E1
(228,211,225)
#E9DDE6
(233,221,230)
#EEE7EB
(238,231,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18DBE color. Also use rgb(193,141,190) instead hex code.

Text Font Color

.myTextColor { color: #C18DBE; }

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

This text font color is #C18DBE.


Background Color

.myBgColor { background-color: #C18DBE; }

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

This div background color is #C18DBE.


Border color

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

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

This div border color is #C18DBE.


Opacity

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

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

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

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

This text has shadow with #C18DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18DBE on black background.


Color preview on white background

This text has color #C18DBE on white background.



Black color preview on #C18DBE background

This text has black color on #C18DBE background.


White color preview on #C18DBE background

This text has white color on #C18DBE background.