COLOR #C39EAA

HEX: #C39EAA RGB: (195,158,170)

Color info

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

RGB color model

#C39EAA color RGB value is (195,158,170).

RGB: (195,158,170) (76%, 62%, 67%)

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 170 of 255 = 67%

195
158
170

R + G + B ~ 68%. #C39EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 158 + 170 = 523 (100%)
R 195 of 523 ~ 37.28%
G 158 of 523 ~ 30.21%
B 170 of 523 ~ 32.5'%

%37.28
%30.21
%32.5

CMYK color model

#C39EAA color CMYK value is (0,19,13,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 12.82%
  • key color value is 23.53%

CMYK: (0,19,13,24)
C0M19Y13K24 (0%, 19%, 13%, 24%)
(0.00 / 0.19 / 0.13 / 0.24)

CMYK percentages

%0
%18.97
%12.82
%23.53

Codes

Color #C39EAA in popluar color models

C3 9E AA
RGB 195 158 170
HSL 341° 23.57% 69.22%
HSB/HSV 341° 18.97% 76.47%
CMYK 0.00% 18.97% 12.82%
23.53%

Color #C39EAA in popluar number systems.

HEX C3 9E AA
Decimal 195 158 170
Binary 11000011 10011110 10101010
Octal 303 236 252

Shades and tints

Shades of #C39EAA

#C39EAA
(195,158,170)
#B2909B
(178,144,155)
#A1828C
(161,130,140)
#90747D
(144,116,125)
#7F666E
(127,102,110)
#6E585F
(110,88,95)
#5D4A50
(93,74,80)
#4C3C41
(76,60,65)
#3B2E32
(59,46,50)
#2A2023
(42,32,35)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #C39EAA

#C39EAA
(195,158,170)
#C8A6B1
(200,166,177)
#CDAEB8
(205,174,184)
#D2B6BF
(210,182,191)
#D7BEC6
(215,190,198)
#DCC6CD
(220,198,205)
#E1CED4
(225,206,212)
#E6D6DB
(230,214,219)
#EBDEE2
(235,222,226)
#F0E6E9
(240,230,233)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39EAA color. Also use rgb(195,158,170) instead hex code.

Text Font Color

.myTextColor { color: #C39EAA; }

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

This text font color is #C39EAA.

Background Color

.myBgColor { background-color: #C39EAA; }

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

This div background color is #C39EAA.

Border color

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

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

This div border color is #C39EAA.

Opacity

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

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

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

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

This text has shadow with #C39EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39EAA.

Preview

Color preview on black background

This text has color #C39EAA on black background.


Color preview on white background

This text has color #C39EAA on white background.


Black color preview on #C39EAA background

This text has black color on #C39EAA background.


White color preview on #C39EAA background

This text has white color on #C39EAA background.


Related colors

Complementary color

Complementary color for #hex is #3C6155.


I love getcolorcode.com

Triadic colors

1 #AAC39E and #9EAAC3 with #C39EAA are triadic colors.

2 #AA9EC3 and #9EC3AA with #C39EAA are triadic colors.