COLOR #C4D4BF

HEX: #C4D4BF
RGB: (196,212,191)

Color info

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

RGB color model

#C4D4BF color RGB value is (196,212,191).

  • red value is 196;
  • green value is 212;
  • blue value is 191.
RGB:
(196,212,191)
(77%,83%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 191 of 255 = 75%

196
212
191

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

Portions of RGB colors in percentages

R + G + B =
196 + 212 + 191 = 599 (100%)
R 196 of 599 ~ 32.72%
G 212 of 599 ~ 35.39%
B 191 of 599 ~ 31.89%

%32.72
%35.39
%31.89

CMYK color model

#C4D4BF color CMYK value is (8,0,10,17).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(8,0,10,17)
C8M0Y10K17 
(8%,0%,10%,17%)
(0.08/0.00/0.10/0.17)	

CMYK percentages

%7.55
%0
%9.91
%16.86

Codes

Color #C4D4BF in popluar color models

C4D4BF
RGB196212191
HSL106°19.63%79.02%
HSB/HSV106°9.91%83.14%
CMYK7.55%0.00%9.91%
16.86%

Color #C4D4BF in popluar number systems.

HEXC4D4BF
Decimal196212191
Binary110001001101010010111111
Octal304324277

Shades and tints

Shades of #C4D4BF

#C4D4BF
(196,212,191)
#B3C1AE
(179,193,174)
#A2AE9D
(162,174,157)
#919B8C
(145,155,140)
#80887B
(128,136,123)
#6F756A
(111,117,106)
#5E6259
(94,98,89)
#4D4F48
(77,79,72)
#3C3C37
(60,60,55)
#2B2926
(43,41,38)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4D4BF

#C4D4BF
(196,212,191)
#C9D7C4
(201,215,196)
#CEDAC9
(206,218,201)
#D3DDCE
(211,221,206)
#D8E0D3
(216,224,211)
#DDE3D8
(221,227,216)
#E2E6DD
(226,230,221)
#E7E9E2
(231,233,226)
#ECECE7
(236,236,231)
#F1EFEC
(241,239,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D4BF color. Also use rgb(196,212,191) instead hex code.

Text Font Color

.myTextColor { color: #C4D4BF; }

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

This text font color is #C4D4BF.


Background Color

.myBgColor { background-color: #C4D4BF; }

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

This div background color is #C4D4BF.


Border color

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

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

This div border color is #C4D4BF.


Opacity

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

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

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

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

This text has shadow with #C4D4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D4BF on black background.


Color preview on white background

This text has color #C4D4BF on white background.



Black color preview on #C4D4BF background

This text has black color on #C4D4BF background.


White color preview on #C4D4BF background

This text has white color on #C4D4BF background.