COLOR #C4DBAF

HEX: #C4DBAF
RGB: (196,219,175)

Color info

#C4DBAF contains red, green and blue colors in about the same proportion. Web safe color of #C4DBAF is #CCCC99 (or #CC9).

RGB color model

#C4DBAF color RGB value is (196,219,175).

  • red value is 196;
  • green value is 219;
  • blue value is 175.
RGB:
(196,219,175)
(77%,86%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 175 of 255 = 69%

196
219
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 219 + 175 = 590 (100%)
R 196 of 590 ~ 33.22%
G 219 of 590 ~ 37.12%
B 175 of 590 ~ 29.66%

%33.22
%37.12
%29.66

CMYK color model

#C4DBAF color CMYK value is (11,0,20,14).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 14.12%
CMYK:
(11,0,20,14)
C11M0Y20K14 
(11%,0%,20%,14%)
(0.11/0.00/0.20/0.14)	

CMYK percentages

%10.5
%0
%20.09
%14.12

Codes

Color #C4DBAF in popluar color models

C4DBAF
RGB196219175
HSL91°37.93%77.25%
HSB/HSV91°20.09%85.88%
CMYK10.50%0.00%20.09%
14.12%

Color #C4DBAF in popluar number systems.

HEXC4DBAF
Decimal196219175
Binary110001001101101110101111
Octal304333257

Shades and tints

Shades of #C4DBAF

#C4DBAF
(196,219,175)
#B3C8A0
(179,200,160)
#A2B591
(162,181,145)
#91A282
(145,162,130)
#808F73
(128,143,115)
#6F7C64
(111,124,100)
#5E6955
(94,105,85)
#4D5646
(77,86,70)
#3C4337
(60,67,55)
#2B3028
(43,48,40)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #C4DBAF

#C4DBAF
(196,219,175)
#C9DEB6
(201,222,182)
#CEE1BD
(206,225,189)
#D3E4C4
(211,228,196)
#D8E7CB
(216,231,203)
#DDEAD2
(221,234,210)
#E2EDD9
(226,237,217)
#E7F0E0
(231,240,224)
#ECF3E7
(236,243,231)
#F1F6EE
(241,246,238)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DBAF color. Also use rgb(196,219,175) instead hex code.

Text Font Color

.myTextColor { color: #C4DBAF; }

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

This text font color is #C4DBAF.


Background Color

.myBgColor { background-color: #C4DBAF; }

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

This div background color is #C4DBAF.


Border color

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

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

This div border color is #C4DBAF.


Opacity

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

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

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

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

This text has shadow with #C4DBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DBAF on black background.


Color preview on white background

This text has color #C4DBAF on white background.



Black color preview on #C4DBAF background

This text has black color on #C4DBAF background.


White color preview on #C4DBAF background

This text has white color on #C4DBAF background.