COLOR #C39DCB

HEX: #C39DCB RGB: (195,157,203)

Color info

#C39DCB contains red, green and blue colors in about the same proportion. Web safe color of #C39DCB is #CC99CC (or #C9C).

RGB color model

#C39DCB color RGB value is (195,157,203).

RGB: (195,157,203) (76%, 62%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 203 of 255 = 80%

195
157
203

R + G + B ~ 73%. #C39DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 157 + 203 = 555 (100%)
R 195 of 555 ~ 35.14%
G 157 of 555 ~ 28.29%
B 203 of 555 ~ 36.58'%

%35.14
%28.29
%36.58

CMYK color model

#C39DCB color CMYK value is (4,23,0,20).

  • cyan value is 3.94%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (4,23,0,20)
C4M23Y0K20 (4%, 23%, 0%, 20%)
(0.04 / 0.23 / 0.00 / 0.20)

CMYK percentages

%3.94
%22.66
%0
%20.39

Codes

Color #C39DCB in popluar color models

C3 9D CB
RGB 195 157 203
HSL 290° 30.67% 70.59%
HSB/HSV 290° 22.66% 79.61%
CMYK 3.94% 22.66% 0.00%
20.39%

Color #C39DCB in popluar number systems.

HEX C3 9D CB
Decimal 195 157 203
Binary 11000011 10011101 11001011
Octal 303 235 313

Shades and tints

Shades of #C39DCB

#C39DCB
(195,157,203)
#B28FB9
(178,143,185)
#A181A7
(161,129,167)
#907395
(144,115,149)
#7F6583
(127,101,131)
#6E5771
(110,87,113)
#5D495F
(93,73,95)
#4C3B4D
(76,59,77)
#3B2D3B
(59,45,59)
#2A1F29
(42,31,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C39DCB

#C39DCB
(195,157,203)
#C8A5CF
(200,165,207)
#CDADD3
(205,173,211)
#D2B5D7
(210,181,215)
#D7BDDB
(215,189,219)
#DCC5DF
(220,197,223)
#E1CDE3
(225,205,227)
#E6D5E7
(230,213,231)
#EBDDEB
(235,221,235)
#F0E5EF
(240,229,239)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39DCB; }

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

This text font color is #C39DCB.

Background Color

.myBgColor { background-color: #C39DCB; }

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

This div background color is #C39DCB.

Border color

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

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

This div border color is #C39DCB.

Opacity

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

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

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

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

This text has shadow with #C39DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39DCB.

Preview

Color preview on black background

This text has color #C39DCB on black background.


Color preview on white background

This text has color #C39DCB on white background.


Black color preview on #C39DCB background

This text has black color on #C39DCB background.


White color preview on #C39DCB background

This text has white color on #C39DCB background.


Related colors

Complementary color

Complementary color for #hex is #3C6234.


I love getcolorcode.com

Triadic colors

1 #CBC39D and #9DCBC3 with #C39DCB are triadic colors.

2 #CB9DC3 and #9DC3CB with #C39DCB are triadic colors.