COLOR #C18EA8

HEX: #C18EA8 RGB: (193,142,168)

Color info

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

RGB color model

#C18EA8 color RGB value is (193,142,168).

RGB: (193,142,168) (76%, 56%, 66%)

RGB channels and saturation

R 193 of 255 = 76%
G 142 of 255 = 56%
B 168 of 255 = 66%

193
142
168

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

Portions of RGB colors in percentages

R + G + B = 193 + 142 + 168 = 503 (100%)
R 193 of 503 ~ 38.37%
G 142 of 503 ~ 28.23%
B 168 of 503 ~ 33.4'%

%38.37
%28.23
%33.4

CMYK color model

#C18EA8 color CMYK value is (0,26,13,24).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 12.95%
  • key color value is 24.31%

CMYK: (0,26,13,24)
C0M26Y13K24 (0%, 26%, 13%, 24%)
(0.00 / 0.26 / 0.13 / 0.24)

CMYK percentages

%0
%26.42
%12.95
%24.31

Codes

Color #C18EA8 in popluar color models

C1 8E A8
RGB 193 142 168
HSL 329° 29.14% 65.69%
HSB/HSV 329° 26.42% 75.69%
CMYK 0.00% 26.42% 12.95%
24.31%

Color #C18EA8 in popluar number systems.

HEX C1 8E A8
Decimal 193 142 168
Binary 11000001 10001110 10101000
Octal 301 216 250

Shades and tints

Shades of #C18EA8

#C18EA8
(193,142,168)
#B08299
(176,130,153)
#9F768A
(159,118,138)
#8E6A7B
(142,106,123)
#7D5E6C
(125,94,108)
#6C525D
(108,82,93)
#5B464E
(91,70,78)
#4A3A3F
(74,58,63)
#392E30
(57,46,48)
#282221
(40,34,33)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #C18EA8

#C18EA8
(193,142,168)
#C698AF
(198,152,175)
#CBA2B6
(203,162,182)
#D0ACBD
(208,172,189)
#D5B6C4
(213,182,196)
#DAC0CB
(218,192,203)
#DFCAD2
(223,202,210)
#E4D4D9
(228,212,217)
#E9DEE0
(233,222,224)
#EEE8E7
(238,232,231)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18EA8; }

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

This text font color is #C18EA8.

Background Color

.myBgColor { background-color: #C18EA8; }

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

This div background color is #C18EA8.

Border color

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

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

This div border color is #C18EA8.

Opacity

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

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

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

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

This text has shadow with #C18EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18EA8.

Preview

Color preview on black background

This text has color #C18EA8 on black background.


Color preview on white background

This text has color #C18EA8 on white background.


Black color preview on #C18EA8 background

This text has black color on #C18EA8 background.


White color preview on #C18EA8 background

This text has white color on #C18EA8 background.


Related colors

Complementary color

Complementary color for #hex is #3E7157.


I love getcolorcode.com

Triadic colors

1 #A8C18E and #8EA8C1 with #C18EA8 are triadic colors.

2 #A88EC1 and #8EC1A8 with #C18EA8 are triadic colors.