COLOR #C5ABBD

HEX: #C5ABBD RGB: (197,171,189)

Color info

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

RGB color model

#C5ABBD color RGB value is (197,171,189).

RGB: (197,171,189) (77%, 67%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 171 of 255 = 67%
B 189 of 255 = 74%

197
171
189

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

Portions of RGB colors in percentages

R + G + B = 197 + 171 + 189 = 557 (100%)
R 197 of 557 ~ 35.37%
G 171 of 557 ~ 30.7%
B 189 of 557 ~ 33.93'%

%35.37
%30.7
%33.93

CMYK color model

#C5ABBD color CMYK value is (0,13,4,23).

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 4.06%
  • key color value is 22.75%

CMYK: (0,13,4,23)
C0M13Y4K23 (0%, 13%, 4%, 23%)
(0.00 / 0.13 / 0.04 / 0.23)

CMYK percentages

%0
%13.2
%4.06
%22.75

Codes

Color #C5ABBD in popluar color models

C5 AB BD
RGB 197 171 189
HSL 318° 18.31% 72.16%
HSB/HSV 318° 13.20% 77.25%
CMYK 0.00% 13.20% 4.06%
22.75%

Color #C5ABBD in popluar number systems.

HEX C5 AB BD
Decimal 197 171 189
Binary 11000101 10101011 10111101
Octal 305 253 275

Shades and tints

Shades of #C5ABBD

#C5ABBD
(197,171,189)
#B49CAC
(180,156,172)
#A38D9B
(163,141,155)
#927E8A
(146,126,138)
#816F79
(129,111,121)
#706068
(112,96,104)
#5F5157
(95,81,87)
#4E4246
(78,66,70)
#3D3335
(61,51,53)
#2C2424
(44,36,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5ABBD

#C5ABBD
(197,171,189)
#CAB2C3
(202,178,195)
#CFB9C9
(207,185,201)
#D4C0CF
(212,192,207)
#D9C7D5
(217,199,213)
#DECEDB
(222,206,219)
#E3D5E1
(227,213,225)
#E8DCE7
(232,220,231)
#EDE3ED
(237,227,237)
#F2EAF3
(242,234,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ABBD color. Also use rgb(197,171,189) instead hex code.

Text Font Color

.myTextColor { color: #C5ABBD; }

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

This text font color is #C5ABBD.

Background Color

.myBgColor { background-color: #C5ABBD; }

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

This div background color is #C5ABBD.

Border color

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

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

This div border color is #C5ABBD.

Opacity

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

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

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

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

This text has shadow with #C5ABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ABBD.

Preview

Color preview on black background

This text has color #C5ABBD on black background.


Color preview on white background

This text has color #C5ABBD on white background.


Black color preview on #C5ABBD background

This text has black color on #C5ABBD background.


White color preview on #C5ABBD background

This text has white color on #C5ABBD background.


Related colors

Complementary color

Complementary color for #hex is #3A5442.


I love getcolorcode.com

Triadic colors

1 #BDC5AB and #ABBDC5 with #C5ABBD are triadic colors.

2 #BDABC5 and #ABC5BD with #C5ABBD are triadic colors.