COLOR #C3AEB5

HEX: #C3AEB5 RGB: (195,174,181)

Color info

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

RGB color model

#C3AEB5 color RGB value is (195,174,181).

RGB: (195,174,181) (76%, 68%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 181 of 255 = 71%

195
174
181

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

Portions of RGB colors in percentages

R + G + B = 195 + 174 + 181 = 550 (100%)
R 195 of 550 ~ 35.45%
G 174 of 550 ~ 31.64%
B 181 of 550 ~ 32.91'%

%35.45
%31.64
%32.91

CMYK color model

#C3AEB5 color CMYK value is (0,11,7,24).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 7.18%
  • key color value is 23.53%

CMYK: (0,11,7,24)
C0M11Y7K24 (0%, 11%, 7%, 24%)
(0.00 / 0.11 / 0.07 / 0.24)

CMYK percentages

%0
%10.77
%7.18
%23.53

Codes

Color #C3AEB5 in popluar color models

C3 AE B5
RGB 195 174 181
HSL 340° 14.89% 72.35%
HSB/HSV 340° 10.77% 76.47%
CMYK 0.00% 10.77% 7.18%
23.53%

Color #C3AEB5 in popluar number systems.

HEX C3 AE B5
Decimal 195 174 181
Binary 11000011 10101110 10110101
Octal 303 256 265

Shades and tints

Shades of #C3AEB5

#C3AEB5
(195,174,181)
#B29FA5
(178,159,165)
#A19095
(161,144,149)
#908185
(144,129,133)
#7F7275
(127,114,117)
#6E6365
(110,99,101)
#5D5455
(93,84,85)
#4C4545
(76,69,69)
#3B3635
(59,54,53)
#2A2725
(42,39,37)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #C3AEB5

#C3AEB5
(195,174,181)
#C8B5BB
(200,181,187)
#CDBCC1
(205,188,193)
#D2C3C7
(210,195,199)
#D7CACD
(215,202,205)
#DCD1D3
(220,209,211)
#E1D8D9
(225,216,217)
#E6DFDF
(230,223,223)
#EBE6E5
(235,230,229)
#F0EDEB
(240,237,235)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AEB5 color. Also use rgb(195,174,181) instead hex code.

Text Font Color

.myTextColor { color: #C3AEB5; }

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

This text font color is #C3AEB5.

Background Color

.myBgColor { background-color: #C3AEB5; }

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

This div background color is #C3AEB5.

Border color

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

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

This div border color is #C3AEB5.

Opacity

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

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

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

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

This text has shadow with #C3AEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AEB5.

Preview

Color preview on black background

This text has color #C3AEB5 on black background.


Color preview on white background

This text has color #C3AEB5 on white background.


Black color preview on #C3AEB5 background

This text has black color on #C3AEB5 background.


White color preview on #C3AEB5 background

This text has white color on #C3AEB5 background.


Related colors

Complementary color

Complementary color for #hex is #3C514A.


I love getcolorcode.com

Triadic colors

1 #B5C3AE and #AEB5C3 with #C3AEB5 are triadic colors.

2 #B5AEC3 and #AEC3B5 with #C3AEB5 are triadic colors.