COLOR #C18AC6

HEX: #C18AC6
RGB: (193,138,198)

Color info

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

RGB color model

#C18AC6 color RGB value is (193,138,198).

  • red value is 193;
  • green value is 138;
  • blue value is 198.
RGB:
(193,138,198)
(76%,54%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 138 of 255 = 54%
B 198 of 255 = 78%

193
138
198

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

Portions of RGB colors in percentages

R + G + B =
193 + 138 + 198 = 529 (100%)
R 193 of 529 ~ 36.48%
G 138 of 529 ~ 26.09%
B 198 of 529 ~ 37.43%

%36.48
%26.09
%37.43

CMYK color model

#C18AC6 color CMYK value is (3,30,0,22).

  • cyan value is 2.53%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(3,30,0,22)
C3M30Y0K22 
(3%,30%,0%,22%)
(0.03/0.30/0.00/0.22)	

CMYK percentages

%2.53
%30.3
%0
%22.35

Codes

Color #C18AC6 in popluar color models

C18AC6
RGB193138198
HSL295°34.48%65.88%
HSB/HSV295°30.30%77.65%
CMYK2.53%30.30%0.00%
22.35%

Color #C18AC6 in popluar number systems.

HEXC18AC6
Decimal193138198
Binary110000011000101011000110
Octal301212306

Shades and tints

Shades of #C18AC6

#C18AC6
(193,138,198)
#B07EB4
(176,126,180)
#9F72A2
(159,114,162)
#8E6690
(142,102,144)
#7D5A7E
(125,90,126)
#6C4E6C
(108,78,108)
#5B425A
(91,66,90)
#4A3648
(74,54,72)
#392A36
(57,42,54)
#281E24
(40,30,36)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #C18AC6

#C18AC6
(193,138,198)
#C694CB
(198,148,203)
#CB9ED0
(203,158,208)
#D0A8D5
(208,168,213)
#D5B2DA
(213,178,218)
#DABCDF
(218,188,223)
#DFC6E4
(223,198,228)
#E4D0E9
(228,208,233)
#E9DAEE
(233,218,238)
#EEE4F3
(238,228,243)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18AC6 color. Also use rgb(193,138,198) instead hex code.

Text Font Color

.myTextColor { color: #C18AC6; }

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

This text font color is #C18AC6.


Background Color

.myBgColor { background-color: #C18AC6; }

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

This div background color is #C18AC6.


Border color

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

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

This div border color is #C18AC6.


Opacity

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

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

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

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

This text has shadow with #C18AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18AC6 on black background.


Color preview on white background

This text has color #C18AC6 on white background.



Black color preview on #C18AC6 background

This text has black color on #C18AC6 background.


White color preview on #C18AC6 background

This text has white color on #C18AC6 background.