COLOR #C4D9BD

HEX: #C4D9BD
RGB: (196,217,189)

Color info

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

RGB color model

#C4D9BD color RGB value is (196,217,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 217 of 255 = 85%
B 189 of 255 = 74%

196
217
189

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

Portions of RGB colors in percentages

R + G + B =
196 + 217 + 189 = 602 (100%)
R 196 of 602 ~ 32.56%
G 217 of 602 ~ 36.05%
B 189 of 602 ~ 31.4%

%32.56
%36.05
%31.4

CMYK color model

#C4D9BD color CMYK value is (10,0,13,15).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK:
(10,0,13,15)
C10M0Y13K15 
(10%,0%,13%,15%)
(0.10/0.00/0.13/0.15)	

CMYK percentages

%9.68
%0
%12.9
%14.9

Codes

Color #C4D9BD in popluar color models

C4D9BD
RGB196217189
HSL105°26.92%79.61%
HSB/HSV105°12.90%85.10%
CMYK9.68%0.00%12.90%
14.90%

Color #C4D9BD in popluar number systems.

HEXC4D9BD
Decimal196217189
Binary110001001101100110111101
Octal304331275

Shades and tints

Shades of #C4D9BD

#C4D9BD
(196,217,189)
#B3C6AC
(179,198,172)
#A2B39B
(162,179,155)
#91A08A
(145,160,138)
#808D79
(128,141,121)
#6F7A68
(111,122,104)
#5E6757
(94,103,87)
#4D5446
(77,84,70)
#3C4135
(60,65,53)
#2B2E24
(43,46,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4D9BD

#C4D9BD
(196,217,189)
#C9DCC3
(201,220,195)
#CEDFC9
(206,223,201)
#D3E2CF
(211,226,207)
#D8E5D5
(216,229,213)
#DDE8DB
(221,232,219)
#E2EBE1
(226,235,225)
#E7EEE7
(231,238,231)
#ECF1ED
(236,241,237)
#F1F4F3
(241,244,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D9BD; }

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

This text font color is #C4D9BD.


Background Color

.myBgColor { background-color: #C4D9BD; }

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

This div background color is #C4D9BD.


Border color

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

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

This div border color is #C4D9BD.


Opacity

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

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

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

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

This text has shadow with #C4D9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9BD on black background.


Color preview on white background

This text has color #C4D9BD on white background.



Black color preview on #C4D9BD background

This text has black color on #C4D9BD background.


White color preview on #C4D9BD background

This text has white color on #C4D9BD background.