COLOR #C5AECD

HEX: #C5AECD RGB: (197,174,205)

Color info

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

RGB color model

#C5AECD color RGB value is (197,174,205).

RGB: (197,174,205) (77%, 68%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 205 of 255 = 80%

197
174
205

R + G + B ~ 75%. #C5AECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 205 = 576 (100%)
R 197 of 576 ~ 34.2%
G 174 of 576 ~ 30.21%
B 205 of 576 ~ 35.59'%

%34.2
%30.21
%35.59

CMYK color model

#C5AECD color CMYK value is (4,15,0,20).

  • cyan value is 3.90%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (4,15,0,20)
C4M15Y0K20 (4%, 15%, 0%, 20%)
(0.04 / 0.15 / 0.00 / 0.20)

CMYK percentages

%3.9
%15.12
%0
%19.61

Codes

Color #C5AECD in popluar color models

C5 AE CD
RGB 197 174 205
HSL 285° 23.66% 74.31%
HSB/HSV 285° 15.12% 80.39%
CMYK 3.90% 15.12% 0.00%
19.61%

Color #C5AECD in popluar number systems.

HEX C5 AE CD
Decimal 197 174 205
Binary 11000101 10101110 11001101
Octal 305 256 315

Shades and tints

Shades of #C5AECD

#C5AECD
(197,174,205)
#B49FBB
(180,159,187)
#A390A9
(163,144,169)
#928197
(146,129,151)
#817285
(129,114,133)
#706373
(112,99,115)
#5F5461
(95,84,97)
#4E454F
(78,69,79)
#3D363D
(61,54,61)
#2C272B
(44,39,43)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5AECD

#C5AECD
(197,174,205)
#CAB5D1
(202,181,209)
#CFBCD5
(207,188,213)
#D4C3D9
(212,195,217)
#D9CADD
(217,202,221)
#DED1E1
(222,209,225)
#E3D8E5
(227,216,229)
#E8DFE9
(232,223,233)
#EDE6ED
(237,230,237)
#F2EDF1
(242,237,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AECD color. Also use rgb(197,174,205) instead hex code.

Text Font Color

.myTextColor { color: #C5AECD; }

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

This text font color is #C5AECD.

Background Color

.myBgColor { background-color: #C5AECD; }

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

This div background color is #C5AECD.

Border color

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

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

This div border color is #C5AECD.

Opacity

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

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

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

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

This text has shadow with #C5AECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AECD.

Preview

Color preview on black background

This text has color #C5AECD on black background.


Color preview on white background

This text has color #C5AECD on white background.


Black color preview on #C5AECD background

This text has black color on #C5AECD background.


White color preview on #C5AECD background

This text has white color on #C5AECD background.


Related colors

Complementary color

Complementary color for #hex is #3A5132.


I love getcolorcode.com

Triadic colors

1 #CDC5AE and #AECDC5 with #C5AECD are triadic colors.

2 #CDAEC5 and #AEC5CD with #C5AECD are triadic colors.