COLOR #C5D9C4

HEX: #C5D9C4
RGB: (197,217,196)

Color info

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

RGB color model

#C5D9C4 color RGB value is (197,217,196).

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

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 196 of 255 = 77%

197
217
196

R + G + B ~ 80%. #C5D9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 217 + 196 = 610 (100%)
R 197 of 610 ~ 32.3%
G 217 of 610 ~ 35.57%
B 196 of 610 ~ 32.13%

%32.3
%35.57
%32.13

CMYK color model

#C5D9C4 color CMYK value is (9,0,10,15).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 14.90%
CMYK:
(9,0,10,15)
C9M0Y10K15 
(9%,0%,10%,15%)
(0.09/0.00/0.10/0.15)	

CMYK percentages

%9.22
%0
%9.68
%14.9

Codes

Color #C5D9C4 in popluar color models

C5D9C4
RGB197217196
HSL117°21.65%80.98%
HSB/HSV117°9.68%85.10%
CMYK9.22%0.00%9.68%
14.90%

Color #C5D9C4 in popluar number systems.

HEXC5D9C4
Decimal197217196
Binary110001011101100111000100
Octal305331304

Shades and tints

Shades of #C5D9C4

#C5D9C4
(197,217,196)
#B4C6B3
(180,198,179)
#A3B3A2
(163,179,162)
#92A091
(146,160,145)
#818D80
(129,141,128)
#707A6F
(112,122,111)
#5F675E
(95,103,94)
#4E544D
(78,84,77)
#3D413C
(61,65,60)
#2C2E2B
(44,46,43)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #C5D9C4

#C5D9C4
(197,217,196)
#CADCC9
(202,220,201)
#CFDFCE
(207,223,206)
#D4E2D3
(212,226,211)
#D9E5D8
(217,229,216)
#DEE8DD
(222,232,221)
#E3EBE2
(227,235,226)
#E8EEE7
(232,238,231)
#EDF1EC
(237,241,236)
#F2F4F1
(242,244,241)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D9C4; }

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

This text font color is #C5D9C4.


Background Color

.myBgColor { background-color: #C5D9C4; }

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

This div background color is #C5D9C4.


Border color

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

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

This div border color is #C5D9C4.


Opacity

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

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

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

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

This text has shadow with #C5D9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D9C4 on black background.


Color preview on white background

This text has color #C5D9C4 on white background.



Black color preview on #C5D9C4 background

This text has black color on #C5D9C4 background.


White color preview on #C5D9C4 background

This text has white color on #C5D9C4 background.