COLOR #C39DB2

HEX: #C39DB2 RGB: (195,157,178)

Color info

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

RGB color model

#C39DB2 color RGB value is (195,157,178).

RGB: (195,157,178) (76%, 62%, 70%)

RGB channels and saturation

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

195
157
178

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

Portions of RGB colors in percentages

R + G + B = 195 + 157 + 178 = 530 (100%)
R 195 of 530 ~ 36.79%
G 157 of 530 ~ 29.62%
B 178 of 530 ~ 33.58'%

%36.79
%29.62
%33.58

CMYK color model

#C39DB2 color CMYK value is (0,19,9,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 8.72%
  • key color value is 23.53%
CMYK: (0,19,9,24) C0M19Y9K24 (0%,19%,9%,24%) (0.00/0.19/0.09/0.24) 

CMYK percentages

%0
%19.49
%8.72
%23.53

Codes

Color #C39DB2 in popluar color models

C3 9D B2
RGB 195 157 178
HSL 327° 24.05% 69.02%
HSB/HSV 327° 19.49% 76.47%
CMYK 0.00% 19.49% 8.72%
23.53%

Color #C39DB2 in popluar number systems.

HEX C3 9D B2
Decimal 195 157 178
Binary 11000011 10011101 10110010
Octal 303 235 262

Shades and tints

Shades of #C39DB2

#C39DB2
(195,157,178)
#B28FA2
(178,143,162)
#A18192
(161,129,146)
#907382
(144,115,130)
#7F6572
(127,101,114)
#6E5762
(110,87,98)
#5D4952
(93,73,82)
#4C3B42
(76,59,66)
#3B2D32
(59,45,50)
#2A1F22
(42,31,34)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #C39DB2

#C39DB2
(195,157,178)
#C8A5B9
(200,165,185)
#CDADC0
(205,173,192)
#D2B5C7
(210,181,199)
#D7BDCE
(215,189,206)
#DCC5D5
(220,197,213)
#E1CDDC
(225,205,220)
#E6D5E3
(230,213,227)
#EBDDEA
(235,221,234)
#F0E5F1
(240,229,241)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39DB2; }

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

This text font color is #C39DB2.

Background Color

.myBgColor { background-color: #C39DB2; }

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

This div background color is #C39DB2.

Border color

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

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

This div border color is #C39DB2.

Opacity

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

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

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

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

This text has shadow with #C39DB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39DB2.

Preview

Color preview on black background

This text has color #C39DB2 on black background.


Color preview on white background

This text has color #C39DB2 on white background.


Black color preview on #C39DB2 background

This text has black color on #C39DB2 background.


White color preview on #C39DB2 background

This text has white color on #C39DB2 background.


Related colors

Complementary color

Complementary color for #hex is #3C624D.


I love getcolorcode.com

Triadic colors

1 #B2C39D and #9DB2C3 with #C39DB2 are triadic colors.

2 #B29DC3 and #9DC3B2 with #C39DB2 are triadic colors.