COLOR #C4D9B6

HEX: #C4D9B6
RGB: (196,217,182)

Color info

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

RGB color model

#C4D9B6 color RGB value is (196,217,182).

  • red value is 196;
  • green value is 217;
  • blue value is 182.
RGB:
(196,217,182)
(77%,85%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 217 of 255 = 85%
B 182 of 255 = 71%

196
217
182

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

Portions of RGB colors in percentages

R + G + B =
196 + 217 + 182 = 595 (100%)
R 196 of 595 ~ 32.94%
G 217 of 595 ~ 36.47%
B 182 of 595 ~ 30.59%

%32.94
%36.47
%30.59

CMYK color model

#C4D9B6 color CMYK value is (10,0,16,15).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 14.90%
CMYK:
(10,0,16,15)
C10M0Y16K15 
(10%,0%,16%,15%)
(0.10/0.00/0.16/0.15)	

CMYK percentages

%9.68
%0
%16.13
%14.9

Codes

Color #C4D9B6 in popluar color models

C4D9B6
RGB196217182
HSL96°31.53%78.24%
HSB/HSV96°16.13%85.10%
CMYK9.68%0.00%16.13%
14.90%

Color #C4D9B6 in popluar number systems.

HEXC4D9B6
Decimal196217182
Binary110001001101100110110110
Octal304331266

Shades and tints

Shades of #C4D9B6

#C4D9B6
(196,217,182)
#B3C6A6
(179,198,166)
#A2B396
(162,179,150)
#91A086
(145,160,134)
#808D76
(128,141,118)
#6F7A66
(111,122,102)
#5E6756
(94,103,86)
#4D5446
(77,84,70)
#3C4136
(60,65,54)
#2B2E26
(43,46,38)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #C4D9B6

#C4D9B6
(196,217,182)
#C9DCBC
(201,220,188)
#CEDFC2
(206,223,194)
#D3E2C8
(211,226,200)
#D8E5CE
(216,229,206)
#DDE8D4
(221,232,212)
#E2EBDA
(226,235,218)
#E7EEE0
(231,238,224)
#ECF1E6
(236,241,230)
#F1F4EC
(241,244,236)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D9B6 color. Also use rgb(196,217,182) instead hex code.

Text Font Color

.myTextColor { color: #C4D9B6; }

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

This text font color is #C4D9B6.


Background Color

.myBgColor { background-color: #C4D9B6; }

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

This div background color is #C4D9B6.


Border color

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

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

This div border color is #C4D9B6.


Opacity

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

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

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

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

This text has shadow with #C4D9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9B6 on black background.


Color preview on white background

This text has color #C4D9B6 on white background.



Black color preview on #C4D9B6 background

This text has black color on #C4D9B6 background.


White color preview on #C4D9B6 background

This text has white color on #C4D9B6 background.