COLOR #C18F9E

HEX: #C18F9E
RGB: (193,143,158)

Color info

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

RGB color model

#C18F9E color RGB value is (193,143,158).

  • red value is 193;
  • green value is 143;
  • blue value is 158.
RGB:
(193,143,158)
(76%,56%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 143 of 255 = 56%
B 158 of 255 = 62%

193
143
158

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

Portions of RGB colors in percentages

R + G + B =
193 + 143 + 158 = 494 (100%)
R 193 of 494 ~ 39.07%
G 143 of 494 ~ 28.95%
B 158 of 494 ~ 31.98%

%39.07
%28.95
%31.98

CMYK color model

#C18F9E color CMYK value is (0,26,18,24).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(0,26,18,24)
C0M26Y18K24 
(0%,26%,18%,24%)
(0.00/0.26/0.18/0.24)	

CMYK percentages

%0
%25.91
%18.13
%24.31

Codes

Color #C18F9E in popluar color models

C18F9E
RGB193143158
HSL342°28.74%65.88%
HSB/HSV342°25.91%75.69%
CMYK0.00%25.91%18.13%
24.31%

Color #C18F9E in popluar number systems.

HEXC18F9E
Decimal193143158
Binary110000011000111110011110
Octal301217236

Shades and tints

Shades of #C18F9E

#C18F9E
(193,143,158)
#B08290
(176,130,144)
#9F7582
(159,117,130)
#8E6874
(142,104,116)
#7D5B66
(125,91,102)
#6C4E58
(108,78,88)
#5B414A
(91,65,74)
#4A343C
(74,52,60)
#39272E
(57,39,46)
#281A20
(40,26,32)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #C18F9E

#C18F9E
(193,143,158)
#C699A6
(198,153,166)
#CBA3AE
(203,163,174)
#D0ADB6
(208,173,182)
#D5B7BE
(213,183,190)
#DAC1C6
(218,193,198)
#DFCBCE
(223,203,206)
#E4D5D6
(228,213,214)
#E9DFDE
(233,223,222)
#EEE9E6
(238,233,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18F9E color. Also use rgb(193,143,158) instead hex code.

Text Font Color

.myTextColor { color: #C18F9E; }

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

This text font color is #C18F9E.


Background Color

.myBgColor { background-color: #C18F9E; }

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

This div background color is #C18F9E.


Border color

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

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

This div border color is #C18F9E.


Opacity

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

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

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

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

This text has shadow with #C18F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18F9E on black background.


Color preview on white background

This text has color #C18F9E on white background.



Black color preview on #C18F9E background

This text has black color on #C18F9E background.


White color preview on #C18F9E background

This text has white color on #C18F9E background.