COLOR #C39ADB

HEX: #C39ADB RGB: (195,154,219)

Color info

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

RGB color model

#C39ADB color RGB value is (195,154,219).

RGB: (195,154,219) (76%, 60%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 219 of 255 = 86%

195
154
219

R + G + B ~ 74%. #C39ADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 154 + 219 = 568 (100%)
R 195 of 568 ~ 34.33%
G 154 of 568 ~ 27.11%
B 219 of 568 ~ 38.56'%

%34.33
%27.11
%38.56

CMYK color model

#C39ADB color CMYK value is (11,30,0,14).

  • cyan value is 10.96%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (11,30,0,14) C11M30Y0K14 (11%,30%,0%,14%) (0.11/0.30/0.00/0.14) 

CMYK percentages

%10.96
%29.68
%0
%14.12

Codes

Color #C39ADB in popluar color models

C3 9A DB
RGB 195 154 219
HSL 278° 47.45% 73.14%
HSB/HSV 278° 29.68% 85.88%
CMYK 10.96% 29.68% 0.00%
14.12%

Color #C39ADB in popluar number systems.

HEX C3 9A DB
Decimal 195 154 219
Binary 11000011 10011010 11011011
Octal 303 232 333

Shades and tints

Shades of #C39ADB

#C39ADB
(195,154,219)
#B28CC8
(178,140,200)
#A17EB5
(161,126,181)
#9070A2
(144,112,162)
#7F628F
(127,98,143)
#6E547C
(110,84,124)
#5D4669
(93,70,105)
#4C3856
(76,56,86)
#3B2A43
(59,42,67)
#2A1C30
(42,28,48)
#190E1D
(25,14,29)
#000000
(0,0,0)

Tints of #C39ADB

#C39ADB
(195,154,219)
#C8A3DE
(200,163,222)
#CDACE1
(205,172,225)
#D2B5E4
(210,181,228)
#D7BEE7
(215,190,231)
#DCC7EA
(220,199,234)
#E1D0ED
(225,208,237)
#E6D9F0
(230,217,240)
#EBE2F3
(235,226,243)
#F0EBF6
(240,235,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39ADB color. Also use rgb(195,154,219) instead hex code.

Text Font Color

.myTextColor { color: #C39ADB; }

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

This text font color is #C39ADB.

Background Color

.myBgColor { background-color: #C39ADB; }

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

This div background color is #C39ADB.

Border color

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

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

This div border color is #C39ADB.

Opacity

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

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

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

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

This text has shadow with #C39ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39ADB.

Preview

Color preview on black background

This text has color #C39ADB on black background.


Color preview on white background

This text has color #C39ADB on white background.


Black color preview on #C39ADB background

This text has black color on #C39ADB background.


White color preview on #C39ADB background

This text has white color on #C39ADB background.


Related colors

Complementary color

Complementary color for #hex is #3C6524.


I love getcolorcode.com

Triadic colors

1 #DBC39A and #9ADBC3 with #C39ADB are triadic colors.

2 #DB9AC3 and #9AC3DB with #C39ADB are triadic colors.