COLOR #C9D6BE

HEX: #C9D6BE
RGB: (201,214,190)

Color info

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

RGB color model

#C9D6BE color RGB value is (201,214,190).

  • red value is 201;
  • green value is 214;
  • blue value is 190.
RGB:
(201,214,190)
(79%,84%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 214 of 255 = 84%
B 190 of 255 = 75%

201
214
190

R + G + B ~ 79%. #C9D6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 214 + 190 = 605 (100%)
R 201 of 605 ~ 33.22%
G 214 of 605 ~ 35.37%
B 190 of 605 ~ 31.4%

%33.22
%35.37
%31.4

CMYK color model

#C9D6BE color CMYK value is (6,0,11,16).

  • cyan value is 6.07%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(6,0,11,16)
C6M0Y11K16 
(6%,0%,11%,16%)
(0.06/0.00/0.11/0.16)	

CMYK percentages

%6.07
%0
%11.21
%16.08

Codes

Color #C9D6BE in popluar color models

C9D6BE
RGB201214190
HSL93°22.64%79.22%
HSB/HSV93°11.21%83.92%
CMYK6.07%0.00%11.21%
16.08%

Color #C9D6BE in popluar number systems.

HEXC9D6BE
Decimal201214190
Binary110010011101011010111110
Octal311326276

Shades and tints

Shades of #C9D6BE

#C9D6BE
(201,214,190)
#B7C3AD
(183,195,173)
#A5B09C
(165,176,156)
#939D8B
(147,157,139)
#818A7A
(129,138,122)
#6F7769
(111,119,105)
#5D6458
(93,100,88)
#4B5147
(75,81,71)
#393E36
(57,62,54)
#272B25
(39,43,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9D6BE

#C9D6BE
(201,214,190)
#CDD9C3
(205,217,195)
#D1DCC8
(209,220,200)
#D5DFCD
(213,223,205)
#D9E2D2
(217,226,210)
#DDE5D7
(221,229,215)
#E1E8DC
(225,232,220)
#E5EBE1
(229,235,225)
#E9EEE6
(233,238,230)
#EDF1EB
(237,241,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D6BE color. Also use rgb(201,214,190) instead hex code.

Text Font Color

.myTextColor { color: #C9D6BE; }

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

This text font color is #C9D6BE.


Background Color

.myBgColor { background-color: #C9D6BE; }

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

This div background color is #C9D6BE.


Border color

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

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

This div border color is #C9D6BE.


Opacity

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

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

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

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

This text has shadow with #C9D6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D6BE on black background.


Color preview on white background

This text has color #C9D6BE on white background.



Black color preview on #C9D6BE background

This text has black color on #C9D6BE background.


White color preview on #C9D6BE background

This text has white color on #C9D6BE background.