COLOR #C18DA6

HEX: #C18DA6
RGB: (193,141,166)

Color info

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

RGB color model

#C18DA6 color RGB value is (193,141,166).

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

RGB channels and saturation

R 193 of 255 = 76%
G 141 of 255 = 55%
B 166 of 255 = 65%

193
141
166

R + G + B ~ 65%. #C18DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 141 + 166 = 500 (100%)
R 193 of 500 ~ 38.6%
G 141 of 500 ~ 28.2%
B 166 of 500 ~ 33.2%

%38.6
%28.2
%33.2

CMYK color model

#C18DA6 color CMYK value is (0,27,14,24).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(0,27,14,24)
C0M27Y14K24 
(0%,27%,14%,24%)
(0.00/0.27/0.14/0.24)	

CMYK percentages

%0
%26.94
%13.99
%24.31

Codes

Color #C18DA6 in popluar color models

C18DA6
RGB193141166
HSL331°29.55%65.49%
HSB/HSV331°26.94%75.69%
CMYK0.00%26.94%13.99%
24.31%

Color #C18DA6 in popluar number systems.

HEXC18DA6
Decimal193141166
Binary110000011000110110100110
Octal301215246

Shades and tints

Shades of #C18DA6

#C18DA6
(193,141,166)
#B08197
(176,129,151)
#9F7588
(159,117,136)
#8E6979
(142,105,121)
#7D5D6A
(125,93,106)
#6C515B
(108,81,91)
#5B454C
(91,69,76)
#4A393D
(74,57,61)
#392D2E
(57,45,46)
#28211F
(40,33,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #C18DA6

#C18DA6
(193,141,166)
#C697AE
(198,151,174)
#CBA1B6
(203,161,182)
#D0ABBE
(208,171,190)
#D5B5C6
(213,181,198)
#DABFCE
(218,191,206)
#DFC9D6
(223,201,214)
#E4D3DE
(228,211,222)
#E9DDE6
(233,221,230)
#EEE7EE
(238,231,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18DA6; }

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

This text font color is #C18DA6.


Background Color

.myBgColor { background-color: #C18DA6; }

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

This div background color is #C18DA6.


Border color

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

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

This div border color is #C18DA6.


Opacity

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

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

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

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

This text has shadow with #C18DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18DA6 on black background.


Color preview on white background

This text has color #C18DA6 on white background.



Black color preview on #C18DA6 background

This text has black color on #C18DA6 background.


White color preview on #C18DA6 background

This text has white color on #C18DA6 background.