COLOR #C3AEC2

HEX: #C3AEC2 RGB: (195,174,194)

Color info

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

RGB color model

#C3AEC2 color RGB value is (195,174,194).

RGB: (195,174,194) (76%, 68%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 194 of 255 = 76%

195
174
194

R + G + B ~ 73%. #C3AEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 174 + 194 = 563 (100%)
R 195 of 563 ~ 34.64%
G 174 of 563 ~ 30.91%
B 194 of 563 ~ 34.46'%

%34.64
%30.91
%34.46

CMYK color model

#C3AEC2 color CMYK value is (0,11,1,24).

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

CMYK: (0,11,1,24)
C0M11Y1K24 (0%, 11%, 1%, 24%)
(0.00 / 0.11 / 0.01 / 0.24)

CMYK percentages

%0
%10.77
%0.51
%23.53

Codes

Color #C3AEC2 in popluar color models

C3 AE C2
RGB 195 174 194
HSL 303° 14.89% 72.35%
HSB/HSV 303° 10.77% 76.47%
CMYK 0.00% 10.77% 0.51%
23.53%

Color #C3AEC2 in popluar number systems.

HEX C3 AE C2
Decimal 195 174 194
Binary 11000011 10101110 11000010
Octal 303 256 302

Shades and tints

Shades of #C3AEC2

#C3AEC2
(195,174,194)
#B29FB1
(178,159,177)
#A190A0
(161,144,160)
#90818F
(144,129,143)
#7F727E
(127,114,126)
#6E636D
(110,99,109)
#5D545C
(93,84,92)
#4C454B
(76,69,75)
#3B363A
(59,54,58)
#2A2729
(42,39,41)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3AEC2

#C3AEC2
(195,174,194)
#C8B5C7
(200,181,199)
#CDBCCC
(205,188,204)
#D2C3D1
(210,195,209)
#D7CAD6
(215,202,214)
#DCD1DB
(220,209,219)
#E1D8E0
(225,216,224)
#E6DFE5
(230,223,229)
#EBE6EA
(235,230,234)
#F0EDEF
(240,237,239)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AEC2; }

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

This text font color is #C3AEC2.

Background Color

.myBgColor { background-color: #C3AEC2; }

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

This div background color is #C3AEC2.

Border color

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

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

This div border color is #C3AEC2.

Opacity

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

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

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

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

This text has shadow with #C3AEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AEC2.

Preview

Color preview on black background

This text has color #C3AEC2 on black background.


Color preview on white background

This text has color #C3AEC2 on white background.


Black color preview on #C3AEC2 background

This text has black color on #C3AEC2 background.


White color preview on #C3AEC2 background

This text has white color on #C3AEC2 background.


Related colors

Complementary color

Complementary color for #hex is #3C513D.


I love getcolorcode.com

Triadic colors

1 #C2C3AE and #AEC2C3 with #C3AEC2 are triadic colors.

2 #C2AEC3 and #AEC3C2 with #C3AEC2 are triadic colors.