COLOR #C9D8BE

HEX: #C9D8BE
RGB: (201,216,190)

Color info

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

RGB color model

#C9D8BE color RGB value is (201,216,190).

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

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 190 of 255 = 75%

201
216
190

R + G + B ~ 80%. #C9D8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 216 + 190 = 607 (100%)
R 201 of 607 ~ 33.11%
G 216 of 607 ~ 35.58%
B 190 of 607 ~ 31.3%

%33.11
%35.58
%31.3

CMYK color model

#C9D8BE color CMYK value is (7,0,12,15).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(7,0,12,15)
C7M0Y12K15 
(7%,0%,12%,15%)
(0.07/0.00/0.12/0.15)	

CMYK percentages

%6.94
%0
%12.04
%15.29

Codes

Color #C9D8BE in popluar color models

C9D8BE
RGB201216190
HSL95°25.00%79.61%
HSB/HSV95°12.04%84.71%
CMYK6.94%0.00%12.04%
15.29%

Color #C9D8BE in popluar number systems.

HEXC9D8BE
Decimal201216190
Binary110010011101100010111110
Octal311330276

Shades and tints

Shades of #C9D8BE

#C9D8BE
(201,216,190)
#B7C5AD
(183,197,173)
#A5B29C
(165,178,156)
#939F8B
(147,159,139)
#818C7A
(129,140,122)
#6F7969
(111,121,105)
#5D6658
(93,102,88)
#4B5347
(75,83,71)
#394036
(57,64,54)
#272D25
(39,45,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #C9D8BE

#C9D8BE
(201,216,190)
#CDDBC3
(205,219,195)
#D1DEC8
(209,222,200)
#D5E1CD
(213,225,205)
#D9E4D2
(217,228,210)
#DDE7D7
(221,231,215)
#E1EADC
(225,234,220)
#E5EDE1
(229,237,225)
#E9F0E6
(233,240,230)
#EDF3EB
(237,243,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D8BE; }

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

This text font color is #C9D8BE.


Background Color

.myBgColor { background-color: #C9D8BE; }

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

This div background color is #C9D8BE.


Border color

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

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

This div border color is #C9D8BE.


Opacity

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

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

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

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

This text has shadow with #C9D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D8BE on black background.


Color preview on white background

This text has color #C9D8BE on white background.



Black color preview on #C9D8BE background

This text has black color on #C9D8BE background.


White color preview on #C9D8BE background

This text has white color on #C9D8BE background.