COLOR #C18EBE

HEX: #C18EBE
RGB: (193,142,190)

Color info

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

RGB color model

#C18EBE color RGB value is (193,142,190).

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

RGB channels and saturation

R 193 of 255 = 76%
G 142 of 255 = 56%
B 190 of 255 = 75%

193
142
190

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

Portions of RGB colors in percentages

R + G + B =
193 + 142 + 190 = 525 (100%)
R 193 of 525 ~ 36.76%
G 142 of 525 ~ 27.05%
B 190 of 525 ~ 36.19%

%36.76
%27.05
%36.19

CMYK color model

#C18EBE color CMYK value is (0,26,2,24).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(0,26,2,24)
C0M26Y2K24 
(0%,26%,2%,24%)
(0.00/0.26/0.02/0.24)	

CMYK percentages

%0
%26.42
%1.55
%24.31

Codes

Color #C18EBE in popluar color models

C18EBE
RGB193142190
HSL304°29.14%65.69%
HSB/HSV304°26.42%75.69%
CMYK0.00%26.42%1.55%
24.31%

Color #C18EBE in popluar number systems.

HEXC18EBE
Decimal193142190
Binary110000011000111010111110
Octal301216276

Shades and tints

Shades of #C18EBE

#C18EBE
(193,142,190)
#B082AD
(176,130,173)
#9F769C
(159,118,156)
#8E6A8B
(142,106,139)
#7D5E7A
(125,94,122)
#6C5269
(108,82,105)
#5B4658
(91,70,88)
#4A3A47
(74,58,71)
#392E36
(57,46,54)
#282225
(40,34,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C18EBE

#C18EBE
(193,142,190)
#C698C3
(198,152,195)
#CBA2C8
(203,162,200)
#D0ACCD
(208,172,205)
#D5B6D2
(213,182,210)
#DAC0D7
(218,192,215)
#DFCADC
(223,202,220)
#E4D4E1
(228,212,225)
#E9DEE6
(233,222,230)
#EEE8EB
(238,232,235)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18EBE; }

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

This text font color is #C18EBE.


Background Color

.myBgColor { background-color: #C18EBE; }

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

This div background color is #C18EBE.


Border color

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

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

This div border color is #C18EBE.


Opacity

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

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

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

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

This text has shadow with #C18EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18EBE on black background.


Color preview on white background

This text has color #C18EBE on white background.



Black color preview on #C18EBE background

This text has black color on #C18EBE background.


White color preview on #C18EBE background

This text has white color on #C18EBE background.