COLOR #C39EAE

HEX: #C39EAE RGB: (195,158,174)

Color info

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

RGB color model

#C39EAE color RGB value is (195,158,174).

RGB: (195,158,174) (76%, 62%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 174 of 255 = 68%

195
158
174

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

Portions of RGB colors in percentages

R + G + B = 195 + 158 + 174 = 527 (100%)
R 195 of 527 ~ 37%
G 158 of 527 ~ 29.98%
B 174 of 527 ~ 33.02'%

%37
%29.98
%33.02

CMYK color model

#C39EAE color CMYK value is (0,19,11,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK: (0,19,11,24) C0M19Y11K24 (0%,19%,11%,24%) (0.00/0.19/0.11/0.24) 

CMYK percentages

%0
%18.97
%10.77
%23.53

Codes

Color #C39EAE in popluar color models

C3 9E AE
RGB 195 158 174
HSL 334° 23.57% 69.22%
HSB/HSV 334° 18.97% 76.47%
CMYK 0.00% 18.97% 10.77%
23.53%

Color #C39EAE in popluar number systems.

HEX C3 9E AE
Decimal 195 158 174
Binary 11000011 10011110 10101110
Octal 303 236 256

Shades and tints

Shades of #C39EAE

#C39EAE
(195,158,174)
#B2909F
(178,144,159)
#A18290
(161,130,144)
#907481
(144,116,129)
#7F6672
(127,102,114)
#6E5863
(110,88,99)
#5D4A54
(93,74,84)
#4C3C45
(76,60,69)
#3B2E36
(59,46,54)
#2A2027
(42,32,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #C39EAE

#C39EAE
(195,158,174)
#C8A6B5
(200,166,181)
#CDAEBC
(205,174,188)
#D2B6C3
(210,182,195)
#D7BECA
(215,190,202)
#DCC6D1
(220,198,209)
#E1CED8
(225,206,216)
#E6D6DF
(230,214,223)
#EBDEE6
(235,222,230)
#F0E6ED
(240,230,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39EAE; }

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

This text font color is #C39EAE.

Background Color

.myBgColor { background-color: #C39EAE; }

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

This div background color is #C39EAE.

Border color

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

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

This div border color is #C39EAE.

Opacity

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

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

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

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

This text has shadow with #C39EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39EAE.

Preview

Color preview on black background

This text has color #C39EAE on black background.


Color preview on white background

This text has color #C39EAE on white background.


Black color preview on #C39EAE background

This text has black color on #C39EAE background.


White color preview on #C39EAE background

This text has white color on #C39EAE background.


Related colors

Complementary color

Complementary color for #hex is #3C6151.


I love getcolorcode.com

Triadic colors

1 #AEC39E and #9EAEC3 with #C39EAE are triadic colors.

2 #AE9EC3 and #9EC3AE with #C39EAE are triadic colors.