COLOR #C39DB3

HEX: #C39DB3
RGB: (195,157,179)

Color info

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

RGB color model

#C39DB3 color RGB value is (195,157,179).

  • red value is 195;
  • green value is 157;
  • blue value is 179.
RGB:
(195,157,179)
(76%,62%,70%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 179 of 255 = 70%

195
157
179

R + G + B ~ 69%. #C39DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 179 = 531 (100%)
R 195 of 531 ~ 36.72%
G 157 of 531 ~ 29.57%
B 179 of 531 ~ 33.71%

%36.72
%29.57
%33.71

CMYK color model

#C39DB3 color CMYK value is (0,19,8,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(0,19,8,24)
C0M19Y8K24 
(0%,19%,8%,24%)
(0.00/0.19/0.08/0.24)	

CMYK percentages

%0
%19.49
%8.21
%23.53

Codes

Color #C39DB3 in popluar color models

C39DB3
RGB195157179
HSL325°24.05%69.02%
HSB/HSV325°19.49%76.47%
CMYK0.00%19.49%8.21%
23.53%

Color #C39DB3 in popluar number systems.

HEXC39DB3
Decimal195157179
Binary110000111001110110110011
Octal303235263

Shades and tints

Shades of #C39DB3

#C39DB3
(195,157,179)
#B28FA3
(178,143,163)
#A18193
(161,129,147)
#907383
(144,115,131)
#7F6573
(127,101,115)
#6E5763
(110,87,99)
#5D4953
(93,73,83)
#4C3B43
(76,59,67)
#3B2D33
(59,45,51)
#2A1F23
(42,31,35)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #C39DB3

#C39DB3
(195,157,179)
#C8A5B9
(200,165,185)
#CDADBF
(205,173,191)
#D2B5C5
(210,181,197)
#D7BDCB
(215,189,203)
#DCC5D1
(220,197,209)
#E1CDD7
(225,205,215)
#E6D5DD
(230,213,221)
#EBDDE3
(235,221,227)
#F0E5E9
(240,229,233)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39DB3 color. Also use rgb(195,157,179) instead hex code.

Text Font Color

.myTextColor { color: #C39DB3; }

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

This text font color is #C39DB3.


Background Color

.myBgColor { background-color: #C39DB3; }

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

This div background color is #C39DB3.


Border color

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

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

This div border color is #C39DB3.


Opacity

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

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

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

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

This text has shadow with #C39DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39DB3 on black background.


Color preview on white background

This text has color #C39DB3 on white background.



Black color preview on #C39DB3 background

This text has black color on #C39DB3 background.


White color preview on #C39DB3 background

This text has white color on #C39DB3 background.