COLOR #C3AABD

HEX: #C3AABD
RGB: (195,170,189)

Color info

#C3AABD contains red, green and blue colors in about the same proportion. Web safe color of #C3AABD is #CC99CC (or #C9C).

RGB color model

#C3AABD color RGB value is (195,170,189).

  • red value is 195;
  • green value is 170;
  • blue value is 189.
RGB:
(195,170,189)
(76%,67%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 189 of 255 = 74%

195
170
189

R + G + B ~ 72%. #C3AABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 189 = 554 (100%)
R 195 of 554 ~ 35.2%
G 170 of 554 ~ 30.69%
B 189 of 554 ~ 34.12%

%35.2
%30.69
%34.12

CMYK color model

#C3AABD color CMYK value is (0,13,3,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(0,13,3,24)
C0M13Y3K24 
(0%,13%,3%,24%)
(0.00/0.13/0.03/0.24)	

CMYK percentages

%0
%12.82
%3.08
%23.53

Codes

Color #C3AABD in popluar color models

C3AABD
RGB195170189
HSL314°17.24%71.57%
HSB/HSV314°12.82%76.47%
CMYK0.00%12.82%3.08%
23.53%

Color #C3AABD in popluar number systems.

HEXC3AABD
Decimal195170189
Binary110000111010101010111101
Octal303252275

Shades and tints

Shades of #C3AABD

#C3AABD
(195,170,189)
#B29BAC
(178,155,172)
#A18C9B
(161,140,155)
#907D8A
(144,125,138)
#7F6E79
(127,110,121)
#6E5F68
(110,95,104)
#5D5057
(93,80,87)
#4C4146
(76,65,70)
#3B3235
(59,50,53)
#2A2324
(42,35,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C3AABD

#C3AABD
(195,170,189)
#C8B1C3
(200,177,195)
#CDB8C9
(205,184,201)
#D2BFCF
(210,191,207)
#D7C6D5
(215,198,213)
#DCCDDB
(220,205,219)
#E1D4E1
(225,212,225)
#E6DBE7
(230,219,231)
#EBE2ED
(235,226,237)
#F0E9F3
(240,233,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AABD color. Also use rgb(195,170,189) instead hex code.

Text Font Color

.myTextColor { color: #C3AABD; }

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

This text font color is #C3AABD.


Background Color

.myBgColor { background-color: #C3AABD; }

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

This div background color is #C3AABD.


Border color

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

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

This div border color is #C3AABD.


Opacity

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

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

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

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

This text has shadow with #C3AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AABD on black background.


Color preview on white background

This text has color #C3AABD on white background.



Black color preview on #C3AABD background

This text has black color on #C3AABD background.


White color preview on #C3AABD background

This text has white color on #C3AABD background.