COLOR #C4D1B9

HEX: #C4D1B9
RGB: (196,209,185)

Color info

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

RGB color model

#C4D1B9 color RGB value is (196,209,185).

  • red value is 196;
  • green value is 209;
  • blue value is 185.
RGB:
(196,209,185)
(77%,82%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 185 of 255 = 73%

196
209
185

R + G + B ~ 77%. #C4D1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 185 = 590 (100%)
R 196 of 590 ~ 33.22%
G 209 of 590 ~ 35.42%
B 185 of 590 ~ 31.36%

%33.22
%35.42
%31.36

CMYK color model

#C4D1B9 color CMYK value is (6,0,11,18).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 18.04%
CMYK:
(6,0,11,18)
C6M0Y11K18 
(6%,0%,11%,18%)
(0.06/0.00/0.11/0.18)	

CMYK percentages

%6.22
%0
%11.48
%18.04

Codes

Color #C4D1B9 in popluar color models

C4D1B9
RGB196209185
HSL93°20.69%77.25%
HSB/HSV93°11.48%81.96%
CMYK6.22%0.00%11.48%
18.04%

Color #C4D1B9 in popluar number systems.

HEXC4D1B9
Decimal196209185
Binary110001001101000110111001
Octal304321271

Shades and tints

Shades of #C4D1B9

#C4D1B9
(196,209,185)
#B3BEA9
(179,190,169)
#A2AB99
(162,171,153)
#919889
(145,152,137)
#808579
(128,133,121)
#6F7269
(111,114,105)
#5E5F59
(94,95,89)
#4D4C49
(77,76,73)
#3C3939
(60,57,57)
#2B2629
(43,38,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #C4D1B9

#C4D1B9
(196,209,185)
#C9D5BF
(201,213,191)
#CED9C5
(206,217,197)
#D3DDCB
(211,221,203)
#D8E1D1
(216,225,209)
#DDE5D7
(221,229,215)
#E2E9DD
(226,233,221)
#E7EDE3
(231,237,227)
#ECF1E9
(236,241,233)
#F1F5EF
(241,245,239)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D1B9 color. Also use rgb(196,209,185) instead hex code.

Text Font Color

.myTextColor { color: #C4D1B9; }

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

This text font color is #C4D1B9.


Background Color

.myBgColor { background-color: #C4D1B9; }

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

This div background color is #C4D1B9.


Border color

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

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

This div border color is #C4D1B9.


Opacity

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

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

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

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

This text has shadow with #C4D1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1B9 on black background.


Color preview on white background

This text has color #C4D1B9 on white background.



Black color preview on #C4D1B9 background

This text has black color on #C4D1B9 background.


White color preview on #C4D1B9 background

This text has white color on #C4D1B9 background.