COLOR #C186AE

HEX: #C186AE
RGB: (193,134,174)

Color info

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

RGB color model

#C186AE color RGB value is (193,134,174).

  • red value is 193;
  • green value is 134;
  • blue value is 174.
RGB:
(193,134,174)
(76%,53%,68%)

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 174 of 255 = 68%

193
134
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 174 = 501 (100%)
R 193 of 501 ~ 38.52%
G 134 of 501 ~ 26.75%
B 174 of 501 ~ 34.73%

%38.52
%26.75
%34.73

CMYK color model

#C186AE color CMYK value is (0,31,10,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 9.84%
  • key color value is 24.31%
CMYK:
(0,31,10,24)
C0M31Y10K24 
(0%,31%,10%,24%)
(0.00/0.31/0.10/0.24)	

CMYK percentages

%0
%30.57
%9.84
%24.31

Codes

Color #C186AE in popluar color models

C186AE
RGB193134174
HSL319°32.24%64.12%
HSB/HSV319°30.57%75.69%
CMYK0.00%30.57%9.84%
24.31%

Color #C186AE in popluar number systems.

HEXC186AE
Decimal193134174
Binary110000011000011010101110
Octal301206256

Shades and tints

Shades of #C186AE

#C186AE
(193,134,174)
#B07A9F
(176,122,159)
#9F6E90
(159,110,144)
#8E6281
(142,98,129)
#7D5672
(125,86,114)
#6C4A63
(108,74,99)
#5B3E54
(91,62,84)
#4A3245
(74,50,69)
#392636
(57,38,54)
#281A27
(40,26,39)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #C186AE

#C186AE
(193,134,174)
#C691B5
(198,145,181)
#CB9CBC
(203,156,188)
#D0A7C3
(208,167,195)
#D5B2CA
(213,178,202)
#DABDD1
(218,189,209)
#DFC8D8
(223,200,216)
#E4D3DF
(228,211,223)
#E9DEE6
(233,222,230)
#EEE9ED
(238,233,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C186AE color. Also use rgb(193,134,174) instead hex code.

Text Font Color

.myTextColor { color: #C186AE; }

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

This text font color is #C186AE.


Background Color

.myBgColor { background-color: #C186AE; }

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

This div background color is #C186AE.


Border color

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

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

This div border color is #C186AE.


Opacity

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

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

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

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

This text has shadow with #C186AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C186AE on black background.


Color preview on white background

This text has color #C186AE on white background.



Black color preview on #C186AE background

This text has black color on #C186AE background.


White color preview on #C186AE background

This text has white color on #C186AE background.