COLOR #C39DE2

HEX: #C39DE2
RGB: (195,157,226)

Color info

#C39DE2 contains mainly red and blue colors. Web safe color of #C39DE2 is #CC99CC (or #C9C).

RGB color model

#C39DE2 color RGB value is (195,157,226).

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

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 226 of 255 = 89%

195
157
226

R + G + B ~ 76%. #C39DE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 226 = 578 (100%)
R 195 of 578 ~ 33.74%
G 157 of 578 ~ 27.16%
B 226 of 578 ~ 39.1%

%33.74
%27.16
%39.1

CMYK color model

#C39DE2 color CMYK value is (14,31,0,11).

  • cyan value is 13.72%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(14,31,0,11)
C14M31Y0K11 
(14%,31%,0%,11%)
(0.14/0.31/0.00/0.11)	

CMYK percentages

%13.72
%30.53
%0
%11.37

Codes

Color #C39DE2 in popluar color models

C39DE2
RGB195157226
HSL273°54.33%75.10%
HSB/HSV273°30.53%88.63%
CMYK13.72%30.53%0.00%
11.37%

Color #C39DE2 in popluar number systems.

HEXC39DE2
Decimal195157226
Binary110000111001110111100010
Octal303235342

Shades and tints

Shades of #C39DE2

#C39DE2
(195,157,226)
#B28FCE
(178,143,206)
#A181BA
(161,129,186)
#9073A6
(144,115,166)
#7F6592
(127,101,146)
#6E577E
(110,87,126)
#5D496A
(93,73,106)
#4C3B56
(76,59,86)
#3B2D42
(59,45,66)
#2A1F2E
(42,31,46)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #C39DE2

#C39DE2
(195,157,226)
#C8A5E4
(200,165,228)
#CDADE6
(205,173,230)
#D2B5E8
(210,181,232)
#D7BDEA
(215,189,234)
#DCC5EC
(220,197,236)
#E1CDEE
(225,205,238)
#E6D5F0
(230,213,240)
#EBDDF2
(235,221,242)
#F0E5F4
(240,229,244)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39DE2; }

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

This text font color is #C39DE2.


Background Color

.myBgColor { background-color: #C39DE2; }

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

This div background color is #C39DE2.


Border color

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

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

This div border color is #C39DE2.


Opacity

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

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

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

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

This text has shadow with #C39DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39DE2 on black background.


Color preview on white background

This text has color #C39DE2 on white background.



Black color preview on #C39DE2 background

This text has black color on #C39DE2 background.


White color preview on #C39DE2 background

This text has white color on #C39DE2 background.