COLOR #C18AB1

HEX: #C18AB1
RGB: (193,138,177)

Color info

#C18AB1 contains red, green and blue colors in about the same proportion. Web safe color of #C18AB1 is #CC9999 (or #C99).

RGB color model

#C18AB1 color RGB value is (193,138,177).

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

RGB channels and saturation

R 193 of 255 = 76%
G 138 of 255 = 54%
B 177 of 255 = 69%

193
138
177

R + G + B ~ 66%. #C18AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 138 + 177 = 508 (100%)
R 193 of 508 ~ 37.99%
G 138 of 508 ~ 27.17%
B 177 of 508 ~ 34.84%

%37.99
%27.17
%34.84

CMYK color model

#C18AB1 color CMYK value is (0,28,8,24).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 8.29%
  • key color value is 24.31%
CMYK:
(0,28,8,24)
C0M28Y8K24 
(0%,28%,8%,24%)
(0.00/0.28/0.08/0.24)	

CMYK percentages

%0
%28.5
%8.29
%24.31

Codes

Color #C18AB1 in popluar color models

C18AB1
RGB193138177
HSL317°30.73%64.90%
HSB/HSV317°28.50%75.69%
CMYK0.00%28.50%8.29%
24.31%

Color #C18AB1 in popluar number systems.

HEXC18AB1
Decimal193138177
Binary110000011000101010110001
Octal301212261

Shades and tints

Shades of #C18AB1

#C18AB1
(193,138,177)
#B07EA1
(176,126,161)
#9F7291
(159,114,145)
#8E6681
(142,102,129)
#7D5A71
(125,90,113)
#6C4E61
(108,78,97)
#5B4251
(91,66,81)
#4A3641
(74,54,65)
#392A31
(57,42,49)
#281E21
(40,30,33)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C18AB1

#C18AB1
(193,138,177)
#C694B8
(198,148,184)
#CB9EBF
(203,158,191)
#D0A8C6
(208,168,198)
#D5B2CD
(213,178,205)
#DABCD4
(218,188,212)
#DFC6DB
(223,198,219)
#E4D0E2
(228,208,226)
#E9DAE9
(233,218,233)
#EEE4F0
(238,228,240)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18AB1; }

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

This text font color is #C18AB1.


Background Color

.myBgColor { background-color: #C18AB1; }

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

This div background color is #C18AB1.


Border color

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

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

This div border color is #C18AB1.


Opacity

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

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

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

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

This text has shadow with #C18AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18AB1 on black background.


Color preview on white background

This text has color #C18AB1 on white background.



Black color preview on #C18AB1 background

This text has black color on #C18AB1 background.


White color preview on #C18AB1 background

This text has white color on #C18AB1 background.