COLOR #C5ACAE

HEX: #C5ACAE RGB: (197,172,174)

Color info

#C5ACAE contains red, green and blue colors in about the same proportion. Web safe color of #C5ACAE is #CC9999 (or #C99).

RGB color model

#C5ACAE color RGB value is (197,172,174).

RGB: (197,172,174) (77%, 67%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 174 of 255 = 68%

197
172
174

R + G + B ~ 71%. #C5ACAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 174 = 543 (100%)
R 197 of 543 ~ 36.28%
G 172 of 543 ~ 31.68%
B 174 of 543 ~ 32.04'%

%36.28
%31.68
%32.04

CMYK color model

#C5ACAE color CMYK value is (0,13,12,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK: (0,13,12,23) C0M13Y12K23 (0%,13%,12%,23%) (0.00/0.13/0.12/0.23) 

CMYK percentages

%0
%12.69
%11.68
%22.75

Codes

Color #C5ACAE in popluar color models

C5 AC AE
RGB 197 172 174
HSL 355° 17.73% 72.35%
HSB/HSV 355° 12.69% 77.25%
CMYK 0.00% 12.69% 11.68%
22.75%

Color #C5ACAE in popluar number systems.

HEX C5 AC AE
Decimal 197 172 174
Binary 11000101 10101100 10101110
Octal 305 254 256

Shades and tints

Shades of #C5ACAE

#C5ACAE
(197,172,174)
#B49D9F
(180,157,159)
#A38E90
(163,142,144)
#927F81
(146,127,129)
#817072
(129,112,114)
#706163
(112,97,99)
#5F5254
(95,82,84)
#4E4345
(78,67,69)
#3D3436
(61,52,54)
#2C2527
(44,37,39)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5ACAE

#C5ACAE
(197,172,174)
#CAB3B5
(202,179,181)
#CFBABC
(207,186,188)
#D4C1C3
(212,193,195)
#D9C8CA
(217,200,202)
#DECFD1
(222,207,209)
#E3D6D8
(227,214,216)
#E8DDDF
(232,221,223)
#EDE4E6
(237,228,230)
#F2EBED
(242,235,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACAE; }

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

This text font color is #C5ACAE.

Background Color

.myBgColor { background-color: #C5ACAE; }

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

This div background color is #C5ACAE.

Border color

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

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

This div border color is #C5ACAE.

Opacity

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

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

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

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

This text has shadow with #C5ACAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ACAE.

Preview

Color preview on black background

This text has color #C5ACAE on black background.


Color preview on white background

This text has color #C5ACAE on white background.


Black color preview on #C5ACAE background

This text has black color on #C5ACAE background.


White color preview on #C5ACAE background

This text has white color on #C5ACAE background.


Related colors

Complementary color

Complementary color for #hex is #3A5351.


I love getcolorcode.com

Triadic colors

1 #AEC5AC and #ACAEC5 with #C5ACAE are triadic colors.

2 #AEACC5 and #ACC5AE with #C5ACAE are triadic colors.