COLOR #C4D9AF

HEX: #C4D9AF
RGB: (196,217,175)

Color info

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

RGB color model

#C4D9AF color RGB value is (196,217,175).

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

RGB channels and saturation

R 196 of 255 = 77%
G 217 of 255 = 85%
B 175 of 255 = 69%

196
217
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 217 + 175 = 588 (100%)
R 196 of 588 ~ 33.33%
G 217 of 588 ~ 36.9%
B 175 of 588 ~ 29.76%

%33.33
%36.9
%29.76

CMYK color model

#C4D9AF color CMYK value is (10,0,19,15).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 14.90%
CMYK:
(10,0,19,15)
C10M0Y19K15 
(10%,0%,19%,15%)
(0.10/0.00/0.19/0.15)	

CMYK percentages

%9.68
%0
%19.35
%14.9

Codes

Color #C4D9AF in popluar color models

C4D9AF
RGB196217175
HSL90°35.59%76.86%
HSB/HSV90°19.35%85.10%
CMYK9.68%0.00%19.35%
14.90%

Color #C4D9AF in popluar number systems.

HEXC4D9AF
Decimal196217175
Binary110001001101100110101111
Octal304331257

Shades and tints

Shades of #C4D9AF

#C4D9AF
(196,217,175)
#B3C6A0
(179,198,160)
#A2B391
(162,179,145)
#91A082
(145,160,130)
#808D73
(128,141,115)
#6F7A64
(111,122,100)
#5E6755
(94,103,85)
#4D5446
(77,84,70)
#3C4137
(60,65,55)
#2B2E28
(43,46,40)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #C4D9AF

#C4D9AF
(196,217,175)
#C9DCB6
(201,220,182)
#CEDFBD
(206,223,189)
#D3E2C4
(211,226,196)
#D8E5CB
(216,229,203)
#DDE8D2
(221,232,210)
#E2EBD9
(226,235,217)
#E7EEE0
(231,238,224)
#ECF1E7
(236,241,231)
#F1F4EE
(241,244,238)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D9AF; }

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

This text font color is #C4D9AF.


Background Color

.myBgColor { background-color: #C4D9AF; }

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

This div background color is #C4D9AF.


Border color

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

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

This div border color is #C4D9AF.


Opacity

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

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

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

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

This text has shadow with #C4D9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9AF on black background.


Color preview on white background

This text has color #C4D9AF on white background.



Black color preview on #C4D9AF background

This text has black color on #C4D9AF background.


White color preview on #C4D9AF background

This text has white color on #C4D9AF background.