COLOR #C17AB6

HEX: #C17AB6
RGB: (193,122,182)

Color info

#C17AB6 contains mainly red and blue colors. Web safe color of #C17AB6 is #CC66CC (or #C6C).

RGB color model

#C17AB6 color RGB value is (193,122,182).

  • red value is 193;
  • green value is 122;
  • blue value is 182.
RGB:
(193,122,182)
(76%,48%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 122 of 255 = 48%
B 182 of 255 = 71%

193
122
182

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

Portions of RGB colors in percentages

R + G + B =
193 + 122 + 182 = 497 (100%)
R 193 of 497 ~ 38.83%
G 122 of 497 ~ 24.55%
B 182 of 497 ~ 36.62%

%38.83
%24.55
%36.62

CMYK color model

#C17AB6 color CMYK value is (0,37,6,24).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 5.70%
  • key color value is 24.31%
CMYK:
(0,37,6,24)
C0M37Y6K24 
(0%,37%,6%,24%)
(0.00/0.37/0.06/0.24)	

CMYK percentages

%0
%36.79
%5.7
%24.31

Codes

Color #C17AB6 in popluar color models

C17AB6
RGB193122182
HSL309°36.41%61.76%
HSB/HSV309°36.79%75.69%
CMYK0.00%36.79%5.70%
24.31%

Color #C17AB6 in popluar number systems.

HEXC17AB6
Decimal193122182
Binary11000001111101010110110
Octal301172266

Shades and tints

Shades of #C17AB6

#C17AB6
(193,122,182)
#B06FA6
(176,111,166)
#9F6496
(159,100,150)
#8E5986
(142,89,134)
#7D4E76
(125,78,118)
#6C4366
(108,67,102)
#5B3856
(91,56,86)
#4A2D46
(74,45,70)
#392236
(57,34,54)
#281726
(40,23,38)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #C17AB6

#C17AB6
(193,122,182)
#C686BC
(198,134,188)
#CB92C2
(203,146,194)
#D09EC8
(208,158,200)
#D5AACE
(213,170,206)
#DAB6D4
(218,182,212)
#DFC2DA
(223,194,218)
#E4CEE0
(228,206,224)
#E9DAE6
(233,218,230)
#EEE6EC
(238,230,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17AB6 color. Also use rgb(193,122,182) instead hex code.

Text Font Color

.myTextColor { color: #C17AB6; }

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

This text font color is #C17AB6.


Background Color

.myBgColor { background-color: #C17AB6; }

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

This div background color is #C17AB6.


Border color

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

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

This div border color is #C17AB6.


Opacity

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

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

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

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

This text has shadow with #C17AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17AB6 on black background.


Color preview on white background

This text has color #C17AB6 on white background.



Black color preview on #C17AB6 background

This text has black color on #C17AB6 background.


White color preview on #C17AB6 background

This text has white color on #C17AB6 background.