COLOR #C5A8C2

HEX: #C5A8C2 RGB: (197,168,194)

Color info

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

RGB color model

#C5A8C2 color RGB value is (197,168,194).

RGB: (197,168,194) (77%, 66%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 194 of 255 = 76%

197
168
194

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

Portions of RGB colors in percentages

R + G + B = 197 + 168 + 194 = 559 (100%)
R 197 of 559 ~ 35.24%
G 168 of 559 ~ 30.05%
B 194 of 559 ~ 34.7'%

%35.24
%30.05
%34.7

CMYK color model

#C5A8C2 color CMYK value is (0,15,2,23).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK: (0,15,2,23) C0M15Y2K23 (0%,15%,2%,23%) (0.00/0.15/0.02/0.23) 

CMYK percentages

%0
%14.72
%1.52
%22.75

Codes

Color #C5A8C2 in popluar color models

C5 A8 C2
RGB 197 168 194
HSL 306° 20.00% 71.57%
HSB/HSV 306° 14.72% 77.25%
CMYK 0.00% 14.72% 1.52%
22.75%

Color #C5A8C2 in popluar number systems.

HEX C5 A8 C2
Decimal 197 168 194
Binary 11000101 10101000 11000010
Octal 305 250 302

Shades and tints

Shades of #C5A8C2

#C5A8C2
(197,168,194)
#B499B1
(180,153,177)
#A38AA0
(163,138,160)
#927B8F
(146,123,143)
#816C7E
(129,108,126)
#705D6D
(112,93,109)
#5F4E5C
(95,78,92)
#4E3F4B
(78,63,75)
#3D303A
(61,48,58)
#2C2129
(44,33,41)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5A8C2

#C5A8C2
(197,168,194)
#CAAFC7
(202,175,199)
#CFB6CC
(207,182,204)
#D4BDD1
(212,189,209)
#D9C4D6
(217,196,214)
#DECBDB
(222,203,219)
#E3D2E0
(227,210,224)
#E8D9E5
(232,217,229)
#EDE0EA
(237,224,234)
#F2E7EF
(242,231,239)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A8C2 color. Also use rgb(197,168,194) instead hex code.

Text Font Color

.myTextColor { color: #C5A8C2; }

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

This text font color is #C5A8C2.

Background Color

.myBgColor { background-color: #C5A8C2; }

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

This div background color is #C5A8C2.

Border color

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

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

This div border color is #C5A8C2.

Opacity

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

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

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

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

This text has shadow with #C5A8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A8C2.

Preview

Color preview on black background

This text has color #C5A8C2 on black background.


Color preview on white background

This text has color #C5A8C2 on white background.


Black color preview on #C5A8C2 background

This text has black color on #C5A8C2 background.


White color preview on #C5A8C2 background

This text has white color on #C5A8C2 background.


Related colors

Complementary color

Complementary color for #hex is #3A573D.


I love getcolorcode.com

Triadic colors

1 #C2C5A8 and #A8C2C5 with #C5A8C2 are triadic colors.

2 #C2A8C5 and #A8C5C2 with #C5A8C2 are triadic colors.