COLOR #C4D5BF

HEX: #C4D5BF
RGB: (196,213,191)

Color info

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

RGB color model

#C4D5BF color RGB value is (196,213,191).

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

RGB channels and saturation

R 196 of 255 = 77%
G 213 of 255 = 84%
B 191 of 255 = 75%

196
213
191

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

Portions of RGB colors in percentages

R + G + B =
196 + 213 + 191 = 600 (100%)
R 196 of 600 ~ 32.67%
G 213 of 600 ~ 35.5%
B 191 of 600 ~ 31.83%

%32.67
%35.5
%31.83

CMYK color model

#C4D5BF color CMYK value is (8,0,10,16).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(8,0,10,16)
C8M0Y10K16 
(8%,0%,10%,16%)
(0.08/0.00/0.10/0.16)	

CMYK percentages

%7.98
%0
%10.33
%16.47

Codes

Color #C4D5BF in popluar color models

C4D5BF
RGB196213191
HSL106°20.75%79.22%
HSB/HSV106°10.33%83.53%
CMYK7.98%0.00%10.33%
16.47%

Color #C4D5BF in popluar number systems.

HEXC4D5BF
Decimal196213191
Binary110001001101010110111111
Octal304325277

Shades and tints

Shades of #C4D5BF

#C4D5BF
(196,213,191)
#B3C2AE
(179,194,174)
#A2AF9D
(162,175,157)
#919C8C
(145,156,140)
#80897B
(128,137,123)
#6F766A
(111,118,106)
#5E6359
(94,99,89)
#4D5048
(77,80,72)
#3C3D37
(60,61,55)
#2B2A26
(43,42,38)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #C4D5BF

#C4D5BF
(196,213,191)
#C9D8C4
(201,216,196)
#CEDBC9
(206,219,201)
#D3DECE
(211,222,206)
#D8E1D3
(216,225,211)
#DDE4D8
(221,228,216)
#E2E7DD
(226,231,221)
#E7EAE2
(231,234,226)
#ECEDE7
(236,237,231)
#F1F0EC
(241,240,236)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D5BF; }

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

This text font color is #C4D5BF.


Background Color

.myBgColor { background-color: #C4D5BF; }

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

This div background color is #C4D5BF.


Border color

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

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

This div border color is #C4D5BF.


Opacity

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

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

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

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

This text has shadow with #C4D5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D5BF on black background.


Color preview on white background

This text has color #C4D5BF on white background.



Black color preview on #C4D5BF background

This text has black color on #C4D5BF background.


White color preview on #C4D5BF background

This text has white color on #C4D5BF background.