COLOR #C3ADA2

HEX: #C3ADA2 RGB: (195,173,162)

Color info

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

RGB color model

#C3ADA2 color RGB value is (195,173,162).

RGB: (195,173,162) (76%, 68%, 64%)

RGB channels and saturation

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

195
173
162

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

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 162 = 530 (100%)
R 195 of 530 ~ 36.79%
G 173 of 530 ~ 32.64%
B 162 of 530 ~ 30.57'%

%36.79
%32.64
%30.57

CMYK color model

#C3ADA2 color CMYK value is (0,11,17,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 16.92%
  • key color value is 23.53%

CMYK: (0,11,17,24)
C0M11Y17K24 (0%, 11%, 17%, 24%)
(0.00 / 0.11 / 0.17 / 0.24)

CMYK percentages

%0
%11.28
%16.92
%23.53

Codes

Color #C3ADA2 in popluar color models

C3 AD A2
RGB 195 173 162
HSL 20° 21.57% 70.00%
HSB/HSV 20° 16.92% 76.47%
CMYK 0.00% 11.28% 16.92%
23.53%

Color #C3ADA2 in popluar number systems.

HEX C3 AD A2
Decimal 195 173 162
Binary 11000011 10101101 10100010
Octal 303 255 242

Shades and tints

Shades of #C3ADA2

#C3ADA2
(195,173,162)
#B29E94
(178,158,148)
#A18F86
(161,143,134)
#908078
(144,128,120)
#7F716A
(127,113,106)
#6E625C
(110,98,92)
#5D534E
(93,83,78)
#4C4440
(76,68,64)
#3B3532
(59,53,50)
#2A2624
(42,38,36)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3ADA2

#C3ADA2
(195,173,162)
#C8B4AA
(200,180,170)
#CDBBB2
(205,187,178)
#D2C2BA
(210,194,186)
#D7C9C2
(215,201,194)
#DCD0CA
(220,208,202)
#E1D7D2
(225,215,210)
#E6DEDA
(230,222,218)
#EBE5E2
(235,229,226)
#F0ECEA
(240,236,234)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADA2; }

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

This text font color is #C3ADA2.

Background Color

.myBgColor { background-color: #C3ADA2; }

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

This div background color is #C3ADA2.

Border color

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

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

This div border color is #C3ADA2.

Opacity

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

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

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

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

This text has shadow with #C3ADA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ADA2.

Preview

Color preview on black background

This text has color #C3ADA2 on black background.


Color preview on white background

This text has color #C3ADA2 on white background.


Black color preview on #C3ADA2 background

This text has black color on #C3ADA2 background.


White color preview on #C3ADA2 background

This text has white color on #C3ADA2 background.


Related colors

Complementary color

Complementary color for #hex is #3C525D.


I love getcolorcode.com

Triadic colors

1 #A2C3AD and #ADA2C3 with #C3ADA2 are triadic colors.

2 #A2ADC3 and #ADC3A2 with #C3ADA2 are triadic colors.