COLOR #C5DFAF

HEX: #C5DFAF
RGB: (197,223,175)

Color info

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

RGB color model

#C5DFAF color RGB value is (197,223,175).

  • red value is 197;
  • green value is 223;
  • blue value is 175.
RGB:
(197,223,175)
(77%,87%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 175 of 255 = 69%

197
223
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 175 = 595 (100%)
R 197 of 595 ~ 33.11%
G 223 of 595 ~ 37.48%
B 175 of 595 ~ 29.41%

%33.11
%37.48
%29.41

CMYK color model

#C5DFAF color CMYK value is (12,0,22,13).

  • cyan value is 11.66%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 12.55%
CMYK:
(12,0,22,13)
C12M0Y22K13 
(12%,0%,22%,13%)
(0.12/0.00/0.22/0.13)	

CMYK percentages

%11.66
%0
%21.52
%12.55

Codes

Color #C5DFAF in popluar color models

C5DFAF
RGB197223175
HSL93°42.86%78.04%
HSB/HSV93°21.52%87.45%
CMYK11.66%0.00%21.52%
12.55%

Color #C5DFAF in popluar number systems.

HEXC5DFAF
Decimal197223175
Binary110001011101111110101111
Octal305337257

Shades and tints

Shades of #C5DFAF

#C5DFAF
(197,223,175)
#B4CBA0
(180,203,160)
#A3B791
(163,183,145)
#92A382
(146,163,130)
#818F73
(129,143,115)
#707B64
(112,123,100)
#5F6755
(95,103,85)
#4E5346
(78,83,70)
#3D3F37
(61,63,55)
#2C2B28
(44,43,40)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5DFAF

#C5DFAF
(197,223,175)
#CAE1B6
(202,225,182)
#CFE3BD
(207,227,189)
#D4E5C4
(212,229,196)
#D9E7CB
(217,231,203)
#DEE9D2
(222,233,210)
#E3EBD9
(227,235,217)
#E8EDE0
(232,237,224)
#EDEFE7
(237,239,231)
#F2F1EE
(242,241,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DFAF color. Also use rgb(197,223,175) instead hex code.

Text Font Color

.myTextColor { color: #C5DFAF; }

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

This text font color is #C5DFAF.


Background Color

.myBgColor { background-color: #C5DFAF; }

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

This div background color is #C5DFAF.


Border color

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

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

This div border color is #C5DFAF.


Opacity

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

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

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

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

This text has shadow with #C5DFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFAF on black background.


Color preview on white background

This text has color #C5DFAF on white background.



Black color preview on #C5DFAF background

This text has black color on #C5DFAF background.


White color preview on #C5DFAF background

This text has white color on #C5DFAF background.