COLOR #C3ADA5

HEX: #C3ADA5
RGB: (195,173,165)

Color info

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

RGB color model

#C3ADA5 color RGB value is (195,173,165).

  • red value is 195;
  • green value is 173;
  • blue value is 165.
RGB:
(195,173,165)
(76%,68%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 165 of 255 = 65%

195
173
165

R + G + B ~ 70%. #C3ADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 165 = 533 (100%)
R 195 of 533 ~ 36.59%
G 173 of 533 ~ 32.46%
B 165 of 533 ~ 30.96%

%36.59
%32.46
%30.96

CMYK color model

#C3ADA5 color CMYK value is (0,11,15,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,11,15,24)
C0M11Y15K24 
(0%,11%,15%,24%)
(0.00/0.11/0.15/0.24)	

CMYK percentages

%0
%11.28
%15.38
%23.53

Codes

Color #C3ADA5 in popluar color models

C3ADA5
RGB195173165
HSL16°20.00%70.59%
HSB/HSV16°15.38%76.47%
CMYK0.00%11.28%15.38%
23.53%

Color #C3ADA5 in popluar number systems.

HEXC3ADA5
Decimal195173165
Binary110000111010110110100101
Octal303255245

Shades and tints

Shades of #C3ADA5

#C3ADA5
(195,173,165)
#B29E96
(178,158,150)
#A18F87
(161,143,135)
#908078
(144,128,120)
#7F7169
(127,113,105)
#6E625A
(110,98,90)
#5D534B
(93,83,75)
#4C443C
(76,68,60)
#3B352D
(59,53,45)
#2A261E
(42,38,30)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3ADA5

#C3ADA5
(195,173,165)
#C8B4AD
(200,180,173)
#CDBBB5
(205,187,181)
#D2C2BD
(210,194,189)
#D7C9C5
(215,201,197)
#DCD0CD
(220,208,205)
#E1D7D5
(225,215,213)
#E6DEDD
(230,222,221)
#EBE5E5
(235,229,229)
#F0ECED
(240,236,237)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADA5; }

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

This text font color is #C3ADA5.


Background Color

.myBgColor { background-color: #C3ADA5; }

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

This div background color is #C3ADA5.


Border color

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

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

This div border color is #C3ADA5.


Opacity

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

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

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

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

This text has shadow with #C3ADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADA5 on black background.


Color preview on white background

This text has color #C3ADA5 on white background.



Black color preview on #C3ADA5 background

This text has black color on #C3ADA5 background.


White color preview on #C3ADA5 background

This text has white color on #C3ADA5 background.