COLOR #C3ADA3

HEX: #C3ADA3
RGB: (195,173,163)

Color info

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

RGB color model

#C3ADA3 color RGB value is (195,173,163).

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

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 163 of 255 = 64%

195
173
163

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 163 = 531 (100%)
R 195 of 531 ~ 36.72%
G 173 of 531 ~ 32.58%
B 163 of 531 ~ 30.7%

%36.72
%32.58
%30.7

CMYK color model

#C3ADA3 color CMYK value is (0,11,16,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 16.41%
  • key color value is 23.53%
CMYK:
(0,11,16,24)
C0M11Y16K24 
(0%,11%,16%,24%)
(0.00/0.11/0.16/0.24)	

CMYK percentages

%0
%11.28
%16.41
%23.53

Codes

Color #C3ADA3 in popluar color models

C3ADA3
RGB195173163
HSL19°21.05%70.20%
HSB/HSV19°16.41%76.47%
CMYK0.00%11.28%16.41%
23.53%

Color #C3ADA3 in popluar number systems.

HEXC3ADA3
Decimal195173163
Binary110000111010110110100011
Octal303255243

Shades and tints

Shades of #C3ADA3

#C3ADA3
(195,173,163)
#B29E95
(178,158,149)
#A18F87
(161,143,135)
#908079
(144,128,121)
#7F716B
(127,113,107)
#6E625D
(110,98,93)
#5D534F
(93,83,79)
#4C4441
(76,68,65)
#3B3533
(59,53,51)
#2A2625
(42,38,37)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3ADA3

#C3ADA3
(195,173,163)
#C8B4AB
(200,180,171)
#CDBBB3
(205,187,179)
#D2C2BB
(210,194,187)
#D7C9C3
(215,201,195)
#DCD0CB
(220,208,203)
#E1D7D3
(225,215,211)
#E6DEDB
(230,222,219)
#EBE5E3
(235,229,227)
#F0ECEB
(240,236,235)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADA3; }

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

This text font color is #C3ADA3.


Background Color

.myBgColor { background-color: #C3ADA3; }

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

This div background color is #C3ADA3.


Border color

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

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

This div border color is #C3ADA3.


Opacity

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

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

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

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

This text has shadow with #C3ADA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADA3 on black background.


Color preview on white background

This text has color #C3ADA3 on white background.



Black color preview on #C3ADA3 background

This text has black color on #C3ADA3 background.


White color preview on #C3ADA3 background

This text has white color on #C3ADA3 background.