COLOR #C1B4AD

HEX: #C1B4AD
RGB: (193,180,173)

Color info

#C1B4AD contains red, green and blue colors in about the same proportion. Web safe color of #C1B4AD is #CCCC99 (or #CC9).

RGB color model

#C1B4AD color RGB value is (193,180,173).

  • red value is 193;
  • green value is 180;
  • blue value is 173.
RGB:
(193,180,173)
(76%,71%,68%)

RGB channels and saturation

R 193 of 255 = 76%
G 180 of 255 = 71%
B 173 of 255 = 68%

193
180
173

R + G + B ~ 72%. #C1B4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 180 + 173 = 546 (100%)
R 193 of 546 ~ 35.35%
G 180 of 546 ~ 32.97%
B 173 of 546 ~ 31.68%

%35.35
%32.97
%31.68

CMYK color model

#C1B4AD color CMYK value is (0,7,10,24).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(0,7,10,24)
C0M7Y10K24 
(0%,7%,10%,24%)
(0.00/0.07/0.10/0.24)	

CMYK percentages

%0
%6.74
%10.36
%24.31

Codes

Color #C1B4AD in popluar color models

C1B4AD
RGB193180173
HSL21°13.89%71.76%
HSB/HSV21°10.36%75.69%
CMYK0.00%6.74%10.36%
24.31%

Color #C1B4AD in popluar number systems.

HEXC1B4AD
Decimal193180173
Binary110000011011010010101101
Octal301264255

Shades and tints

Shades of #C1B4AD

#C1B4AD
(193,180,173)
#B0A49E
(176,164,158)
#9F948F
(159,148,143)
#8E8480
(142,132,128)
#7D7471
(125,116,113)
#6C6462
(108,100,98)
#5B5453
(91,84,83)
#4A4444
(74,68,68)
#393435
(57,52,53)
#282426
(40,36,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1B4AD

#C1B4AD
(193,180,173)
#C6BAB4
(198,186,180)
#CBC0BB
(203,192,187)
#D0C6C2
(208,198,194)
#D5CCC9
(213,204,201)
#DAD2D0
(218,210,208)
#DFD8D7
(223,216,215)
#E4DEDE
(228,222,222)
#E9E4E5
(233,228,229)
#EEEAEC
(238,234,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B4AD color. Also use rgb(193,180,173) instead hex code.

Text Font Color

.myTextColor { color: #C1B4AD; }

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

This text font color is #C1B4AD.


Background Color

.myBgColor { background-color: #C1B4AD; }

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

This div background color is #C1B4AD.


Border color

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

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

This div border color is #C1B4AD.


Opacity

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

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

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

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

This text has shadow with #C1B4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B4AD on black background.


Color preview on white background

This text has color #C1B4AD on white background.



Black color preview on #C1B4AD background

This text has black color on #C1B4AD background.


White color preview on #C1B4AD background

This text has white color on #C1B4AD background.