COLOR #C18BAF

HEX: #C18BAF
RGB: (193,139,175)

Color info

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

RGB color model

#C18BAF color RGB value is (193,139,175).

  • red value is 193;
  • green value is 139;
  • blue value is 175.
RGB:
(193,139,175)
(76%,55%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 139 of 255 = 55%
B 175 of 255 = 69%

193
139
175

R + G + B ~ 67%. #C18BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 139 + 175 = 507 (100%)
R 193 of 507 ~ 38.07%
G 139 of 507 ~ 27.42%
B 175 of 507 ~ 34.52%

%38.07
%27.42
%34.52

CMYK color model

#C18BAF color CMYK value is (0,28,9,24).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 9.33%
  • key color value is 24.31%
CMYK:
(0,28,9,24)
C0M28Y9K24 
(0%,28%,9%,24%)
(0.00/0.28/0.09/0.24)	

CMYK percentages

%0
%27.98
%9.33
%24.31

Codes

Color #C18BAF in popluar color models

C18BAF
RGB193139175
HSL320°30.34%65.10%
HSB/HSV320°27.98%75.69%
CMYK0.00%27.98%9.33%
24.31%

Color #C18BAF in popluar number systems.

HEXC18BAF
Decimal193139175
Binary110000011000101110101111
Octal301213257

Shades and tints

Shades of #C18BAF

#C18BAF
(193,139,175)
#B07FA0
(176,127,160)
#9F7391
(159,115,145)
#8E6782
(142,103,130)
#7D5B73
(125,91,115)
#6C4F64
(108,79,100)
#5B4355
(91,67,85)
#4A3746
(74,55,70)
#392B37
(57,43,55)
#281F28
(40,31,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #C18BAF

#C18BAF
(193,139,175)
#C695B6
(198,149,182)
#CB9FBD
(203,159,189)
#D0A9C4
(208,169,196)
#D5B3CB
(213,179,203)
#DABDD2
(218,189,210)
#DFC7D9
(223,199,217)
#E4D1E0
(228,209,224)
#E9DBE7
(233,219,231)
#EEE5EE
(238,229,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18BAF color. Also use rgb(193,139,175) instead hex code.

Text Font Color

.myTextColor { color: #C18BAF; }

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

This text font color is #C18BAF.


Background Color

.myBgColor { background-color: #C18BAF; }

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

This div background color is #C18BAF.


Border color

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

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

This div border color is #C18BAF.


Opacity

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

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

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

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

This text has shadow with #C18BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18BAF on black background.


Color preview on white background

This text has color #C18BAF on white background.



Black color preview on #C18BAF background

This text has black color on #C18BAF background.


White color preview on #C18BAF background

This text has white color on #C18BAF background.