COLOR #C3ADB2

HEX: #C3ADB2
RGB: (195,173,178)

Color info

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

RGB color model

#C3ADB2 color RGB value is (195,173,178).

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

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 178 of 255 = 70%

195
173
178

R + G + B ~ 71%. #C3ADB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 178 = 546 (100%)
R 195 of 546 ~ 35.71%
G 173 of 546 ~ 31.68%
B 178 of 546 ~ 32.6%

%35.71
%31.68
%32.6

CMYK color model

#C3ADB2 color CMYK value is (0,11,9,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 8.72%
  • key color value is 23.53%
CMYK:
(0,11,9,24)
C0M11Y9K24 
(0%,11%,9%,24%)
(0.00/0.11/0.09/0.24)	

CMYK percentages

%0
%11.28
%8.72
%23.53

Codes

Color #C3ADB2 in popluar color models

C3ADB2
RGB195173178
HSL346°15.49%72.16%
HSB/HSV346°11.28%76.47%
CMYK0.00%11.28%8.72%
23.53%

Color #C3ADB2 in popluar number systems.

HEXC3ADB2
Decimal195173178
Binary110000111010110110110010
Octal303255262

Shades and tints

Shades of #C3ADB2

#C3ADB2
(195,173,178)
#B29EA2
(178,158,162)
#A18F92
(161,143,146)
#908082
(144,128,130)
#7F7172
(127,113,114)
#6E6262
(110,98,98)
#5D5352
(93,83,82)
#4C4442
(76,68,66)
#3B3532
(59,53,50)
#2A2622
(42,38,34)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #C3ADB2

#C3ADB2
(195,173,178)
#C8B4B9
(200,180,185)
#CDBBC0
(205,187,192)
#D2C2C7
(210,194,199)
#D7C9CE
(215,201,206)
#DCD0D5
(220,208,213)
#E1D7DC
(225,215,220)
#E6DEE3
(230,222,227)
#EBE5EA
(235,229,234)
#F0ECF1
(240,236,241)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADB2; }

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

This text font color is #C3ADB2.


Background Color

.myBgColor { background-color: #C3ADB2; }

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

This div background color is #C3ADB2.


Border color

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

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

This div border color is #C3ADB2.


Opacity

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

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

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

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

This text has shadow with #C3ADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADB2 on black background.


Color preview on white background

This text has color #C3ADB2 on white background.



Black color preview on #C3ADB2 background

This text has black color on #C3ADB2 background.


White color preview on #C3ADB2 background

This text has white color on #C3ADB2 background.