COLOR #C3ADA7

HEX: #C3ADA7
RGB: (195,173,167)

Color info

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

RGB color model

#C3ADA7 color RGB value is (195,173,167).

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

RGB channels and saturation

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

195
173
167

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 167 = 535 (100%)
R 195 of 535 ~ 36.45%
G 173 of 535 ~ 32.34%
B 167 of 535 ~ 31.21%

%36.45
%32.34
%31.21

CMYK color model

#C3ADA7 color CMYK value is (0,11,14,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(0,11,14,24)
C0M11Y14K24 
(0%,11%,14%,24%)
(0.00/0.11/0.14/0.24)	

CMYK percentages

%0
%11.28
%14.36
%23.53

Codes

Color #C3ADA7 in popluar color models

C3ADA7
RGB195173167
HSL13°18.92%70.98%
HSB/HSV13°14.36%76.47%
CMYK0.00%11.28%14.36%
23.53%

Color #C3ADA7 in popluar number systems.

HEXC3ADA7
Decimal195173167
Binary110000111010110110100111
Octal303255247

Shades and tints

Shades of #C3ADA7

#C3ADA7
(195,173,167)
#B29E98
(178,158,152)
#A18F89
(161,143,137)
#90807A
(144,128,122)
#7F716B
(127,113,107)
#6E625C
(110,98,92)
#5D534D
(93,83,77)
#4C443E
(76,68,62)
#3B352F
(59,53,47)
#2A2620
(42,38,32)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #C3ADA7

#C3ADA7
(195,173,167)
#C8B4AF
(200,180,175)
#CDBBB7
(205,187,183)
#D2C2BF
(210,194,191)
#D7C9C7
(215,201,199)
#DCD0CF
(220,208,207)
#E1D7D7
(225,215,215)
#E6DEDF
(230,222,223)
#EBE5E7
(235,229,231)
#F0ECEF
(240,236,239)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADA7; }

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

This text font color is #C3ADA7.


Background Color

.myBgColor { background-color: #C3ADA7; }

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

This div background color is #C3ADA7.


Border color

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

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

This div border color is #C3ADA7.


Opacity

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

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

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

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

This text has shadow with #C3ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADA7 on black background.


Color preview on white background

This text has color #C3ADA7 on white background.



Black color preview on #C3ADA7 background

This text has black color on #C3ADA7 background.


White color preview on #C3ADA7 background

This text has white color on #C3ADA7 background.