COLOR #C3AEB7

HEX: #C3AEB7 RGB: (195,174,183)

Color info

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

RGB color model

#C3AEB7 color RGB value is (195,174,183).

RGB: (195,174,183) (76%, 68%, 72%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 183 of 255 = 72%

195
174
183

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

Portions of RGB colors in percentages

R + G + B = 195 + 174 + 183 = 552 (100%)
R 195 of 552 ~ 35.33%
G 174 of 552 ~ 31.52%
B 183 of 552 ~ 33.15'%

%35.33
%31.52
%33.15

CMYK color model

#C3AEB7 color CMYK value is (0,11,6,24).

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

CMYK: (0,11,6,24)
C0M11Y6K24 (0%, 11%, 6%, 24%)
(0.00 / 0.11 / 0.06 / 0.24)

CMYK percentages

%0
%10.77
%6.15
%23.53

Codes

Color #C3AEB7 in popluar color models

C3 AE B7
RGB 195 174 183
HSL 334° 14.89% 72.35%
HSB/HSV 334° 10.77% 76.47%
CMYK 0.00% 10.77% 6.15%
23.53%

Color #C3AEB7 in popluar number systems.

HEX C3 AE B7
Decimal 195 174 183
Binary 11000011 10101110 10110111
Octal 303 256 267

Shades and tints

Shades of #C3AEB7

#C3AEB7
(195,174,183)
#B29FA7
(178,159,167)
#A19097
(161,144,151)
#908187
(144,129,135)
#7F7277
(127,114,119)
#6E6367
(110,99,103)
#5D5457
(93,84,87)
#4C4547
(76,69,71)
#3B3637
(59,54,55)
#2A2727
(42,39,39)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #C3AEB7

#C3AEB7
(195,174,183)
#C8B5BD
(200,181,189)
#CDBCC3
(205,188,195)
#D2C3C9
(210,195,201)
#D7CACF
(215,202,207)
#DCD1D5
(220,209,213)
#E1D8DB
(225,216,219)
#E6DFE1
(230,223,225)
#EBE6E7
(235,230,231)
#F0EDED
(240,237,237)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AEB7; }

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

This text font color is #C3AEB7.

Background Color

.myBgColor { background-color: #C3AEB7; }

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

This div background color is #C3AEB7.

Border color

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

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

This div border color is #C3AEB7.

Opacity

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

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

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

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

This text has shadow with #C3AEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AEB7.

Preview

Color preview on black background

This text has color #C3AEB7 on black background.


Color preview on white background

This text has color #C3AEB7 on white background.


Black color preview on #C3AEB7 background

This text has black color on #C3AEB7 background.


White color preview on #C3AEB7 background

This text has white color on #C3AEB7 background.


Related colors

Complementary color

Complementary color for #hex is #3C5148.


I love getcolorcode.com

Triadic colors

1 #B7C3AE and #AEB7C3 with #C3AEB7 are triadic colors.

2 #B7AEC3 and #AEC3B7 with #C3AEB7 are triadic colors.