COLOR #C18CBE

HEX: #C18CBE
RGB: (193,140,190)

Color info

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

RGB color model

#C18CBE color RGB value is (193,140,190).

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

RGB channels and saturation

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

193
140
190

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

Portions of RGB colors in percentages

R + G + B =
193 + 140 + 190 = 523 (100%)
R 193 of 523 ~ 36.9%
G 140 of 523 ~ 26.77%
B 190 of 523 ~ 36.33%

%36.9
%26.77
%36.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.46%
  • 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
%27.46
%1.55
%24.31

Codes

Color #C18CBE in popluar color models

C18CBE
RGB193140190
HSL303°29.94%65.29%
HSB/HSV303°27.46%75.69%
CMYK0.00%27.46%1.55%
24.31%

Color #C18CBE in popluar number systems.

HEXC18CBE
Decimal193140190
Binary110000011000110010111110
Octal301214276

Shades and tints

Shades of #C18CBE

#C18CBE
(193,140,190)
#B080AD
(176,128,173)
#9F749C
(159,116,156)
#8E688B
(142,104,139)
#7D5C7A
(125,92,122)
#6C5069
(108,80,105)
#5B4458
(91,68,88)
#4A3847
(74,56,71)
#392C36
(57,44,54)
#282025
(40,32,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C18CBE

#C18CBE
(193,140,190)
#C696C3
(198,150,195)
#CBA0C8
(203,160,200)
#D0AACD
(208,170,205)
#D5B4D2
(213,180,210)
#DABED7
(218,190,215)
#DFC8DC
(223,200,220)
#E4D2E1
(228,210,225)
#E9DCE6
(233,220,230)
#EEE6EB
(238,230,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18CBE; }

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

This text font color is #C18CBE.


Background Color

.myBgColor { background-color: #C18CBE; }

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

This div background color is #C18CBE.


Border color

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

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

This div border color is #C18CBE.


Opacity

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

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

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

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

This text has shadow with #C18CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18CBE on black background.


Color preview on white background

This text has color #C18CBE on white background.



Black color preview on #C18CBE background

This text has black color on #C18CBE background.


White color preview on #C18CBE background

This text has white color on #C18CBE background.