COLOR #C9D1BA

HEX: #C9D1BA
RGB: (201,209,186)

Color info

#C9D1BA contains red, green and blue colors in about the same proportion. Web safe color of #C9D1BA is #CCCCCC (or #CCC).

RGB color model

#C9D1BA color RGB value is (201,209,186).

  • red value is 201;
  • green value is 209;
  • blue value is 186.
RGB:
(201,209,186)
(79%,82%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 209 of 255 = 82%
B 186 of 255 = 73%

201
209
186

R + G + B ~ 78%. #C9D1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 209 + 186 = 596 (100%)
R 201 of 596 ~ 33.72%
G 209 of 596 ~ 35.07%
B 186 of 596 ~ 31.21%

%33.72
%35.07
%31.21

CMYK color model

#C9D1BA color CMYK value is (4,0,11,18).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK:
(4,0,11,18)
C4M0Y11K18 
(4%,0%,11%,18%)
(0.04/0.00/0.11/0.18)	

CMYK percentages

%3.83
%0
%11
%18.04

Codes

Color #C9D1BA in popluar color models

C9D1BA
RGB201209186
HSL81°20.00%77.45%
HSB/HSV81°11.00%81.96%
CMYK3.83%0.00%11.00%
18.04%

Color #C9D1BA in popluar number systems.

HEXC9D1BA
Decimal201209186
Binary110010011101000110111010
Octal311321272

Shades and tints

Shades of #C9D1BA

#C9D1BA
(201,209,186)
#B7BEAA
(183,190,170)
#A5AB9A
(165,171,154)
#93988A
(147,152,138)
#81857A
(129,133,122)
#6F726A
(111,114,106)
#5D5F5A
(93,95,90)
#4B4C4A
(75,76,74)
#39393A
(57,57,58)
#27262A
(39,38,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C9D1BA

#C9D1BA
(201,209,186)
#CDD5C0
(205,213,192)
#D1D9C6
(209,217,198)
#D5DDCC
(213,221,204)
#D9E1D2
(217,225,210)
#DDE5D8
(221,229,216)
#E1E9DE
(225,233,222)
#E5EDE4
(229,237,228)
#E9F1EA
(233,241,234)
#EDF5F0
(237,245,240)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D1BA color. Also use rgb(201,209,186) instead hex code.

Text Font Color

.myTextColor { color: #C9D1BA; }

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

This text font color is #C9D1BA.


Background Color

.myBgColor { background-color: #C9D1BA; }

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

This div background color is #C9D1BA.


Border color

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

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

This div border color is #C9D1BA.


Opacity

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

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

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

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

This text has shadow with #C9D1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D1BA on black background.


Color preview on white background

This text has color #C9D1BA on white background.



Black color preview on #C9D1BA background

This text has black color on #C9D1BA background.


White color preview on #C9D1BA background

This text has white color on #C9D1BA background.