COLOR #C386AB

HEX: #C386AB
RGB: (195,134,171)

Color info

#C386AB contains mainly red and blue colors. Web safe color of #C386AB is #CC9999 (or #C99).

RGB color model

#C386AB color RGB value is (195,134,171).

  • red value is 195;
  • green value is 134;
  • blue value is 171.
RGB:
(195,134,171)
(76%,53%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 134 of 255 = 53%
B 171 of 255 = 67%

195
134
171

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

Portions of RGB colors in percentages

R + G + B =
195 + 134 + 171 = 500 (100%)
R 195 of 500 ~ 39%
G 134 of 500 ~ 26.8%
B 171 of 500 ~ 34.2%

%39
%26.8
%34.2

CMYK color model

#C386AB color CMYK value is (0,31,12,24).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(0,31,12,24)
C0M31Y12K24 
(0%,31%,12%,24%)
(0.00/0.31/0.12/0.24)	

CMYK percentages

%0
%31.28
%12.31
%23.53

Codes

Color #C386AB in popluar color models

C386AB
RGB195134171
HSL324°33.70%64.51%
HSB/HSV324°31.28%76.47%
CMYK0.00%31.28%12.31%
23.53%

Color #C386AB in popluar number systems.

HEXC386AB
Decimal195134171
Binary110000111000011010101011
Octal303206253

Shades and tints

Shades of #C386AB

#C386AB
(195,134,171)
#B27A9C
(178,122,156)
#A16E8D
(161,110,141)
#90627E
(144,98,126)
#7F566F
(127,86,111)
#6E4A60
(110,74,96)
#5D3E51
(93,62,81)
#4C3242
(76,50,66)
#3B2633
(59,38,51)
#2A1A24
(42,26,36)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #C386AB

#C386AB
(195,134,171)
#C891B2
(200,145,178)
#CD9CB9
(205,156,185)
#D2A7C0
(210,167,192)
#D7B2C7
(215,178,199)
#DCBDCE
(220,189,206)
#E1C8D5
(225,200,213)
#E6D3DC
(230,211,220)
#EBDEE3
(235,222,227)
#F0E9EA
(240,233,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C386AB color. Also use rgb(195,134,171) instead hex code.

Text Font Color

.myTextColor { color: #C386AB; }

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

This text font color is #C386AB.


Background Color

.myBgColor { background-color: #C386AB; }

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

This div background color is #C386AB.


Border color

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

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

This div border color is #C386AB.


Opacity

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

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

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

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

This text has shadow with #C386AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C386AB on black background.


Color preview on white background

This text has color #C386AB on white background.



Black color preview on #C386AB background

This text has black color on #C386AB background.


White color preview on #C386AB background

This text has white color on #C386AB background.