COLOR #C5ADBB

HEX: #C5ADBB
RGB: (197,173,187)

Color info

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

RGB color model

#C5ADBB color RGB value is (197,173,187).

  • red value is 197;
  • green value is 173;
  • blue value is 187.
RGB:
(197,173,187)
(77%,68%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 173 of 255 = 68%
B 187 of 255 = 73%

197
173
187

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

Portions of RGB colors in percentages

R + G + B =
197 + 173 + 187 = 557 (100%)
R 197 of 557 ~ 35.37%
G 173 of 557 ~ 31.06%
B 187 of 557 ~ 33.57%

%35.37
%31.06
%33.57

CMYK color model

#C5ADBB color CMYK value is (0,12,5,23).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(0,12,5,23)
C0M12Y5K23 
(0%,12%,5%,23%)
(0.00/0.12/0.05/0.23)	

CMYK percentages

%0
%12.18
%5.08
%22.75

Codes

Color #C5ADBB in popluar color models

C5ADBB
RGB197173187
HSL325°17.14%72.55%
HSB/HSV325°12.18%77.25%
CMYK0.00%12.18%5.08%
22.75%

Color #C5ADBB in popluar number systems.

HEXC5ADBB
Decimal197173187
Binary110001011010110110111011
Octal305255273

Shades and tints

Shades of #C5ADBB

#C5ADBB
(197,173,187)
#B49EAA
(180,158,170)
#A38F99
(163,143,153)
#928088
(146,128,136)
#817177
(129,113,119)
#706266
(112,98,102)
#5F5355
(95,83,85)
#4E4444
(78,68,68)
#3D3533
(61,53,51)
#2C2622
(44,38,34)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #C5ADBB

#C5ADBB
(197,173,187)
#CAB4C1
(202,180,193)
#CFBBC7
(207,187,199)
#D4C2CD
(212,194,205)
#D9C9D3
(217,201,211)
#DED0D9
(222,208,217)
#E3D7DF
(227,215,223)
#E8DEE5
(232,222,229)
#EDE5EB
(237,229,235)
#F2ECF1
(242,236,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ADBB color. Also use rgb(197,173,187) instead hex code.

Text Font Color

.myTextColor { color: #C5ADBB; }

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

This text font color is #C5ADBB.


Background Color

.myBgColor { background-color: #C5ADBB; }

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

This div background color is #C5ADBB.


Border color

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

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

This div border color is #C5ADBB.


Opacity

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

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

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

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

This text has shadow with #C5ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADBB on black background.


Color preview on white background

This text has color #C5ADBB on white background.



Black color preview on #C5ADBB background

This text has black color on #C5ADBB background.


White color preview on #C5ADBB background

This text has white color on #C5ADBB background.