COLOR #C3A5BE

HEX: #C3A5BE RGB: (195,165,190)

Color info

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

RGB color model

#C3A5BE color RGB value is (195,165,190).

RGB: (195,165,190) (76%, 65%, 75%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 190 of 255 = 75%

195
165
190

R + G + B ~ 72%. #C3A5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 165 + 190 = 550 (100%)
R 195 of 550 ~ 35.45%
G 165 of 550 ~ 30%
B 190 of 550 ~ 34.55'%

%35.45
%30
%34.55

CMYK color model

#C3A5BE color CMYK value is (0,15,3,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 2.56%
  • key color value is 23.53%

CMYK: (0,15,3,24)
C0M15Y3K24 (0%, 15%, 3%, 24%)
(0.00 / 0.15 / 0.03 / 0.24)

CMYK percentages

%0
%15.38
%2.56
%23.53

Codes

Color #C3A5BE in popluar color models

C3 A5 BE
RGB 195 165 190
HSL 310° 20.00% 70.59%
HSB/HSV 310° 15.38% 76.47%
CMYK 0.00% 15.38% 2.56%
23.53%

Color #C3A5BE in popluar number systems.

HEX C3 A5 BE
Decimal 195 165 190
Binary 11000011 10100101 10111110
Octal 303 245 276

Shades and tints

Shades of #C3A5BE

#C3A5BE
(195,165,190)
#B296AD
(178,150,173)
#A1879C
(161,135,156)
#90788B
(144,120,139)
#7F697A
(127,105,122)
#6E5A69
(110,90,105)
#5D4B58
(93,75,88)
#4C3C47
(76,60,71)
#3B2D36
(59,45,54)
#2A1E25
(42,30,37)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C3A5BE

#C3A5BE
(195,165,190)
#C8ADC3
(200,173,195)
#CDB5C8
(205,181,200)
#D2BDCD
(210,189,205)
#D7C5D2
(215,197,210)
#DCCDD7
(220,205,215)
#E1D5DC
(225,213,220)
#E6DDE1
(230,221,225)
#EBE5E6
(235,229,230)
#F0EDEB
(240,237,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A5BE color. Also use rgb(195,165,190) instead hex code.

Text Font Color

.myTextColor { color: #C3A5BE; }

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

This text font color is #C3A5BE.

Background Color

.myBgColor { background-color: #C3A5BE; }

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

This div background color is #C3A5BE.

Border color

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

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

This div border color is #C3A5BE.

Opacity

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

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

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

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

This text has shadow with #C3A5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A5BE.

Preview

Color preview on black background

This text has color #C3A5BE on black background.


Color preview on white background

This text has color #C3A5BE on white background.


Black color preview on #C3A5BE background

This text has black color on #C3A5BE background.


White color preview on #C3A5BE background

This text has white color on #C3A5BE background.


Related colors

Complementary color

Complementary color for #hex is #3C5A41.


I love getcolorcode.com

Triadic colors

1 #BEC3A5 and #A5BEC3 with #C3A5BE are triadic colors.

2 #BEA5C3 and #A5C3BE with #C3A5BE are triadic colors.