COLOR #C4AEC3

HEX: #C4AEC3 RGB: (196,174,195)

Color info

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

RGB color model

#C4AEC3 color RGB value is (196,174,195).

RGB: (196,174,195) (77%, 68%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 195 of 255 = 76%

196
174
195

R + G + B ~ 74%. #C4AEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 174 + 195 = 565 (100%)
R 196 of 565 ~ 34.69%
G 174 of 565 ~ 30.8%
B 195 of 565 ~ 34.51'%

%34.69
%30.8
%34.51

CMYK color model

#C4AEC3 color CMYK value is (0,11,1,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 0.51%
  • key color value is 23.14%

CMYK: (0,11,1,23)
C0M11Y1K23 (0%, 11%, 1%, 23%)
(0.00 / 0.11 / 0.01 / 0.23)

CMYK percentages

%0
%11.22
%0.51
%23.14

Codes

Color #C4AEC3 in popluar color models

C4 AE C3
RGB 196 174 195
HSL 303° 15.71% 72.55%
HSB/HSV 303° 11.22% 76.86%
CMYK 0.00% 11.22% 0.51%
23.14%

Color #C4AEC3 in popluar number systems.

HEX C4 AE C3
Decimal 196 174 195
Binary 11000100 10101110 11000011
Octal 304 256 303

Shades and tints

Shades of #C4AEC3

#C4AEC3
(196,174,195)
#B39FB2
(179,159,178)
#A290A1
(162,144,161)
#918190
(145,129,144)
#80727F
(128,114,127)
#6F636E
(111,99,110)
#5E545D
(94,84,93)
#4D454C
(77,69,76)
#3C363B
(60,54,59)
#2B272A
(43,39,42)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4AEC3

#C4AEC3
(196,174,195)
#C9B5C8
(201,181,200)
#CEBCCD
(206,188,205)
#D3C3D2
(211,195,210)
#D8CAD7
(216,202,215)
#DDD1DC
(221,209,220)
#E2D8E1
(226,216,225)
#E7DFE6
(231,223,230)
#ECE6EB
(236,230,235)
#F1EDF0
(241,237,240)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AEC3; }

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

This text font color is #C4AEC3.

Background Color

.myBgColor { background-color: #C4AEC3; }

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

This div background color is #C4AEC3.

Border color

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

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

This div border color is #C4AEC3.

Opacity

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

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

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

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

This text has shadow with #C4AEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AEC3.

Preview

Color preview on black background

This text has color #C4AEC3 on black background.


Color preview on white background

This text has color #C4AEC3 on white background.


Black color preview on #C4AEC3 background

This text has black color on #C4AEC3 background.


White color preview on #C4AEC3 background

This text has white color on #C4AEC3 background.


Related colors

Complementary color

Complementary color for #hex is #3B513C.


I love getcolorcode.com

Triadic colors

1 #C3C4AE and #AEC3C4 with #C4AEC3 are triadic colors.

2 #C3AEC4 and #AEC4C3 with #C4AEC3 are triadic colors.