COLOR #C5989D

HEX: #C5989D RGB: (197,152,157)

Color info

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

RGB color model

#C5989D color RGB value is (197,152,157).

RGB: (197,152,157) (77%, 60%, 62%)

RGB channels and saturation

R 197 of 255 = 77%
G 152 of 255 = 60%
B 157 of 255 = 62%

197
152
157

R + G + B ~ 66%. #C5989D is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 152 + 157 = 506 (100%)
R 197 of 506 ~ 38.93%
G 152 of 506 ~ 30.04%
B 157 of 506 ~ 31.03'%

%38.93
%30.04
%31.03

CMYK color model

#C5989D color CMYK value is (0,23,20,23).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 20.30%
  • key color value is 22.75%

CMYK: (0,23,20,23)
C0M23Y20K23 (0%, 23%, 20%, 23%)
(0.00 / 0.23 / 0.20 / 0.23)

CMYK percentages

%0
%22.84
%20.3
%22.75

Codes

Color #C5989D in popluar color models

C5 98 9D
RGB 197 152 157
HSL 353° 27.95% 68.43%
HSB/HSV 353° 22.84% 77.25%
CMYK 0.00% 22.84% 20.30%
22.75%

Color #C5989D in popluar number systems.

HEX C5 98 9D
Decimal 197 152 157
Binary 11000101 10011000 10011101
Octal 305 230 235

Shades and tints

Shades of #C5989D

#C5989D
(197,152,157)
#B48B8F
(180,139,143)
#A37E81
(163,126,129)
#927173
(146,113,115)
#816465
(129,100,101)
#705757
(112,87,87)
#5F4A49
(95,74,73)
#4E3D3B
(78,61,59)
#3D302D
(61,48,45)
#2C231F
(44,35,31)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5989D

#C5989D
(197,152,157)
#CAA1A5
(202,161,165)
#CFAAAD
(207,170,173)
#D4B3B5
(212,179,181)
#D9BCBD
(217,188,189)
#DEC5C5
(222,197,197)
#E3CECD
(227,206,205)
#E8D7D5
(232,215,213)
#EDE0DD
(237,224,221)
#F2E9E5
(242,233,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5989D color. Also use rgb(197,152,157) instead hex code.

Text Font Color

.myTextColor { color: #C5989D; }

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

This text font color is #C5989D.

Background Color

.myBgColor { background-color: #C5989D; }

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

This div background color is #C5989D.

Border color

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

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

This div border color is #C5989D.

Opacity

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

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

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

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

This text has shadow with #C5989D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5989D.

Preview

Color preview on black background

This text has color #C5989D on black background.


Color preview on white background

This text has color #C5989D on white background.


Black color preview on #C5989D background

This text has black color on #C5989D background.


White color preview on #C5989D background

This text has white color on #C5989D background.


Related colors

Complementary color

Complementary color for #hex is #3A6762.


I love getcolorcode.com

Triadic colors

1 #9DC598 and #989DC5 with #C5989D are triadic colors.

2 #9D98C5 and #98C59D with #C5989D are triadic colors.